Sami Vaarala
|
dc919e8193
|
typing cleanup
|
11 years ago |
Sami Vaarala
|
b2b03c0743
|
duk_ret and duk_idx rename fixes
|
11 years ago |
Sami Vaarala
|
5e3acbd0c7
|
move duk_size_t to duktape.h (needed by API), add '_t' suffixes to duk_int and duk_ret
|
11 years ago |
Sami Vaarala
|
0f64952d48
|
makefile: rename test -> ecmatest, make 'test' a multi-test target, add an emscripten test placeholder
|
11 years ago |
Sami Vaarala
|
79a4e13ce0
|
makefile tweaks
|
11 years ago |
Sami Vaarala
|
5c280851d1
|
emscripten status
|
11 years ago |
Sami Vaarala
|
9960ba0e8b
|
ditz issue update
|
11 years ago |
Sami Vaarala
|
45a5cdf4a9
|
fix base64 dec testcase
|
11 years ago |
Sami Vaarala
|
d1c2661709
|
ditz issue update
|
11 years ago |
Sami Vaarala
|
bbd96a315c
|
disabled temporary api wrapper
|
11 years ago |
Sami Vaarala
|
10a8bea1f9
|
update guide to match jxEnc,jxDec,jcEnc,jcDec -> enc, dec
|
11 years ago |
Sami Vaarala
|
055faee21f
|
fix testcases to match jxEnc,jxDec,jcEnc,jcDec -> enc, dec
|
11 years ago |
Sami Vaarala
|
920745c4d6
|
combine Duktape jxEnc+jcEnc to enc() and jxDec+jcDec to dec(), this saves run-time Function instances
|
11 years ago |
Sami Vaarala
|
cb9a555ba1
|
release note update
|
11 years ago |
Sami Vaarala
|
b23e0c55d0
|
ditz issue update
|
11 years ago |
Sami Vaarala
|
1babf8c724
|
setFin->fin in test case
|
11 years ago |
Sami Vaarala
|
9bcb7d1889
|
comment on finalizer handling: there is no way to delete the internal _finalizer property, but this is just a cosmetic issue (you can disable the finalizer by setting it to undefined)
|
11 years ago |
Sami Vaarala
|
456fb93a38
|
guide fixes for setFin+getFin -> fin
|
11 years ago |
Sami Vaarala
|
98495275ea
|
testcase fixes for setFin+getFin -> fin, add finalizer getting test
|
11 years ago |
Sami Vaarala
|
e14d1c476c
|
update setFinalizer/getFinalizer compatibility wrapper in initjs
|
11 years ago |
Sami Vaarala
|
aba14fe4f0
|
replace setFin/getFin with a single function fin() to reduce footprint
|
11 years ago |
Sami Vaarala
|
b0b32b1544
|
remove fixed test from test262 known issues
|
11 years ago |
Sami Vaarala
|
19530aa74b
|
ditz issue update
|
11 years ago |
Sami Vaarala
|
ba8972d88f
|
fixme note
|
11 years ago |
Sami Vaarala
|
40c5b71563
|
release note update
|
11 years ago |
Sami Vaarala
|
f0af3dea18
|
add documentation for Duktape.info() (and remove Duktape.addr() and Duktape.refc())
|
11 years ago |
Sami Vaarala
|
ed0685ce3f
|
improve Duktape.info() a bit, smaller size, better output format
|
11 years ago |
Sami Vaarala
|
85fec5d37b
|
add missing DUK_UNREF() to disabled functions, removes compile warning
|
11 years ago |
Sami Vaarala
|
0d214c1dc0
|
clean up JSONX/JSONC conditional compilation, more refined #ifdefs for different combinations
|
11 years ago |
Sami Vaarala
|
5a3d16fa94
|
fix dist to use combined duk_initjs.js
|
11 years ago |
Sami Vaarala
|
d237df0766
|
rename initjs, combined file for now
|
11 years ago |
Sami Vaarala
|
5944e15f62
|
inijs legacy funcs: addr, refc
|
11 years ago |
Sami Vaarala
|
f2b42dac6a
|
replace Duktape addr() and refc() with info(), which provides alloc sizes, property part sizes, etc in a version specific format
|
11 years ago |
Sami Vaarala
|
91b4e61b74
|
ditz issue update
|
11 years ago |
Sami Vaarala
|
c722ae1057
|
improve test262 filtered output
|
11 years ago |
Sami Vaarala
|
7ded38f332
|
ditz issue update
|
11 years ago |
Sami Vaarala
|
609965f70f
|
makefile trivia
|
11 years ago |
Sami Vaarala
|
ab5ccd0f7c
|
document DUK_OPT_NO_PC2LINE
|
11 years ago |
Sami Vaarala
|
ed4af7f169
|
make pc2line recording conditional to compilation option DUK_OPT_NO_PC2LINE (DUK_USE_PC2LINE)
|
11 years ago |
Sami Vaarala
|
027e24a91a
|
ditz issue update
|
11 years ago |
Sami Vaarala
|
f3f76a510b
|
api testcase for duk_pcall(), add some prints for diagnosis
|
11 years ago |
Sami Vaarala
|
baf1245201
|
fix api docs for duk_safe_call and duk_pcall, the error codes are now cleaned up
|
11 years ago |
Sami Vaarala
|
c7e02cb12e
|
remove internal DUK_ERR_EXEC_xxx codes, use the public DUK_EXEC_xxx codes instead
|
11 years ago |
Sami Vaarala
|
7cceb7d3db
|
remove DUK_ERR_EXEC_TERM, replace with error throwing; if another catchpoint exists this is handled nicely, if not and we're running a resumed thread, the thread terminates (which is nice); finally, if there is no catchpoint a fatal error happens which is more or less OK
|
11 years ago |
Sami Vaarala
|
9456307fbe
|
add missing pops to builtins init (when initjs was used)
|
11 years ago |
Sami Vaarala
|
44fb7c733a
|
makefile trivia
|
11 years ago |
Sami Vaarala
|
7715b4ed52
|
release note placeholder for v0.11
|
11 years ago |
Sami Vaarala
|
fe7382b8d5
|
fixme note
|
11 years ago |
Sami Vaarala
|
558e453da2
|
ditz issue update
|
11 years ago |
Sami Vaarala
|
ba61f63cf1
|
use template spans for Duktape versiona and current date in api/guide pages
|
11 years ago |