273 Commits (fdbe830e35151da0ac52816dab30c4498ff7bf54)

Author SHA1 Message Date
Sami Vaarala d894b76b44 api doc and test for duk_swap() and duk_swap_top() 11 years ago
Sami Vaarala d1841a7741 api doc and tests for duk_compile() and duk_compile_string() 11 years ago
Sami Vaarala dae8d766cf placeholder for parsing tags 11 years ago
Sami Vaarala cde5c9f7cd api doc and test for duk_get_memory_functions() 11 years ago
Sami Vaarala 9467153399 api doc and test for duk_substring 11 years ago
Sami Vaarala 87d01f5ce3 api doc and test for duk_fatal() 11 years ago
Sami Vaarala 99bc2473ba api doc and test for duk_error 11 years ago
Sami Vaarala 70f20c6768 api doc and test for duk_trim() 11 years ago
Sami Vaarala d6a8a345ef api doc and test for duk_equals() and duk_strict_equals() 11 years ago
Sami Vaarala 78f2b76abf api doc and test for duk_push_error_object() 11 years ago
Sami Vaarala 9ff445d965 clarification to duk_push_current_function api doc 11 years ago
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 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 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 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 11c664a4eb mass rename of multiple duk_push_new_xxx() into duk_push_xxx() for API consistency 11 years ago
Sami Vaarala 68ee1c247f api doc and test for duk_dup and duk_dup_top 11 years ago
Sami Vaarala 136ae64422 css style fix for ul/li text; website build trivia 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 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 d76957e358 api doc and tests for duk_eval and duk_eval_string 11 years ago
Sami Vaarala 6512d08c69 api doc and testcase (updates) for property get/put/del/has 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 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
Sami Vaarala 136957abab api doc and test for duk_push_this 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 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