You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Sami Vaarala eb882f1488 Faster duk_to_number_tval(), more pop unsafe 7 years ago
..
SpecialCasing-8bit.txt Rename src/ to src-input/ to match dist 8 years ago
SpecialCasing.txt Rename src/ to src-input/ to match dist 8 years ago
UnicodeData-8bit.txt Rename src/ to src-input/ to match dist 8 years ago
UnicodeData.txt Rename src/ to src-input/ to match dist 8 years ago
builtins.yaml Implement 'apply' and 'construct' Proxy support 7 years ago
duk_alloc_default.c Rename src/ to src-input/ to match dist 8 years ago
duk_api_buffer.c Rename src/ to src-input/ to match dist 8 years ago
duk_api_bytecode.c Rework value stack grow/shrink, lazy shrink 8 years ago
duk_api_call.c Shared handling for EVALCALL in call setup 7 years ago
duk_api_codec.c Add duk_opt_xxx() API calls 8 years ago
duk_api_compile.c Use DUK_COMPILE_xxx flags are internally 8 years ago
duk_api_debug.c Rework duk_activations into a linked list 8 years ago
duk_api_heap.c Rework side effect protections and finalization 8 years ago
duk_api_inspect.c Rework duk_activations into a linked list 8 years ago
duk_api_internal.h Add internal duk_concat_2() helper 7 years ago
duk_api_memory.c Linked list for catchstack, attach to activation 8 years ago
duk_api_object.c Add duk_seal(), duk_freeze() 7 years ago
duk_api_stack.c Faster duk_to_number_tval(), more pop unsafe 7 years ago
duk_api_string.c Add internal duk_concat_2() helper 7 years ago
duk_api_time.c Fix broken time conversion assert 8 years ago
duk_bi_array.c Use unsafe (trusted) pops in internals 7 years ago
duk_bi_boolean.c Pack arguments to internal property calls 8 years ago
duk_bi_buffer.c Add duk_hboundfunc internal type 8 years ago
duk_bi_date.c Add DUK_HOBJECT_FLAG_FASTREFS for DECREF/marking 8 years ago
duk_bi_date_unix.c Rewrite string table algorithm 8 years ago
duk_bi_date_windows.c Shared call setup for Ecma-to-Ecma calls 7 years ago
duk_bi_duktape.c Rework side effect protections and finalization 8 years ago
duk_bi_encoding.c More warning fixes (MSVC /W4) 8 years ago
duk_bi_error.c Allow yield from constructor calls 8 years ago
duk_bi_function.c Direct Reflect.construct() call handling 8 years ago
duk_bi_global.c Shared call setup for Ecma-to-Ecma calls 7 years ago
duk_bi_json.c Add duk_hproxy internal struct 8 years ago
duk_bi_math.c Add more ES6 Math built-ins: clz32() etc 8 years ago
duk_bi_number.c Add internal duk_remove_m2() helper for footprint 8 years ago
duk_bi_object.c Add duk_seal(), duk_freeze() 7 years ago
duk_bi_pointer.c Add DUK_HOBJECT_FLAG_FASTREFS for DECREF/marking 8 years ago
duk_bi_protos.h Add the Durango platform. 8 years ago
duk_bi_proxy.c Add duk_hproxy internal struct 8 years ago
duk_bi_reflect.c Source ES6/7 -> ES2015/ES2016 renames 8 years ago
duk_bi_regexp.c Source ES6/7 -> ES2015/ES2016 renames 8 years ago
duk_bi_string.c Add DUK_HOBJECT_FLAG_FASTREFS for DECREF/marking 8 years ago
duk_bi_symbol.c Fix Symbol object .valueOf() 8 years ago
duk_bi_thread.c Rework duk_activations into a linked list 8 years ago
duk_bi_thrower.c Verbose errors also for return shorthand 8 years ago
duk_dblunion.h Fixed some issues with Microsoft Visual Studio, allowing compilations on VC2005 and earlier (up to at least VC6). 8 years ago
duk_debug.h Source fixes for #ifdef and #ifndef convention 8 years ago
duk_debug_fixedbuffer.c Source fixes for #ifdef and #ifndef convention 8 years ago
duk_debug_macros.c Rename src/ to src-input/ to match dist 8 years ago
duk_debug_vsnprintf.c Shared handling for EVALCALL in call setup 7 years ago
duk_debugger.c Implement 'apply' and 'construct' Proxy support 7 years ago
duk_debugger.h Rework side effect protections and finalization 8 years ago
duk_error.h Allow yield from constructor calls 8 years ago
duk_error_augment.c Shared call setup for Ecma-to-Ecma calls 7 years ago
duk_error_longjmp.c Rework side effect protections and finalization 8 years ago
duk_error_macros.c Add cold attribute to error functions 8 years ago
duk_error_misc.c Rework duk_activations into a linked list 8 years ago
duk_error_throw.c Rework duk_activations into a linked list 8 years ago
duk_exception.h Source fixes for #ifdef and #ifndef convention 8 years ago
duk_forwdecl.h Add duk_hboundfunc internal type 8 years ago
duk_harray.h Add duk_hproxy internal struct 8 years ago
duk_hboundfunc.h Add duk_hboundfunc internal type 8 years ago
duk_hbuffer.h Source fixes for #ifdef and #ifndef convention 8 years ago
duk_hbuffer_alloc.c Add likely/unlike to alloc failures 8 years ago
duk_hbuffer_ops.c Add likely/unlike to alloc failures 8 years ago
duk_hbufobj.h Uint8Array plain buffer, remove most non-std props 8 years ago
duk_hbufobj_misc.c Rename src/ to src-input/ to match dist 8 years ago
duk_hcompfunc.h Add duk_hproxy internal struct 8 years ago
duk_heap.h Add initial size for NEWOBJ (object literals) 7 years ago
duk_heap_alloc.c Implement 'apply' and 'construct' Proxy support 7 years ago
duk_heap_finalize.c Rework value stack grow/shrink, lazy shrink 8 years ago
duk_heap_hashstring.c Rename src/ to src-input/ to match dist 8 years ago
duk_heap_markandsweep.c Add initial size for NEWOBJ (object literals) 7 years ago
duk_heap_memory.c Rework value stack grow/shrink, lazy shrink 8 years ago
duk_heap_misc.c Shared assert helper for 'in heap_allocated' 8 years ago
duk_heap_refcount.c Add duk_hboundfunc internal type 8 years ago
duk_heap_stringcache.c Fix compile warnings for lazy charlen 8 years ago
duk_heap_stringtable.c Add simple stats dumped in mark-and-sweep 7 years ago
duk_heaphdr.h Rework side effect protections and finalization 8 years ago
duk_henv.h Rework value stack grow/shrink, lazy shrink 8 years ago
duk_hnatfunc.h Source fixes for #ifdef and #ifndef convention 8 years ago
duk_hobject.h Implement 'apply' and 'construct' Proxy support 7 years ago
duk_hobject_alloc.c Rework value stack grow/shrink, lazy shrink 8 years ago
duk_hobject_class.c Add initial, minimal ES6 Symbol support 8 years ago
duk_hobject_enum.c Use sort key for enum sort 7 years ago
duk_hobject_misc.c Source fixes for #ifdef and #ifndef convention 8 years ago
duk_hobject_pc2line.c Rewrite string table algorithm 8 years ago
duk_hobject_props.c Add init size for NEWARR opcode 7 years ago
duk_hproxy.h Add duk_hproxy internal struct 8 years ago
duk_hstring.h Make lazy charlen optional; non-lazy is smaller 7 years ago
duk_hstring_misc.c Make lazy charlen optional; non-lazy is smaller 7 years ago
duk_hthread.h Implement 'apply' and 'construct' Proxy support 7 years ago
duk_hthread_alloc.c Rework value stack grow/shrink, lazy shrink 8 years ago
duk_hthread_builtins.c Shared handling for EVALCALL in call setup 7 years ago
duk_hthread_misc.c Rework duk_activations into a linked list 8 years ago
duk_hthread_stacks.c Avoid side effect in valstack torture realloc 7 years ago
duk_internal.h Add duk_hboundfunc internal type 8 years ago
duk_jmpbuf.h Source fixes for #ifdef and #ifndef convention 8 years ago
duk_js.h Implement 'apply' and 'construct' Proxy support 7 years ago
duk_js_arith.c Fix some MinGW pow() and atan2() math issues 8 years ago
duk_js_bytecode.h Shared handling for EVALCALL in call setup 7 years ago
duk_js_call.c Implement 'apply' and 'construct' Proxy support 7 years ago
duk_js_compiler.c Add init size for NEWARR opcode 7 years ago
duk_js_compiler.h Use DUK_COMPILE_xxx flags are internally 8 years ago
duk_js_executor.c Implement 'apply' and 'construct' Proxy support 7 years ago
duk_js_ops.c Use unsafe (trusted) pops in internals 7 years ago
duk_js_var.c Implement 'apply' and 'construct' Proxy support 7 years ago
duk_json.h Source fixes for #ifdef and #ifndef convention 8 years ago
duk_lexer.c Fix regexp class range dash parse lookup 8 years ago
duk_lexer.h Add shebang comment parsing (on first line only) 8 years ago
duk_numconv.c Add initial, minimal ES6 Symbol support 8 years ago
duk_numconv.h Source ES6/7 -> ES2015/ES2016 renames 8 years ago
duk_refcount.h Linked list for catchstack, attach to activation 8 years ago
duk_regexp.h Source fixes for #ifdef and #ifndef convention 8 years ago
duk_regexp_compiler.c Rewrite string table algorithm 8 years ago
duk_regexp_executor.c Use unsafe (trusted) pops in internals 7 years ago
duk_replacements.c Remove dependency on fmin() and fmax() entirely 8 years ago
duk_replacements.h Source fixes for #ifdef and #ifndef convention 8 years ago
duk_selftest.c Fix a few more unwrapped (U)LL constants 8 years ago
duk_selftest.h Source fixes for #ifdef and #ifndef convention 8 years ago
duk_strings.h Implement 'apply' and 'construct' Proxy support 7 years ago
duk_tval.c Fix a few more unwrapped (U)LL constants 8 years ago
duk_tval.h Fix a few more unwrapped (U)LL constants 8 years ago
duk_unicode.h Source fixes for #ifdef and #ifndef convention 8 years ago
duk_unicode_support.c String creation safety, footprint trivia 8 years ago
duk_unicode_tables.c Source fixes for #ifdef and #ifndef convention 8 years ago
duk_util.h Faster bufwriter growth for non-lowmem targets 7 years ago
duk_util_bitdecoder.c More warning fixes (MSVC /W4) 8 years ago
duk_util_bitencoder.c Rename src/ to src-input/ to match dist 8 years ago
duk_util_bufwriter.c Make resize operations cold/unlikely 8 years ago
duk_util_hashbytes.c Source fixes for #ifdef and #ifndef convention 8 years ago
duk_util_misc.c Fixed some issues with Microsoft Visual Studio, allowing compilations on VC2005 and earlier (up to at least VC6). 8 years ago
duk_util_tinyrandom.c Fixed some issues with Microsoft Visual Studio, allowing compilations on VC2005 and earlier (up to at least VC6). 8 years ago
duktape.h.in Proper symbol sorting for Reflect.ownKeys() 7 years ago
strings.yaml Implement 'apply' and 'construct' Proxy support 7 years ago