708 Commits (66a9451fa22f149eefcad4097d4653a804f3f357)
 

Author SHA1 Message Date
Sami Vaarala a370df2c34 api doc and test for duk_get_c_function() and duk_require_c_function; improve api testcase for duk_push_current_function() 11 years ago
Sami Vaarala 75c6c014e9 api doc and test for duk_push_current_thread() 11 years ago
Sami Vaarala 4990d45d52 improve duk_push_current_function() testcase 11 years ago
Sami Vaarala b3114e3c64 placeholders for potential new API calls duk_get_c_function() and duk_require_c_function() 11 years ago
Sami Vaarala b7d118045b api doc and test for duk_push_current_function 11 years ago
Sami Vaarala 6c3eefc9dc line height to callouts 11 years ago
Sami Vaarala c80b724166 fix ecmascript testcase for ToNumber() valgrind issue: print something at the end to ensure we reach the end (empty expect string is a bad idea) 11 years ago
Sami Vaarala afbea666f0 trivia fix to duk_compact api doc: duk_push_new_object -> duk_push_object (missed in earlier commit) 11 years ago
Sami Vaarala 4345b8f8cb deleted file 11 years ago
Sami Vaarala bcc76f0aeb api bug test case for pushing very large strings 11 years ago
Sami Vaarala 79c5163a1f api doc and tests for duk_push_buffer() and variants; also a bug test case for allocating a buffer very close to size_t max value in size 11 years ago
Sami Vaarala acb21165d2 fix example Makefile source file set 11 years ago
Sami Vaarala 11c664a4eb mass rename of multiple duk_push_new_xxx() into duk_push_xxx() for API consistency 11 years ago
Sami Vaarala 34444e80c3 rename duk_push_new_buffer to duk_push_buffer (same for fixed/dynamic pushers); cmdline fixes 11 years ago
Sami Vaarala 6ccaef82d5 remove pyc file 11 years ago
Sami Vaarala 1c1daff274 fixme notes, gcc-4.0 warnings 11 years ago
Sami Vaarala 68ee1c247f api doc and test for duk_dup and duk_dup_top 11 years ago
Sami Vaarala a80e541f69 fix duk_to_buffer testcase, compile error 11 years ago
Sami Vaarala 136ae64422 css style fix for ul/li text; website build trivia 11 years ago
Sami Vaarala 1c97eb16a0 intermediate commit for duk_eval and duk_compile work 11 years ago
Sami Vaarala 180269cb18 ditz issue update 11 years ago
Sami Vaarala a2b1e7863c ditz issue update 11 years ago
Sami Vaarala d0ddbc1a77 api doc and test for duk_alloc/duk_alloc_raw, duk_realloc/duk_realloc_raw, duk_free/duk_free_raw; still a bit rough 11 years ago
Sami Vaarala d6b158c7b5 api doc trivia: link to e5.1 spec from duk_join and duk_concat 11 years ago
Sami Vaarala e9d78019c7 api testcase for duk_to_number 11 years ago
Sami Vaarala bb58094a3a trivial api doc markup fixes 11 years ago
Sami Vaarala 523541f0c3 clean up api e5.1 link display names 11 years ago
Sami Vaarala 9d30dff371 api doc and test for duk_new 11 years ago
Sami Vaarala 7dace4957a api doc trivia for duk_get_prop_index and duk_del_prop_index 11 years ago
Sami Vaarala 324aa7380e api doc and test for duk_enum() and duk_next() 11 years ago
Sami Vaarala 3737e98fc0 api doc and tests for duk_call(), duk_call_method(), duk_call_prop() 11 years ago
Sami Vaarala 5dc362cb30 initial draft of duk_safe_call api doc 11 years ago
Sami Vaarala e39388ee25 api docs for duk_put_prop_{index,string} and duk_has_prop_{index,string} 11 years ago
Sami Vaarala c78341220f add function expression test to eval test 11 years ago
Sami Vaarala d76957e358 api doc and tests for duk_eval and duk_eval_string 11 years ago
Sami Vaarala dba857e189 test case for (current) eval call 11 years ago
Sami Vaarala a138fe3173 fix testcase for duk_is_xxx() calls 11 years ago
Sami Vaarala d1ee38ada6 api testcases for hello world and frontpage 11 years ago
Sami Vaarala 41a8958b65 api testcase for trying to create a new property into a primitive base value 11 years ago
Sami Vaarala 6512d08c69 api doc and testcase (updates) for property get/put/del/has 11 years ago
Sami Vaarala 9c94b6137d testcase for ensuring property assignment evaluates correctly even if assignment silently fails 11 years ago
Sami Vaarala 8fee29e083 improve duk_del_prop and duk_get_prop api descriptions, include object coercible error, and augment api testcases to test for a non-coercible case 11 years ago
Sami Vaarala 13ddfd17e6 document and assert thr->strict initial value (currently not functional anyway) 11 years ago
Sami Vaarala d7313c3e4a make duk_del_prop and duk_put_prop (and variants) obey strict mode 11 years ago
Sami Vaarala 422f2c8ba6 reword error message to match others 11 years ago
Sami Vaarala 09216ad66b api doc tweaks for duk_get_prop 11 years ago
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