..
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
Add @@hasInstance support, helper improvements
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
Fix some armhf -Wcast-align issues
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 @@hasInstance support, helper improvements
7 years ago
duk_api_memory.c
Use DUK_ASSERT_API_ENTRY() for API calls
7 years ago
duk_api_object.c
Add @@hasInstance support, helper improvements
7 years ago
duk_api_random.c
Add duk_random() API call
7 years ago
duk_api_stack.c
Add @@hasInstance support, helper improvements
7 years ago
duk_api_string.c
Use duk_memcmp() etc wrappers consistently
7 years ago
duk_api_time.c
Fix assert for duk_time_to_components()
7 years ago
duk_bi_array.c
More DUK_WO_NORETURN() fixes
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 duk_memcmp() etc wrappers consistently
7 years ago
duk_bi_date_unix.c
Use duk_memcmp() etc wrappers consistently
7 years ago
duk_bi_date_windows.c
Use duk_memcmp() etc wrappers consistently
7 years ago
duk_bi_duktape.c
Use duk_hthread, not duk_context in internals
7 years ago
duk_bi_encoding.c
Add C literal pinning and intern lookup cache
7 years ago
duk_bi_error.c
Change internals to use duk_push_literal()
7 years ago
duk_bi_function.c
Add @@hasInstance support, helper improvements
7 years ago
duk_bi_global.c
More DUK_WO_NORETURN() fixes
7 years ago
duk_bi_json.c
Use duk_memcmp() etc wrappers consistently
7 years ago
duk_bi_math.c
Use duk_hthread, not duk_context in internals
7 years ago
duk_bi_number.c
More DUK_WO_NORETURN() fixes
7 years ago
duk_bi_object.c
More DUK_WO_NORETURN() 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
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
Further cleanup for memory helpers
7 years ago
duk_bi_symbol.c
Further cleanup for memory helpers
7 years ago
duk_bi_thread.c
Add @@hasInstance support, helper improvements
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
Further cleanup for memory helpers
7 years ago
duk_debugger.c
Add C literal pinning and intern lookup cache
7 years ago
duk_debugger.h
Refactor debugger automatic pause handling
7 years ago
duk_error.h
Further cleanup for memory helpers
7 years ago
duk_error_augment.c
Fix some clang warnings
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
More DUK_WO_NORETURN() fixes
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
Add duk_hproxy internal struct
8 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
Some -Wsign-conversion fixes
7 years ago
duk_hobject_alloc.c
Use duk_memcmp() etc wrappers consistently
7 years ago
duk_hobject_class.c
Add initial, minimal ES6 Symbol support
8 years ago
duk_hobject_enum.c
Use duk_memcmp() etc wrappers consistently
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
Add @@hasInstance support, helper improvements
7 years ago
duk_hproxy.h
Add duk_hproxy internal struct
8 years ago
duk_hstring.h
Add C literal pinning and intern lookup cache
7 years ago
duk_hstring_misc.c
Use duk_memcmp() etc wrappers consistently
7 years ago
duk_hthread.h
Some -Wsign-conversion fixes
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
Add @@hasInstance support, helper improvements
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 some armhf -Wcast-align issues
7 years ago
duk_js_compiler.c
Change internals to use duk_push_literal()
7 years ago
duk_js_compiler.h
Fixes to RegExp vs. division lexing
7 years ago
duk_js_executor.c
Share duk_push_new_target() in executor
7 years ago
duk_js_ops.c
Add @@hasInstance support, helper improvements
7 years ago
duk_js_var.c
More DUK_WO_NORETURN() fixes
7 years ago
duk_json.h
Some -Wsign-conversion fixes
7 years ago
duk_lexer.c
Use duk_memcmp() etc wrappers consistently
7 years ago
duk_lexer.h
Some -Wsign-conversion fixes
7 years ago
duk_numconv.c
Further cleanup for memory helpers
7 years ago
duk_numconv.h
Fix -fsanitize=undefined warnings
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 duk_memcmp() etc wrappers consistently
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 duk_memcmp() etc wrappers consistently
7 years ago
duk_unicode_tables.c
Faster case insensitive regexp canonicalization
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
Add duk_random() API call
7 years ago
strings.yaml
Add @@hasInstance support, helper improvements
7 years ago