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 4d443b9243 Silence incorrect unused variable warning 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 Use 0x82 prefix for Duktape internal symbols 7 years ago
duk_alloc_default.c Rename src/ to src-input/ to match dist 8 years ago
duk_api_buffer.c Use DUK_ASSERT_API_ENTRY() for API calls 7 years ago
duk_api_bytecode.c Remove bytecode dump version byte 7 years ago
duk_api_call.c Use verbose error for duk_(p)call_prop too 7 years ago
duk_api_codec.c Use DUK_ASSERT_API_ENTRY() for API calls 7 years ago
duk_api_compile.c Use DUK_ASSERT_API_ENTRY() for API calls 7 years ago
duk_api_debug.c Refactor debugger automatic pause handling 7 years ago
duk_api_heap.c Use DUK_ASSERT_API_ENTRY() for API calls 7 years ago
duk_api_inspect.c Some -Wsign-conversion fixes 7 years ago
duk_api_internal.h Use 0x82 prefix for Duktape internal symbols 7 years ago
duk_api_memory.c Use DUK_ASSERT_API_ENTRY() for API calls 7 years ago
duk_api_object.c Add duk_xxx_prop_heapptr() convenience calls 7 years ago
duk_api_stack.c Use 0x82 prefix for Duktape internal symbols 7 years ago
duk_api_string.c Some -Wsign-conversion fixes 7 years ago
duk_api_time.c Fix assert for duk_time_to_components() 7 years ago
duk_bi_array.c Some -Wsign-conversion fixes 7 years ago
duk_bi_boolean.c Use duk_hthread, not duk_context in internals 7 years ago
duk_bi_buffer.c Some -Wsign-conversion fixes 7 years ago
duk_bi_date.c Some -Wsign-conversion fixes 7 years ago
duk_bi_date_unix.c Add clock_gettime(CLOCK_MONOTONIC) source 7 years ago
duk_bi_date_windows.c Remove 'thr' argument from ecma/mono time calls 7 years ago
duk_bi_duktape.c Use duk_hthread, not duk_context in internals 7 years ago
duk_bi_encoding.c Fix some clang warnings 7 years ago
duk_bi_error.c Some -Wsign-conversion fixes 7 years ago
duk_bi_function.c Some -Wsign-conversion fixes 7 years ago
duk_bi_global.c Fix some clang warnings 7 years ago
duk_bi_json.c Fix some clang warnings 7 years ago
duk_bi_math.c Use duk_hthread, not duk_context in internals 7 years ago
duk_bi_number.c Use duk_hthread, not duk_context in internals 7 years ago
duk_bi_object.c Some -Wsign-conversion fixes 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 Add non-functional Promise object placeholders 7 years ago
duk_bi_protos.h Add clock_gettime(CLOCK_MONOTONIC) source 7 years ago
duk_bi_proxy.c Add an unused flags field to duk_push_proxy() 7 years ago
duk_bi_reflect.c Use duk_hthread, not duk_context in internals 7 years ago
duk_bi_regexp.c Fix some clang warnings 7 years ago
duk_bi_string.c Fix some clang warnings 7 years ago
duk_bi_symbol.c Use 0x82 prefix for Duktape internal symbols 7 years ago
duk_bi_thread.c Some -Wsign-conversion fixes 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 Some -Wsign-conversion fixes 7 years ago
duk_debug_macros.c Rename src/ to src-input/ to match dist 8 years ago
duk_debug_vsnprintf.c Use 0x82 prefix for Duktape internal symbols 7 years ago
duk_debugger.c Fix some clang warnings 7 years ago
duk_debugger.h Refactor debugger automatic pause handling 7 years ago
duk_error.h Optimize duk_propdesc filling when prop not found 7 years ago
duk_error_augment.c Fix some clang warnings 7 years ago
duk_error_longjmp.c Use configurable fatal maxlen for uncaught error 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 duk_hthread, not duk_context in internals 7 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 Use 'slack' rather than 'spare' 7 years ago
duk_hbuffer_alloc.c Add likely/unlike to alloc failures 8 years ago
duk_hbuffer_ops.c Use 'slack' rather than 'spare' 7 years ago
duk_hbufobj.h Use duk_hthread, not duk_context in internals 7 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 Refactor debugger automatic pause handling 7 years ago
duk_heap_alloc.c Refactor debugger automatic pause handling 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 Some -Wsign-conversion fixes 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 Some -Wsign-conversion fixes 7 years ago
duk_heap_stringcache.c Fix compile warnings for lazy charlen 8 years ago
duk_heap_stringtable.c Use 0x82 prefix for Duktape internal symbols 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 Some -Wsign-conversion fixes 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 Fix some clang warnings 7 years ago
duk_hobject_misc.c Source fixes for #ifdef and #ifndef convention 8 years ago
duk_hobject_pc2line.c Some -Wsign-conversion fixes 7 years ago
duk_hobject_props.c Fix some clang warnings 7 years ago
duk_hproxy.h Add duk_hproxy internal struct 8 years ago
duk_hstring.h First implementation for symbol summarization 7 years ago
duk_hstring_misc.c Fix some clang warnings 7 years ago
duk_hthread.h Some -Wsign-conversion fixes 7 years ago
duk_hthread_alloc.c Rework value stack grow/shrink, lazy shrink 8 years ago
duk_hthread_builtins.c Some -Wsign-conversion fixes 7 years ago
duk_hthread_misc.c Use duk_hthread, not duk_context in internals 7 years ago
duk_hthread_stacks.c Refactor debugger automatic pause handling 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 Some -Wsign-conversion fixes 7 years ago
duk_js_arith.c Fix some MinGW pow() and atan2() math issues 8 years ago
duk_js_bytecode.h Some -Wsign-conversion fixes 7 years ago
duk_js_call.c Fix debugger tailcall + StepOver/StepInto 7 years ago
duk_js_compiler.c Some -Wsign-conversion fixes 7 years ago
duk_js_compiler.h Some -Wsign-conversion fixes 7 years ago
duk_js_executor.c Fix some clang warnings 7 years ago
duk_js_ops.c instanceof improvements: error msg, dangling ptr 7 years ago
duk_js_var.c Some -Wsign-conversion fixes 7 years ago
duk_json.h Some -Wsign-conversion fixes 7 years ago
duk_lexer.c Silence incorrect unused variable warning 7 years ago
duk_lexer.h Some -Wsign-conversion fixes 7 years ago
duk_numconv.c Some -Wsign-conversion fixes 7 years ago
duk_numconv.h Some -Wsign-conversion fixes 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 Warning fixes for main source with lowmem options 7 years ago
duk_regexp_executor.c Fix some clang warnings 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 Some -Wsign-conversion fixes 7 years ago
duk_selftest.h Source fixes for #ifdef and #ifndef convention 8 years ago
duk_strings.h instanceof improvements: error msg, dangling ptr 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 Some -Wsign-conversion fixes 7 years ago
duk_unicode_tables.c Faster case insensitive regexp canonicalization 7 years ago
duk_util.h Some -Wsign-conversion fixes 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 Some -Wsign-conversion fixes 7 years ago
duk_util_hashbytes.c Source fixes for #ifdef and #ifndef convention 8 years ago
duk_util_misc.c Some -Wsign-conversion fixes 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 Add duk_require_object() API call 7 years ago
strings.yaml Use 0x82 prefix for Duktape internal symbols 7 years ago