Sami Vaarala
|
d964fe8529
|
api doc and test for duk_get_length
|
11 years ago |
Sami Vaarala
|
f61d0d7636
|
api doc and tests for hex, base64, and json encoding/decoding
|
11 years ago |
Sami Vaarala
|
f6abce34c9
|
api doc and test for duk_throw
|
11 years ago |
Sami Vaarala
|
f0b171fc4c
|
api doc and test for duk_require_context, update duk_get_context doc and test
|
11 years ago |
Sami Vaarala
|
a1eb2e9563
|
api doc and test for duk_push_new_thread and duk_get_context
|
11 years ago |
Sami Vaarala
|
efda882c7b
|
improve api doc and test for duk_insert, duk_replace, duk_remove for invalid index cases
|
11 years ago |
Sami Vaarala
|
ce73a086fb
|
api doc and test for duk_replace, duk_insert, duk_remove
|
11 years ago |
Sami Vaarala
|
68063a3af9
|
move structsandtypedefs into a defines section, and add constants and flags
|
11 years ago |
Sami Vaarala
|
80a7d73e21
|
trivial clarification and fixme note to duk_compact api doc
|
11 years ago |
Sami Vaarala
|
0e2c234d91
|
make duk_compact() lenient, ignoring compaction of non-object types; make Object seal(), freeze(), and preventExtensions() automatically compact the target object
|
11 years ago |
Sami Vaarala
|
d9579f9325
|
api doc and test for duk_compact()
|
11 years ago |
Sami Vaarala
|
ffc6c59513
|
api doc and test for duk_is_constructor_call()
|
11 years ago |
Sami Vaarala
|
cdaaa68a6f
|
DUK_INVALID_INDEX handling when resolving API indices; make all native functions CONSTRUCTABLE by default
|
11 years ago |
Sami Vaarala
|
765ea223dc
|
api doc and test for duk_push_global_object
|
11 years ago |
Sami Vaarala
|
31c1cc59e0
|
api doc and testcases for duk_push_new_object and duk_push_new_array
|
11 years ago |
Sami Vaarala
|
921abb7376
|
api doc and test for index validation
|
11 years ago |
Sami Vaarala
|
bab31da1b6
|
api doc and test for index normalization
|
11 years ago |
Sami Vaarala
|
dacdb5bdb2
|
json encode/decode api calls and test
|
11 years ago |
Sami Vaarala
|
f99beeb9da
|
heap lifecycle api call docs
|
11 years ago |
Sami Vaarala
|
60096d4dba
|
api testcase 'header' file, prepended to each test
|
11 years ago |
Sami Vaarala
|
5a901cfb28
|
basic heap lifecycle test
|
11 years ago |
Sami Vaarala
|
8054b26194
|
add fixed buffer check api; rework heap creation api
|
11 years ago |
Sami Vaarala
|
4c83e899d4
|
duk type api calls (already covered by tests)
|
11 years ago |
Sami Vaarala
|
35c3f779a1
|
duk_push_new_c_function() api doc and test
|
11 years ago |
Sami Vaarala
|
42201f6f63
|
api testcase for basic types
|
11 years ago |
Sami Vaarala
|
c0714d5d80
|
duk_push_(v)sprintf() api testcases
|
11 years ago |
Sami Vaarala
|
c3cb8aac7b
|
testcase for duk_is_xxx() api calls; still broken for ecmascript/c function because of compile/eval api is incomplete
|
11 years ago |
Sami Vaarala
|
8b80a79db9
|
api docs for duk_is_xxx() api calls
|
11 years ago |
Sami Vaarala
|
fad076afa6
|
rename growable buffers 'dynamic' buffers (more common and more accurate); other api related changes and placeholders
|
11 years ago |
Sami Vaarala
|
7188c1f9c6
|
add more arg checking for sprintf() related api calls
|
11 years ago |
Sami Vaarala
|
3f12764ae6
|
api doc additions
|
12 years ago |
Sami Vaarala
|
da917ddf3e
|
website work
|
12 years ago |
Sami Vaarala
|
8f56f5d01f
|
first commit of duktape.org website build dir
|
12 years ago |
Sami Vaarala
|
cf056351f9
|
ditz issue update
|
12 years ago |
Sami Vaarala
|
461e41fd07
|
api fixes
|
12 years ago |
Sami Vaarala
|
2b48146987
|
rename test case directory
|
12 years ago |
Sami Vaarala
|
50c72ed47a
|
update example makefile
|
12 years ago |
Sami Vaarala
|
3751122f4e
|
top level makefile with variant builds and test targets, replaces sconscript
|
12 years ago |
Sami Vaarala
|
74d379e80c
|
first cut at a dist creation script, replaces sconscript
|
12 years ago |
Sami Vaarala
|
a0e2e20366
|
ditz issue update
|
12 years ago |
Sami Vaarala
|
d7bb069f8f
|
remove scons files, will be replaced by plain makefiles
|
12 years ago |
Sami Vaarala
|
4b8745ffaa
|
move cmdline tool to examples (along with the dummy socket, fileio, and ncurses modules), move Makefile.example to examples as well
|
12 years ago |
Sami Vaarala
|
35fa01cc09
|
sconscript trivia
|
12 years ago |
Sami Vaarala
|
6077643e75
|
update regexp dollar escape: allow it, to match real world behavior
|
12 years ago |
Sami Vaarala
|
83885d92ed
|
fix Array.prototype.slice() end handling (undefined end must default to length)
|
12 years ago |
Sami Vaarala
|
e751ea5c8a
|
bug testcase for Array.prototype.slice() end handling
|
12 years ago |
Sami Vaarala
|
cdc291c25d
|
fix bug in handling variant 2 for statement with multiple variable declarations: comma wasn't eaten, resulting in syntax error
|
12 years ago |
Sami Vaarala
|
9ba8e0a9b8
|
bug testcase for a bug in a for statement variant with multiple variable declarations
|
12 years ago |
Sami Vaarala
|
4f8b408f69
|
fix typeof behavior for unresolvable reference
|
12 years ago |
Sami Vaarala
|
d0ac446a22
|
testcase for typeof bug: for an unresolvable reference the result must be of type string with the value 'undefined', not an actual undefined value as happens now
|
12 years ago |