2516 Commits (2121af57ea5a40bc8756401dee3282f5a164fe39)
 

Author SHA1 Message Date
Sami Vaarala 2121af57ea add duk_bi_proxy.c to dist/build, add commented out feature option to disable it 11 years ago
Sami Vaarala e3d0f29497 feature option control for proxy feature 11 years ago
Sami Vaarala 8b7b087ef0 placeholder implementation for Proxy 11 years ago
Sami Vaarala b0fa7404b7 update authors, spacing fix 11 years ago
Rajaram Gaunker cda3191145 Adding dependency for UglifyJS2 dependecies for sucessful building. 11 years ago
Sami Vaarala 1889a520a0 ditz issue update 11 years ago
Sami Vaarala dcd76fa6ad ditz issue update 11 years ago
Sami Vaarala 4e4b7e0e48 add es6 draft snapshot as a reference 11 years ago
Sami Vaarala 6f8758fc41 ditz issue update 11 years ago
Sami Vaarala 2f0f0adacb guide version number example updates 11 years ago
Sami Vaarala 75686e301c Merge branch 'es6-setprototypeof' 11 years ago
Sami Vaarala 5733756bdb add commented out feature options for disabling es6 prototype props 11 years ago
Sami Vaarala 00c997e49f guide doc update on es6 prototype properties 11 years ago
Sami Vaarala 549a100430 document DUK_OPT_NO_OBJECT_ES6_PROTO_PROPERTY and DUK_OPT_NO_OBJECT_ES6_SETPROTOTYPEOF 11 years ago
Sami Vaarala fb395d17ff make Object.prototype.__proto__ and Object.setPrototypeOf conditional; this currently requires some builtin init hackery as they're not conditional in init data 11 years ago
Sami Vaarala 931fc6a97d test case comment on __proto__ attributes 11 years ago
Sami Vaarala 3e5bf36d3a test case for Object.setPrototypeOf 11 years ago
Sami Vaarala 30c6a2e334 improve __proto__ testcase 11 years ago
Sami Vaarala 59905fb955 release note update 11 years ago
Sami Vaarala 66a5c2ae18 fixes to Object.prototype.__proto__ setter behavior 11 years ago
Sami Vaarala 06f9c3f285 improve Object.prototype.__proto__ testcase 11 years ago
Sami Vaarala 903fd1c26a testcase for Object.prototype.__proto__ 11 years ago
Sami Vaarala 172f1563f6 note on __proto__ object initializer 11 years ago
Sami Vaarala 0a74b96f25 add __proto__ setter/getter, shares the same code as Object.getPrototypeOf and Object.setPrototypeOf 11 years ago
Sami Vaarala c3bb0d2c11 trivial cleanup 11 years ago
Sami Vaarala 63567a030b preliminary guide updates on e6 features (assumes Proxy will also be implemented) 11 years ago
Sami Vaarala 8ac91b5e3b initial implementation of Object.setPrototypeOf() 11 years ago
Sami Vaarala 7c40551148 api docs for duk_require_object_coercible() and duk_require_type_mask(); minor fixes to duk_is_object_coercible() and duk_check_type_mask() api docs 11 years ago
Sami Vaarala 5381921d06 add duk_require_type_mask() and duk_require_object_coercible() API calls 11 years ago
Sami Vaarala 1c2dea14d6 abort compilation if uglifyjs/uglifyjs2/closure compilation step fails to avoid inadvertent broken initjs (#4) 11 years ago
Sami Vaarala d79f10bd99 fix eventloop example callback argument handling (fixes #3) 11 years ago
Sami Vaarala 6a73610d53 bump DUK_VERSION for development 11 years ago
Sami Vaarala 96bfb699cb ditz issue update 11 years ago
Sami Vaarala d71a8a7b86 add coroutine/logging note on index page 11 years ago
Sami Vaarala d463d783fb leave omitted api docs also out of the nav links 11 years ago
Sami Vaarala a0d8bc2f4e duktape 0.10.0 release candidate 11 years ago
Sami Vaarala 78c73a152c ditz issue update 11 years ago
Sami Vaarala d51c36c959 remove incorrect assertion in ENDFIN opcode 11 years ago
Sami Vaarala b8ec5bb10b ditz issue update 11 years ago
Sami Vaarala 013ff42def more appropriate name 11 years ago
Sami Vaarala f93c74480c bug testcase for ENDFIN assertion 11 years ago
Sami Vaarala 376a139497 release checklist update 11 years ago
Sami Vaarala 607f6d7db9 release note update 11 years ago
Sami Vaarala c7ed8c317a ditz issue update 11 years ago
Sami Vaarala 1e552a6ae5 rename bug test to more appropriate name 11 years ago
Sami Vaarala aa82434ea8 ditz issue update 11 years ago
Sami Vaarala f62a5d9d11 update catch_depth when parsing with statement; this fixes 'break from inside with' which were incorrectly sometimes converted to fast breaks (jumps) 11 years ago
Sami Vaarala 516cedf174 bug testcase for do-while + with statement + break 11 years ago
Sami Vaarala 201ff455c9 unwind catchstack in tailcall handling to ensure label sites are unwound (they are allowed even with tailcalls) 11 years ago
Sami Vaarala 3ab34f8902 release checklist update 11 years ago