762 Commits (c9389c1ec4feb36c14d346759dee4599cbd9bf38)
 

Author SHA1 Message Date
Sami Vaarala 34ca02d7b2 api doc and test for duk_del_prop, duk_del_prop_string, duk_del_prop_index 11 years ago
Sami Vaarala 7039ff8b18 improve api description for duk_get_prop 11 years ago
Sami Vaarala 35aeaf65cc api doc and test for duk_get_prop, duk_get_prop_string, duk_get_prop_index 11 years ago
Sami Vaarala 01a636d4a2 generate testcase refs 11 years ago
Sami Vaarala 8298431242 api test for checking that buffers are zeroed 11 years ago
Sami Vaarala 136957abab api doc and test for duk_push_this 11 years ago
Sami Vaarala 02d6809e86 ditz update 11 years ago
Sami Vaarala 351fe55cf5 JSON comment fix 11 years ago
Sami Vaarala ff29e042d7 implement duk_json_encode() and duk_json_decode(), base64/hex api tweaks 11 years ago
Sami Vaarala e96099fc61 refactor JSON code to allow parse/stringify to be used from other places too 11 years ago
Sami Vaarala 5a69931e95 api fixes and reorg 11 years ago
Sami Vaarala d2fdbf5164 api doc and test for duk_is_strict_call() 11 years ago
Sami Vaarala 22686f7123 add missing duk_to_object() api doc 11 years ago
Sami Vaarala 653904b004 api doc and tests for duk_to_XXX (a few existed already) 11 years ago
Sami Vaarala 2fb9013236 api doc and tests for duk_require_XXX (except duk_require_context which already existed) 11 years ago
Sami Vaarala 1f8e915bbe api doc clarification trivia 11 years ago
Sami Vaarala f60f410d15 api doc and test for duk_to_boolean, duk_to_buffer, duk_to_defaultvalue 11 years ago
Sami Vaarala febc6cd800 ditz issue update 11 years ago
Sami Vaarala 838ffe26e9 api doc and test for duk_set_top and duk_get_top, and a bug testcase for pointer wrapping bug 11 years ago
Sami Vaarala 5880f32c5b api doc and tests for duk_get_boolean, duk_get_buffer, duk_get_int 11 years ago
Sami Vaarala b434ffd8b0 api doc and tests for duk_get_number, duk_get_pointer, duk_get_string, duk_get_lstring 11 years ago
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