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.
 
 
 
 
 
 
Michal Kasperek e75de7fd16 duk__add_fileline crash fix while iterating 7 years ago
..
SpecialCasing-8bit.txt Rename src/ to src-input/ to match dist 8 years ago
SpecialCasing.txt Update Unicode data files to Unicode 10.0.0 7 years ago
UnicodeData-8bit.txt Rename src/ to src-input/ to match dist 8 years ago
UnicodeData.txt Update Unicode data files to Unicode 10.0.0 7 years ago
builtins.yaml Merge pull request #1894 from svaarala/ecmascript-spelling-src-input 7 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 Fix bytecode memcpy() zero-size NULL pointer 7 years ago
duk_api_call.c Use 'ECMAScript' spelling in src-input 7 years ago
duk_api_codec.c Fix -fsanitize=undefined warnings 7 years ago
duk_api_compile.c More DUK_WO_NORETURN() fixes 7 years ago
duk_api_debug.c More DUK_WO_NORETURN() fixes 7 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 Add @@toPrimitive support 7 years ago
duk_api_memory.c Use DUK_ASSERT_API_ENTRY() for API calls 7 years ago
duk_api_object.c Use 'ECMAScript' spelling in src-input 7 years ago
duk_api_random.c Add duk_random() API call 7 years ago
duk_api_stack.c Use 'ECMAScript' spelling in src-input 7 years ago
duk_api_string.c Use duk_memcmp() etc wrappers consistently 7 years ago
duk_api_time.c Use 'ECMAScript' spelling in src-input 7 years ago
duk_bi_array.c Use 'ECMAScript' spelling in src-input 7 years ago
duk_bi_boolean.c Use duk_hthread, not duk_context in internals 7 years ago
duk_bi_buffer.c Change internals to use duk_push_literal() 7 years ago
duk_bi_date.c Use 'ECMAScript' spelling in src-input 7 years ago
duk_bi_date_unix.c Use 'ECMAScript' spelling in src-input 7 years ago
duk_bi_date_windows.c Use 'ECMAScript' spelling in src-input 7 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 Use 'ECMAScript' spelling in src-input 7 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 Use 'ECMAScript' spelling in src-input 7 years ago
duk_bi_math.c Use 'ECMAScript' spelling in src-input 7 years ago
duk_bi_number.c Change Number.prototype.toFixed() coercion order 7 years ago
duk_bi_object.c Use 'ECMAScript' spelling in src-input 7 years ago
duk_bi_performance.c Add initial performance global binding 7 years ago
duk_bi_pointer.c Use duk_hthread, not duk_context in internals 7 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 More DUK_WO_NORETURN() fixes 7 years ago
duk_bi_reflect.c More DUK_WO_NORETURN() fixes 7 years ago
duk_bi_regexp.c Change internals to use duk_push_literal() 7 years ago
duk_bi_string.c Use 'ECMAScript' spelling in src-input 7 years ago
duk_bi_symbol.c Further cleanup for memory helpers 7 years ago
duk_bi_thread.c Use 'ECMAScript' spelling in src-input 7 years ago
duk_bi_thrower.c Use duk_hthread, not duk_context in internals 7 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 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 Use 'ECMAScript' spelling in src-input 7 years ago
duk_debugger.c Use 'ECMAScript' spelling in src-input 7 years ago
duk_debugger.h Refactor debugger automatic pause handling 7 years ago
duk_error.h Use 'ECMAScript' spelling in src-input 7 years ago
duk_error_augment.c duk__add_fileline crash fix while iterating 7 years ago
duk_error_longjmp.c More DUK_WO_NORETURN() fixes 7 years ago
duk_error_macros.c Warning fixes for main source with lowmem options 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 Source fixes for #ifdef and #ifndef convention 8 years ago
duk_forwdecl.h Add C literal pinning and intern lookup cache 7 years ago
duk_harray.h Add duk_hproxy internal struct 8 years ago
duk_hboundfunc.h Fix duk_hboundfunc->args memory leak 7 years ago
duk_hbuffer.h Add a duk_uint64_t dummy to hbuffer align trick 7 years ago
duk_hbuffer_alloc.c Use duk_memcmp() etc wrappers consistently 7 years ago
duk_hbuffer_ops.c Use duk_memcmp() etc wrappers consistently 7 years ago
duk_hbufobj.h Further cleanup for memory helpers 7 years ago
duk_hbufobj_misc.c Rename src/ to src-input/ to match dist 8 years ago
duk_hcompfunc.h Use 'ECMAScript' spelling in src-input 7 years ago
duk_heap.h Add C literal pinning and intern lookup cache 7 years ago
duk_heap_alloc.c Allow GC of pinned literals in mark-and-sweep 7 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 Allow GC of pinned literals in mark-and-sweep 7 years ago
duk_heap_memory.c Further cleanup for memory helpers 7 years ago
duk_heap_misc.c Shared assert helper for 'in heap_allocated' 8 years ago
duk_heap_refcount.c Fix some armhf -Wcast-align issues 7 years ago
duk_heap_stringcache.c Allow GC of pinned literals in mark-and-sweep 7 years ago
duk_heap_stringtable.c Allow GC of pinned literals 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 Use 'slack' rather than 'spare' 7 years ago
duk_hobject.h Use 'ECMAScript' spelling in src-input 7 years ago
duk_hobject_alloc.c Use duk_memcmp() etc wrappers consistently 7 years ago
duk_hobject_class.c Use 'ECMAScript' spelling in src-input 7 years ago
duk_hobject_enum.c Use 'ECMAScript' spelling in src-input 7 years ago
duk_hobject_misc.c More DUK_WO_NORETURN() fixes 7 years ago
duk_hobject_pc2line.c Use duk_memcmp() etc wrappers consistently 7 years ago
duk_hobject_props.c Use 'ECMAScript' spelling in src-input 7 years ago
duk_hproxy.h Add duk_hproxy internal struct 8 years ago
duk_hstring.h Use 'ECMAScript' spelling in src-input 7 years ago
duk_hstring_misc.c Use 'ECMAScript' spelling in src-input 7 years ago
duk_hthread.h Use 'ECMAScript' spelling in src-input 7 years ago
duk_hthread_alloc.c Use duk_memcmp() etc wrappers consistently 7 years ago
duk_hthread_builtins.c Add @@hasInstance support, helper improvements 7 years ago
duk_hthread_misc.c Use duk_hthread, not duk_context in internals 7 years ago
duk_hthread_stacks.c Use duk_memcmp() etc wrappers consistently 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 Use 'ECMAScript' spelling in src-input 7 years ago
duk_js_arith.c Use 'ECMAScript' spelling in src-input 7 years ago
duk_js_bytecode.h Use 'ECMAScript' spelling in src-input 7 years ago
duk_js_call.c Use 'ECMAScript' spelling in src-input 7 years ago
duk_js_compiler.c Use 'ECMAScript' spelling in src-input 7 years ago
duk_js_compiler.h Use 'ECMAScript' spelling in misc places 7 years ago
duk_js_executor.c Use 'ECMAScript' spelling in misc places 7 years ago
duk_js_ops.c Use 'ECMAScript' spelling in src-input 7 years ago
duk_js_var.c Use 'ECMAScript' spelling in src-input 7 years ago
duk_json.h Some -Wsign-conversion fixes 7 years ago
duk_lexer.c Use 'ECMAScript' spelling in src-input 7 years ago
duk_lexer.h Use 'ECMAScript' spelling in src-input 7 years ago
duk_numconv.c Use 'ECMAScript' spelling in src-input 7 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 Change internals to use duk_push_literal() 7 years ago
duk_regexp_executor.c Use 'ECMAScript' spelling in src-input 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 Use duk_memcmp() etc wrappers consistently 7 years ago
duk_selftest.h Source fixes for #ifdef and #ifndef convention 8 years ago
duk_strings.h Improve encode/decode error messages 7 years ago
duk_tval.c Fix a few more unwrapped (U)LL constants 8 years ago
duk_tval.h Some -Wsign-conversion fixes 7 years ago
duk_unicode.h Faster case insensitive regexp canonicalization 7 years ago
duk_unicode_support.c Use 'ECMAScript' spelling in src-input 7 years ago
duk_unicode_tables.c Use 'ECMAScript' spelling in src-input 7 years ago
duk_util.h Add C literal pinning and intern lookup cache 7 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 Further cleanup for memory helpers 7 years ago
duk_util_cast.c Fix double-to-float cast 7 years ago
duk_util_double.c Fix -fsanitize=undefined warnings 7 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_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 Use 'ECMAScript' spelling in src-input 7 years ago
strings.yaml Add support for @@isConcatSpreadable 7 years ago