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 2d43ef8c04 String.prototype.repeat(), internal buf zeroing 8 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 String.prototype.repeat(), internal buf zeroing 8 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 String.prototype.repeat(), internal buf zeroing 8 years ago
duk_api_call.c Encoding API implementation minor improvements 8 years ago
duk_api_codec.c String.prototype.repeat(), internal buf zeroing 8 years ago
duk_api_compile.c Rename src/ to src-input/ to match dist 8 years ago
duk_api_debug.c Faster heap refcount check 8 years ago
duk_api_heap.c Add internal duk_dup_xxx() helpers 8 years ago
duk_api_internal.h String.prototype.repeat(), internal buf zeroing 8 years ago
duk_api_memory.c Rename src/ to src-input/ to match dist 8 years ago
duk_api_object.c Add ES6 Reflect built-in object 8 years ago
duk_api_public.h.in Revise duk_error() et al return value approach 8 years ago
duk_api_stack.c Revise duk_error() et al return value approach 8 years ago
duk_api_string.c String.prototype.repeat(), internal buf zeroing 8 years ago
duk_api_time.c Rename src/ to src-input/ to match dist 8 years ago
duk_bi_array.c Verbose errors also for return shorthand 8 years ago
duk_bi_boolean.c Verbose errors also for return shorthand 8 years ago
duk_bi_buffer.c String.prototype.repeat(), internal buf zeroing 8 years ago
duk_bi_date.c Make built-ins optional in metadata and source 8 years ago
duk_bi_date_unix.c Rename src/ to src-input/ to match dist 8 years ago
duk_bi_date_windows.c Rename src/ to src-input/ to match dist 8 years ago
duk_bi_duktape.c Verbose errors also for return shorthand 8 years ago
duk_bi_encoding.c String.prototype.repeat(), internal buf zeroing 8 years ago
duk_bi_error.c Add internal duk_dup_xxx() helpers 8 years ago
duk_bi_function.c Reflect.construct() fix 8 years ago
duk_bi_global.c Add internal duk_dup_xxx() helpers 8 years ago
duk_bi_json.c String.prototype.repeat(), internal buf zeroing 8 years ago
duk_bi_math.c Add support for ES7 exponentiation operator ('**') 8 years ago
duk_bi_number.c Make built-ins optional in metadata and source 8 years ago
duk_bi_object.c Comments and other trivia 8 years ago
duk_bi_pointer.c Verbose errors also for return shorthand 8 years ago
duk_bi_protos.h Use TextDecoder() for Buffer .toString() 8 years ago
duk_bi_proxy.c Encoding API implementation minor improvements 8 years ago
duk_bi_reflect.c Comments and other trivia 8 years ago
duk_bi_regexp.c Verbose errors also for return shorthand 8 years ago
duk_bi_string.c String.prototype.repeat(), internal buf zeroing 8 years ago
duk_bi_thread.c Verbose errors also for return shorthand 8 years ago
duk_bi_thrower.c Verbose errors also for return shorthand 8 years ago
duk_dblunion.h.in String.prototype.repeat(), internal buf zeroing 8 years ago
duk_debug.h Rename src/ to src-input/ to match dist 8 years ago
duk_debug_fixedbuffer.c Rename src/ to src-input/ to match dist 8 years ago
duk_debug_macros.c Rename src/ to src-input/ to match dist 8 years ago
duk_debug_vsnprintf.c Rename src/ to src-input/ to match dist 8 years ago
duk_debugger.c String.prototype.repeat(), internal buf zeroing 8 years ago
duk_debugger.h Rename src/ to src-input/ to match dist 8 years ago
duk_error.h Verbose errors also for return shorthand 8 years ago
duk_error_augment.c Misc compiler warning fixes 8 years ago
duk_error_longjmp.c Add duk_ret_t retval to duk_{throw,error,fatal}() 8 years ago
duk_error_macros.c Verbose errors also for return shorthand 8 years ago
duk_error_misc.c Rename src/ to src-input/ to match dist 8 years ago
duk_error_throw.c Add duk_ret_t retval to duk_{throw,error,fatal}() 8 years ago
duk_exception.h Rename src/ to src-input/ to match dist 8 years ago
duk_forwdecl.h Rename src/ to src-input/ to match dist 8 years ago
duk_harray.h Add prototype dense array fast paths for push/pop 8 years ago
duk_hbuffer.h Rename src/ to src-input/ to match dist 8 years ago
duk_hbuffer_alloc.c Rename src/ to src-input/ to match dist 8 years ago
duk_hbuffer_ops.c Rename src/ to src-input/ to match dist 8 years ago
duk_hbufobj.h Rename src/ to src-input/ to match dist 8 years ago
duk_hbufobj_misc.c Rename src/ to src-input/ to match dist 8 years ago
duk_hcompfunc.h Rename src/ to src-input/ to match dist 8 years ago
duk_heap.h Faster heap refcount check 8 years ago
duk_heap_alloc.c Further refcount norz macro tweaks 8 years ago
duk_heap_hashstring.c Rename src/ to src-input/ to match dist 8 years ago
duk_heap_markandsweep.c Further refcount norz macro tweaks 8 years ago
duk_heap_memory.c Rename src/ to src-input/ to match dist 8 years ago
duk_heap_misc.c Rename src/ to src-input/ to match dist 8 years ago
duk_heap_refcount.c Faster heap refcount check 8 years ago
duk_heap_stringcache.c Rename src/ to src-input/ to match dist 8 years ago
duk_heap_stringtable.c Further refcount norz macro tweaks 8 years ago
duk_heaphdr.h Further refcount norz macro tweaks 8 years ago
duk_hnatfunc.h Rename src/ to src-input/ to match dist 8 years ago
duk_hobject.h Add ES6 Reflect built-in object 8 years ago
duk_hobject_alloc.c Rename src/ to src-input/ to match dist 8 years ago
duk_hobject_class.c Change Node.js Buffer to inherit from Uint8Array 8 years ago
duk_hobject_enum.c Add internal duk_dup_xxx() helpers 8 years ago
duk_hobject_finalizer.c Add internal duk_dup_xxx() helpers 8 years ago
duk_hobject_misc.c Rename src/ to src-input/ to match dist 8 years ago
duk_hobject_pc2line.c Rename src/ to src-input/ to match dist 8 years ago
duk_hobject_props.c Comments and other trivia 8 years ago
duk_hstring.h Implement String.prototype.codePointAt() 8 years ago
duk_hstring_misc.c Implement String.prototype.codePointAt() 8 years ago
duk_hthread.h Rename src/ to src-input/ to match dist 8 years ago
duk_hthread_alloc.c Rename src/ to src-input/ to match dist 8 years ago
duk_hthread_builtins.c String.prototype.repeat(), internal buf zeroing 8 years ago
duk_hthread_misc.c Rename src/ to src-input/ to match dist 8 years ago
duk_hthread_stacks.c Rename src/ to src-input/ to match dist 8 years ago
duk_internal.h Rename src/ to src-input/ to match dist 8 years ago
duk_jmpbuf.h Rename src/ to src-input/ to match dist 8 years ago
duk_js.h Add support for ES7 exponentiation operator ('**') 8 years ago
duk_js_arith.c Source trivia for exp operator 8 years ago
duk_js_bytecode.h Reorder EXP opcodes to be right after MOD 8 years ago
duk_js_call.c Rework internal property definition sites a bit 8 years ago
duk_js_compiler.c String.prototype.repeat(), internal buf zeroing 8 years ago
duk_js_compiler.h Rename src/ to src-input/ to match dist 8 years ago
duk_js_executor.c Faster heap refcount check 8 years ago
duk_js_ops.c Make built-ins optional in metadata and source 8 years ago
duk_js_var.c Rework internal property definition sites a bit 8 years ago
duk_json.h Rename src/ to src-input/ to match dist 8 years ago
duk_lexer.c Implement String.prototype.codePointAt() 8 years ago
duk_lexer.h Add \u{H+} support to source code lexer 8 years ago
duk_numconv.c Rename src/ to src-input/ to match dist 8 years ago
duk_numconv.h Rename src/ to src-input/ to match dist 8 years ago
duk_regexp.h Remove throwing stubs for buffers, Proxy, etc 8 years ago
duk_regexp_compiler.c Closed form regexp compiler negative skip offset 8 years ago
duk_regexp_executor.c String.prototype.repeat(), internal buf zeroing 8 years ago
duk_replacements.c Rename src/ to src-input/ to match dist 8 years ago
duk_replacements.h Rename src/ to src-input/ to match dist 8 years ago
duk_selftest.c Rename src/ to src-input/ to match dist 8 years ago
duk_selftest.h Rename src/ to src-input/ to match dist 8 years ago
duk_strings.h Add \u{H+} support to source code lexer 8 years ago
duk_tval.c Rename src/ to src-input/ to match dist 8 years ago
duk_tval.h Add prototype dense array fast paths for push/pop 8 years ago
duk_unicode.h Remove throwing stubs for buffers, Proxy, etc 8 years ago
duk_unicode_support.c String.prototype.repeat(), internal buf zeroing 8 years ago
duk_unicode_tables.c Rename src/ to src-input/ to match dist 8 years ago
duk_util.h String.prototype.repeat(), internal buf zeroing 8 years ago
duk_util_bitdecoder.c Rename src/ to src-input/ to match dist 8 years ago
duk_util_bitencoder.c Rename src/ to src-input/ to match dist 8 years ago
duk_util_bufwriter.c Rename src/ to src-input/ to match dist 8 years ago
duk_util_hashbytes.c Rename src/ to src-input/ to match dist 8 years ago
duk_util_hashprime.c Rename src/ to src-input/ to match dist 8 years ago
duk_util_misc.c String.prototype.repeat(), internal buf zeroing 8 years ago
duk_util_tinyrandom.c Use xoroshiro128+ (SplitMix64 seed mix) by default 8 years ago
duktape.h.in Rename src/ to src-input/ to match dist 8 years ago
strings.yaml Add ES6 Reflect built-in object 8 years ago