.. |
CaseConversion.java
|
java case conversion tool for manual testing
|
12 years ago |
SpecialCasing.txt
|
unicode data files required by build scripts
|
12 years ago |
UnicodeData.txt
|
unicode data files required by build scripts
|
12 years ago |
duk_alloc_default.c
|
Symbol visibility changes for code and headers
|
10 years ago |
duk_api_buffer.c
|
Add duk_steal_buffer()
|
10 years ago |
duk_api_call.c
|
Add DUK_ASSERT_CTX_VALID() to API entrypoints
|
10 years ago |
duk_api_codec.c
|
Add DUK_ASSERT_CTX_VALID() to API entrypoints
|
10 years ago |
duk_api_compile.c
|
Add DUK_ASSERT_CTX_VALID() to API entrypoints
|
10 years ago |
duk_api_debug.c
|
Add DUK_ASSERT_CTX_VALID() to API entrypoints
|
10 years ago |
duk_api_heap.c
|
Refcount update directly (inline) in refc macros
|
10 years ago |
duk_api_internal.h
|
Buffer object implementation cleanups and fixes
|
10 years ago |
duk_api_logging.c
|
Add DUK_ASSERT_CTX_VALID() to API entrypoints
|
10 years ago |
duk_api_memory.c
|
Add DUK_ASSERT_CTX_VALID() to API entrypoints
|
10 years ago |
duk_api_object.c
|
Add DUK_ASSERT_CTX_VALID() to API entrypoints
|
10 years ago |
duk_api_public.h.in
|
Source changes for genconfig, Date provider
|
9 years ago |
duk_api_stack.c
|
Add duk_get/require_buffer_data() calls
|
10 years ago |
duk_api_string.c
|
Add DUK_ASSERT_CTX_VALID() to API entrypoints
|
10 years ago |
duk_api_var.c
|
Add DUK_ASSERT_CTX_VALID() to API entrypoints
|
10 years ago |
duk_bi_array.c
|
Implement Node.js Buffer and TypedArray support
|
10 years ago |
duk_bi_boolean.c
|
ENC16/DEC16/EXTSTR udata changes
|
10 years ago |
duk_bi_buffer.c
|
Buffer object implementation cleanups and fixes
|
10 years ago |
duk_bi_date.c
|
Source changes for genconfig, Date provider
|
9 years ago |
duk_bi_date_unix.c
|
Source changes for genconfig, Date provider
|
9 years ago |
duk_bi_date_windows.c
|
Source changes for genconfig, Date provider
|
9 years ago |
duk_bi_duktape.c
|
Fix Duktape.act() line number handling
|
10 years ago |
duk_bi_error.c
|
Add duk_def_prop(), rework defineProperty()
|
10 years ago |
duk_bi_function.c
|
Add duk_def_prop(), rework defineProperty()
|
10 years ago |
duk_bi_global.c
|
Cache "module" instead of "exports"
|
10 years ago |
duk_bi_json.c
|
Implement Node.js Buffer and TypedArray support
|
10 years ago |
duk_bi_logger.c
|
Source changes for genconfig, Date provider
|
9 years ago |
duk_bi_math.c
|
Symbol visibility changes for code and headers
|
10 years ago |
duk_bi_number.c
|
ENC16/DEC16/EXTSTR udata changes
|
10 years ago |
duk_bi_object.c
|
Add debugger support to core engine
|
10 years ago |
duk_bi_pointer.c
|
Add duk_def_prop(), rework defineProperty()
|
10 years ago |
duk_bi_protos.h
|
Source changes for genconfig, Date provider
|
9 years ago |
duk_bi_proxy.c
|
Add duk_def_prop(), rework defineProperty()
|
10 years ago |
duk_bi_regexp.c
|
Symbol visibility changes for code and headers
|
10 years ago |
duk_bi_string.c
|
Add a few casts to fix GH-177
|
10 years ago |
duk_bi_thread.c
|
Second round of lightfunc support improvements
|
10 years ago |
duk_bi_thrower.c
|
Symbol visibility changes for code and headers
|
10 years ago |
duk_dblunion.h.in
|
Buffer object implementation cleanups and fixes
|
10 years ago |
duk_debug.h
|
ENC16/DEC16/EXTSTR udata changes
|
10 years ago |
duk_debug_fixedbuffer.c
|
Symbol visibility changes for code and headers
|
10 years ago |
duk_debug_heap.c
|
Rename alloc_udata to heap_udata
|
10 years ago |
duk_debug_macros.c
|
Source changes for genconfig, Date provider
|
9 years ago |
duk_debug_vsnprintf.c
|
Implement Node.js Buffer and TypedArray support
|
10 years ago |
duk_debugger.c
|
Review fixes, mostly assert order fixes
|
10 years ago |
duk_debugger.h
|
Fix some compile warnings
|
10 years ago |
duk_error.h
|
Implement Node.js Buffer and TypedArray support
|
10 years ago |
duk_error_augment.c
|
Error augment typo fix, other trivia
|
9 years ago |
duk_error_longjmp.c
|
Add alt setjmp/longjmp providers, OSX auto _setjmp
|
10 years ago |
duk_error_macros.c
|
Silence a few unused parameter warnings
|
10 years ago |
duk_error_misc.c
|
Symbol visibility changes for code and headers
|
10 years ago |
duk_error_throw.c
|
Symbol visibility changes for code and headers
|
10 years ago |
duk_forwdecl.h
|
Sliding lexer window and other lexer improvements
|
10 years ago |
duk_hbuffer.h
|
Implement Node.js Buffer and TypedArray support
|
10 years ago |
duk_hbuffer_alloc.c
|
Fix some pointer compression issues on x64
|
9 years ago |
duk_hbuffer_ops.c
|
ENC16/DEC16/EXTSTR udata changes
|
10 years ago |
duk_hbufferobject.h
|
Buffer object implementation cleanups and fixes
|
10 years ago |
duk_hbufferobject_misc.c
|
Implement Node.js Buffer and TypedArray support
|
10 years ago |
duk_hcompiledfunction.h
|
Add debugger support to core engine
|
10 years ago |
duk_heap.h
|
Rework interrupt counter w/o heap-level values
|
10 years ago |
duk_heap_alloc.c
|
Fix some pointer compression issues on x64
|
9 years ago |
duk_heap_hashstring.c
|
Add a few casts to fix GH-177
|
10 years ago |
duk_heap_markandsweep.c
|
Implement Node.js Buffer and TypedArray support
|
10 years ago |
duk_heap_memory.c
|
ENC16/DEC16/EXTSTR udata changes
|
10 years ago |
duk_heap_misc.c
|
Rework interrupt counter w/o heap-level values
|
10 years ago |
duk_heap_refcount.c
|
Implement Node.js Buffer and TypedArray support
|
10 years ago |
duk_heap_stringcache.c
|
Symbol visibility changes for code and headers
|
10 years ago |
duk_heap_stringtable.c
|
Suppress some unused var/func warnings
|
10 years ago |
duk_heaphdr.h
|
Implement Node.js Buffer and TypedArray support
|
10 years ago |
duk_hnativefunction.h
|
Internal typing fixes (mostly error code)
|
10 years ago |
duk_hobject.h
|
Implement Node.js Buffer and TypedArray support
|
10 years ago |
duk_hobject_alloc.c
|
Fix some pointer compression issues on x64
|
9 years ago |
duk_hobject_class.c
|
Implement Node.js Buffer and TypedArray support
|
10 years ago |
duk_hobject_enum.c
|
Buffer object implementation cleanups and fixes
|
10 years ago |
duk_hobject_finalizer.c
|
Symbol visibility changes for code and headers
|
10 years ago |
duk_hobject_misc.c
|
Refcount update directly (inline) in refc macros
|
10 years ago |
duk_hobject_pc2line.c
|
Add debugger support to core engine
|
10 years ago |
duk_hobject_props.c
|
Add duk_steal_buffer()
|
10 years ago |
duk_hstring.h
|
Add DUK_OPT_EXTSTR_FREE() macro hook
|
10 years ago |
duk_hstring_misc.c
|
Add some missing "const" specifiers for strings
|
10 years ago |
duk_hthread.h
|
Rework interrupt counter w/o heap-level values
|
10 years ago |
duk_hthread_alloc.c
|
ENC16/DEC16/EXTSTR udata changes
|
10 years ago |
duk_hthread_builtins.c
|
Implement Node.js Buffer and TypedArray support
|
10 years ago |
duk_hthread_misc.c
|
Symbol visibility changes for code and headers
|
10 years ago |
duk_hthread_stacks.c
|
Refcount update directly (inline) in refc macros
|
10 years ago |
duk_initjs.js
|
Use pass 3 compilation if necessary (GH-115)
|
10 years ago |
duk_internal.h
|
Implement Node.js Buffer and TypedArray support
|
10 years ago |
duk_jmpbuf.h
|
Add alt setjmp/longjmp providers, OSX auto _setjmp
|
10 years ago |
duk_js.h
|
Implement Node.js Buffer and TypedArray support
|
10 years ago |
duk_js_bytecode.h
|
Rework pre/post inc/dec in compiler and executor
|
10 years ago |
duk_js_call.c
|
Rework interrupt counter w/o heap-level values
|
10 years ago |
duk_js_compiler.c
|
Increase TRYCATCH reg limit w/ new opcode format
|
10 years ago |
duk_js_compiler.h
|
Rework pre/post inc/dec in compiler and executor
|
10 years ago |
duk_js_executor.c
|
Source changes for genconfig, Date provider
|
9 years ago |
duk_js_ops.c
|
Implement Node.js Buffer and TypedArray support
|
10 years ago |
duk_js_var.c
|
Review fixes, mostly assert order fixes
|
10 years ago |
duk_json.h
|
Add some missing "const" specifiers for strings
|
10 years ago |
duk_lexer.c
|
Sliding lexer window and other lexer improvements
|
10 years ago |
duk_lexer.h
|
Sliding lexer window and other lexer improvements
|
10 years ago |
duk_numconv.c
|
Symbol visibility changes for code and headers
|
10 years ago |
duk_numconv.h
|
Symbol visibility changes for code and headers
|
10 years ago |
duk_regexp.h
|
Make regexp deep stacks deeper (GH-157)
|
10 years ago |
duk_regexp_compiler.c
|
Add duk_def_prop(), rework defineProperty()
|
10 years ago |
duk_regexp_executor.c
|
Fastint fast paths and cleanups
|
10 years ago |
duk_replacements.c
|
Symbol visibility changes for code and headers
|
10 years ago |
duk_replacements.h
|
Symbol visibility changes for code and headers
|
10 years ago |
duk_selftest.c
|
Buffer object implementation cleanups and fixes
|
10 years ago |
duk_selftest.h
|
Fix compile warning when selftests disabled
|
10 years ago |
duk_strings.c
|
Implement Node.js Buffer and TypedArray support
|
10 years ago |
duk_strings.h
|
Implement Node.js Buffer and TypedArray support
|
10 years ago |
duk_tval.c
|
Fix a few MSVC warnings triggered by fastint
|
10 years ago |
duk_tval.h
|
Fastint fast paths and cleanups
|
10 years ago |
duk_unicode.h
|
Add some missing "const" specifiers for strings
|
10 years ago |
duk_unicode_support.c
|
Non-leading tab fixes
|
10 years ago |
duk_unicode_tables.c
|
Fix trailing newline offenders in src
|
10 years ago |
duk_util.h
|
Suppress some unused var/func warnings
|
10 years ago |
duk_util_bitdecoder.c
|
Symbol visibility changes for code and headers
|
10 years ago |
duk_util_bitencoder.c
|
Symbol visibility changes for code and headers
|
10 years ago |
duk_util_hashbytes.c
|
Add a few casts to fix GH-177
|
10 years ago |
duk_util_hashprime.c
|
Fixed size stringtable with array chaining
|
10 years ago |
duk_util_misc.c
|
Suppress some unused var/func warnings
|
10 years ago |
duk_util_tinyrandom.c
|
Symbol visibility changes for code and headers
|
10 years ago |
duktape.h.in
|
Source changes for genconfig, Date provider
|
9 years ago |
dukutil.py
|
Add sizes to builtin array declarations
|
10 years ago |
extract_caseconv.py
|
Add sizes to builtin array declarations
|
10 years ago |
extract_chars.py
|
Add sizes to builtin array declarations
|
10 years ago |
genbuildparams.py
|
Add a build metadata JSON file with string data
|
10 years ago |
genbuiltins.py
|
Implement Node.js Buffer and TypedArray support
|
10 years ago |
genequivyear.py
|
Add script to create equivalent years table
|
10 years ago |
genexesizereport.py
|
separate duk symbols from others in size report
|
11 years ago |
genhashsizes.py
|
python scripts needed for precomputing and build
|
12 years ago |
gennumdigits.py
|
helper script to generate tables needed for string-to-number conversion
|
12 years ago |
genobjsizereport.py
|
rename gensizereport.py
|
11 years ago |
genstrings.py
|
Add support for module.exports
|
10 years ago |
prepare_unicode_data.py
|
Fix handling of ranges in UnicodeData.txt
|
10 years ago |