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 a649cccbed Fix U+180E whitespace handling 5 years ago
..
SpecialCasing-8bit.txt Rename src/ to src-input/ to match dist 8 years ago
SpecialCasing.txt Update Unicode data files to Unicode 12.1.0 6 years ago
UnicodeData-8bit.txt Rename src/ to src-input/ to match dist 8 years ago
UnicodeData.txt Update Unicode data files to Unicode 12.1.0 6 years ago
builtins.yaml Release trivia for 2.5.0 release 5 years ago
duk_alloc_default.c Rename src/ to src-input/ to match dist 8 years ago
duk_api_buffer.c More DUK_WO_NORETURN() fixes 7 years ago
duk_api_bytecode.c Release trivia for 2.5.0 release 5 years ago
duk_api_call.c API duk_require_{constructor_call,constructable}() 6 years ago
duk_api_codec.c Fix compile warning w/o base64 support 5 years ago
duk_api_compile.c Extend internal struct validity assertions in GC 6 years ago
duk_api_debug.c More bare object/array improvements 6 years ago
duk_api_heap.c Use duk_memcmp() etc wrappers consistently 7 years ago
duk_api_inspect.c Add C literal pinning and intern lookup cache 7 years ago
duk_api_internal.h More fixes for proxied Arrays 5 years ago
duk_api_memory.c Use DUK_ASSERT_API_ENTRY() for API calls 7 years ago
duk_api_object.c Internal property handling fixes 5 years ago
duk_api_random.c Add duk_random() API call 7 years ago
duk_api_stack.c Release trivia for 2.5.0 release 5 years ago
duk_api_string.c Extend internal struct validity assertions in GC 6 years ago
duk_api_time.c Use 'ECMAScript' spelling in src-input 7 years ago
duk_bi_array.c More fixes for proxied Arrays 5 years ago
duk_bi_boolean.c Internal property handling fixes 5 years ago
duk_bi_buffer.c Release trivia for 2.5.0 release 5 years ago
duk_bi_cbor.c Use helper for FP comparisons, use -Wfloat-equal 5 years ago
duk_bi_date.c Use helper for FP comparisons, use -Wfloat-equal 5 years ago
duk_bi_date_unix.c Use 'ECMAScript' spelling in src-input 7 years ago
duk_bi_date_windows.c Consistent error check for Windows Date provider 6 years ago
duk_bi_duktape.c Use 'ECMAScript' spelling in src-input 7 years ago
duk_bi_encoding.c Use 'ECMAScript' spelling in src-input 7 years ago
duk_bi_error.c Internal property handling fixes 5 years ago
duk_bi_function.c Add @@hasInstance support, helper improvements 7 years ago
duk_bi_global.c Use 'ECMAScript' spelling in src-input 7 years ago
duk_bi_json.c More fixes for proxied Arrays 5 years ago
duk_bi_math.c Use helper for FP comparisons, use -Wfloat-equal 5 years ago
duk_bi_number.c Internal property handling fixes 5 years ago
duk_bi_object.c More fixes for proxied Arrays 5 years ago
duk_bi_performance.c Add initial performance global binding 7 years ago
duk_bi_pointer.c Internal property handling fixes 5 years ago
duk_bi_promise.c More DUK_WO_NORETURN() fixes 7 years ago
duk_bi_protos.h Add clock_gettime(CLOCK_MONOTONIC) source 7 years ago
duk_bi_proxy.c Extend internal struct validity assertions in GC 6 years ago
duk_bi_reflect.c More DUK_WO_NORETURN() fixes 7 years ago
duk_bi_regexp.c Internal property handling fixes 5 years ago
duk_bi_string.c Internal property handling fixes 5 years ago
duk_bi_symbol.c Internal property handling fixes 5 years ago
duk_bi_thread.c Better fix for GH-2030 5 years ago
duk_bi_thrower.c Use duk_hthread, not duk_context in internals 7 years ago
duk_dblunion.h Add a link for legacy ARM mixed endian 5 years ago
duk_debug.h Source fixes for #ifdef and #ifndef convention 8 years ago
duk_debug_fixedbuffer.c Further cleanup for memory helpers 7 years ago
duk_debug_macros.c Use duk_memcmp() etc wrappers consistently 7 years ago
duk_debug_vsnprintf.c Avoid out-of-memory during catch setup 5 years ago
duk_debugger.c Internal property handling fixes 5 years ago
duk_debugger.h Refactor debugger automatic pause handling 7 years ago
duk_error.h Add missing DUK_DCERROR_UNSUPPORTED() macro 6 years ago
duk_error_augment.c Improve 'end of input' SyntaxError handling 5 years ago
duk_error_longjmp.c Add duk_fatal_exception for C++ uncaught/fatal 7 years ago
duk_error_macros.c Add duk_fatal_exception for C++ uncaught/fatal 7 years ago
duk_error_misc.c Refactor debugger automatic pause handling 7 years ago
duk_error_throw.c Use 'ECMAScript' spelling in src-input 7 years ago
duk_exception.h Add duk_fatal_exception for C++ uncaught/fatal 7 years ago
duk_fltunion.h Changes to compile CBOR extra as built-in 5 years ago
duk_forwdecl.h Add C literal pinning and intern lookup cache 7 years ago
duk_harray.h Extend internal struct validity assertions in GC 6 years ago
duk_hboundfunc.h Extend internal struct validity assertions in GC 6 years ago
duk_hbuffer.h Extend internal struct validity assertions in GC 6 years ago
duk_hbuffer_alloc.c Use duk_memcmp() etc wrappers consistently 7 years ago
duk_hbuffer_assert.c Extend internal struct validity assertions in GC 6 years ago
duk_hbuffer_ops.c Use duk_memcmp() etc wrappers consistently 7 years ago
duk_hbufobj.h Extend internal struct validity assertions in GC 6 years ago
duk_hbufobj_misc.c Rename src/ to src-input/ to match dist 8 years ago
duk_hcompfunc.h Extend internal struct validity assertions in GC 6 years ago
duk_heap.h Split internal allocs to hot/cold paths 5 years ago
duk_heap_alloc.c Post-release trivia for 2.5.0 release 5 years ago
duk_heap_finalize.c Use duk_hthread, not duk_context in internals 7 years ago
duk_heap_hashstring.c Rename src/ to src-input/ to match dist 8 years ago
duk_heap_markandsweep.c Avoid out-of-memory during catch setup 5 years ago
duk_heap_memory.c Split internal allocs to hot/cold paths 5 years ago
duk_heap_misc.c Extend internal struct validity assertions in GC 6 years ago
duk_heap_refcount.c Better fix for GH-2030 5 years ago
duk_heap_stringcache.c Allow GC of pinned literals in mark-and-sweep 7 years ago
duk_heap_stringtable.c Update duk_heap_stringtable.c 6 years ago
duk_heaphdr.h Extend internal struct validity assertions in GC 6 years ago
duk_heaphdr_assert.c Extend internal struct validity assertions in GC 6 years ago
duk_henv.h Extend internal struct validity assertions in GC 6 years ago
duk_hnatfunc.h Extend internal struct validity assertions in GC 6 years ago
duk_hobject.h Post-release trivia for 2.5.0 release 5 years ago
duk_hobject_alloc.c Extend internal struct validity assertions in GC 6 years ago
duk_hobject_assert.c Extend internal struct validity assertions in GC 6 years ago
duk_hobject_class.c More fixes for proxied Arrays 5 years ago
duk_hobject_enum.c Internal property handling fixes 5 years ago
duk_hobject_misc.c More DUK_WO_NORETURN() fixes 7 years ago
duk_hobject_pc2line.c Internal property handling fixes 5 years ago
duk_hobject_props.c Add minimum size check for abandoning array 5 years ago
duk_hproxy.h Extend internal struct validity assertions in GC 6 years ago
duk_hstring.h Extend internal struct validity assertions in GC 6 years ago
duk_hstring_assert.c Extend internal struct validity assertions in GC 6 years ago
duk_hstring_misc.c Use 'ECMAScript' spelling in src-input 7 years ago
duk_hthread.h Extend internal struct validity assertions in GC 6 years ago
duk_hthread_alloc.c Use duk_memcmp() etc wrappers consistently 7 years ago
duk_hthread_builtins.c Avoid out-of-memory during catch setup 5 years ago
duk_hthread_misc.c Use duk_hthread, not duk_context in internals 7 years ago
duk_hthread_stacks.c Internal property handling fixes 5 years ago
duk_internal.h Post-release trivia for 2.5.0 release 5 years ago
duk_jmpbuf.h Source fixes for #ifdef and #ifndef convention 8 years ago
duk_js.h More fixes for proxied Arrays 5 years ago
duk_js_arith.c Use helper for FP comparisons, use -Wfloat-equal 5 years ago
duk_js_bytecode.h Use 'ECMAScript' spelling in src-input 7 years ago
duk_js_call.c quiet "maybe-uninitialized" error in src-input/duk_js_compiler.c 5 years ago
duk_js_compiler.c Allow function declarations in strict mode 5 years ago
duk_js_compiler.h Use 'ECMAScript' spelling in misc places 7 years ago
duk_js_executor.c Split internal allocs to hot/cold paths 5 years ago
duk_js_ops.c Release trivia for 2.5.0 release 5 years ago
duk_js_var.c Internal property handling fixes 5 years ago
duk_json.h Some -Wsign-conversion fixes 7 years ago
duk_lexer.c Allow U+2028, U+2029 in string literals (ES2019) 5 years ago
duk_lexer.h Use 'ECMAScript' spelling in src-input 7 years ago
duk_numconv.c Use helper for FP comparisons, use -Wfloat-equal 5 years ago
duk_numconv.h Use 'ECMAScript' spelling in src-input 7 years ago
duk_refcount.h Linked list for catchstack, attach to activation 8 years ago
duk_regexp.h Some -Wsign-conversion fixes 7 years ago
duk_regexp_compiler.c Add DUK_USE_NATIVE_STACK_CHECK macro support 5 years ago
duk_regexp_executor.c Internal property handling fixes 5 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 Use helper for FP comparisons, use -Wfloat-equal 5 years ago
duk_selftest.h Source fixes for #ifdef and #ifndef convention 8 years ago
duk_strings.h Add DUK_USE_NATIVE_STACK_CHECK macro support 5 years ago
duk_tval.c Extend internal struct validity assertions in GC 6 years ago
duk_tval.h Extend internal struct validity assertions in GC 6 years ago
duk_unicode.h Changes to compile CBOR extra as built-in 5 years ago
duk_unicode_support.c Fix U+180E whitespace handling 5 years ago
duk_unicode_tables.c Use 'ECMAScript' spelling in src-input 7 years ago
duk_util.h Use helper for FP comparisons, use -Wfloat-equal 5 years ago
duk_util_bitdecoder.c Use 0x82 prefix for Duktape internal symbols 7 years ago
duk_util_bitencoder.c Rename src/ to src-input/ to match dist 8 years ago
duk_util_bufwriter.c Changes to compile CBOR extra as built-in 5 years ago
duk_util_cast.c Fix double-to-float cast 7 years ago
duk_util_double.c Use helper for FP comparisons, use -Wfloat-equal 5 years ago
duk_util_hashbytes.c Source fixes for #ifdef and #ifndef convention 8 years ago
duk_util_memory.c Further cleanup for memory helpers 7 years ago
duk_util_memrw.c Changes to compile CBOR extra as built-in 5 years ago
duk_util_misc.c Fix -fsanitize=undefined warnings 7 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 Post-release trivia for 2.5.0 release 5 years ago
strings.yaml More fixes for proxied Arrays 5 years ago