Home
last modified time | relevance | path

Searched refs:DUK_ERROR_API (Results 1 – 21 of 21) sorted by relevance

/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-separate/
H A Dduk_api_call.c49 DUK_ERROR_API(thr, DUK_STR_INVALID_CALL_ARGS); in duk_call()
76 DUK_ERROR_API(thr, DUK_STR_INVALID_CALL_ARGS); in duk_call_method()
98 DUK_ERROR_API((duk_hthread *) ctx, DUK_STR_INVALID_CALL_ARGS); in duk_call_prop()
127 DUK_ERROR_API(thr, DUK_STR_INVALID_CALL_ARGS); in duk_pcall()
156 DUK_ERROR_API(thr, DUK_STR_INVALID_CALL_ARGS); in duk_pcall_method()
199 DUK_ERROR_API((duk_hthread *) ctx, DUK_STR_INVALID_CALL_ARGS); in duk_pcall_prop()
219 DUK_ERROR_API(thr, DUK_STR_INVALID_CALL_ARGS); in duk_safe_call()
453 DUK_ERROR_API((duk_hthread *) ctx, DUK_STR_INVALID_CALL_ARGS); in duk_pnew()
H A Dduk_api_debug.c160 DUK_ERROR_API(thr, "not enough stack values for notify"); in duk_debugger_notify()
227 DUK_ERROR_API((duk_hthread *) ctx, "no debugger support"); in duk_debugger_attach_custom()
232 DUK_ERROR_API((duk_hthread *) ctx, "no debugger support"); in duk_debugger_detach()
248 DUK_ERROR_API((duk_hthread *) ctx, "not enough stack values for notify"); in duk_debugger_notify()
H A Dduk_api_stack.c1011 DUK_ERROR_API(to_thr, DUK_STR_INVALID_CONTEXT); in duk_xcopymove_raw()
1017 DUK_ERROR_API(to_thr, DUK_STR_INVALID_COUNT); in duk_xcopymove_raw()
1031 DUK_ERROR_API(to_thr, DUK_STR_INVALID_COUNT); in duk_xcopymove_raw()
3449 DUK_ERROR_API(thr, DUK_STR_INVALID_CALL_ARGS); in duk_push_thread_stash()
3526 DUK_ERROR_API(thr, DUK_STR_SPRINTF_TOO_LONG); in duk_push_vsprintf()
3806 DUK_ERROR_API(thr, DUK_STR_INVALID_CALL_ARGS); in duk__push_c_function_raw()
3891 DUK_ERROR_API(thr, DUK_STR_INVALID_CALL_ARGS); in duk_push_c_lightfunc()
4352 DUK_ERROR_API(thr, DUK_STR_INVALID_COUNT); in duk_pop_n()
4358 DUK_ERROR_API(thr, DUK_STR_POP_TOO_MANY); in duk_pop_n()
4410 DUK_ERROR_API(thr, DUK_STR_POP_TOO_MANY); in duk_pop()
[all …]
H A Dduk_api_compile.c102 DUK_ERROR_API(thr, DUK_STR_NO_SOURCECODE); in duk__do_compile()
H A Dduk_js_call.c939 DUK_ERROR_API(thr, DUK_STR_INVALID_CALL_ARGS); in duk__get_idx_func()
1128 DUK_ERROR_API(thr, "caught invalid c++ exception (perhaps thrown by user code)");
1638 DUK_ERROR_API(thr, "c function returned invalid rc");
1931 DUK_ERROR_API(thr, DUK_STR_INVALID_CALL_ARGS);
2013 DUK_ERROR_API(thr, "caught invalid c++ exception (perhaps thrown by user code)");
2137 DUK_ERROR_API(thr, "not enough stack values for safe_call rc");
2380 DUK_ERROR_API(thr, DUK_STR_INVALID_CALL_ARGS);
H A Dduk_error.h309 #define DUK_ERROR_API(thr,msg) do { \ macro
360 #define DUK_ERROR_API(thr,msg) do { \ macro
H A Dduk_api_string.c20 DUK_ERROR_API(thr, DUK_STR_INVALID_COUNT); in duk__concat_and_join_helper()
H A Dduk_js_executor.c2113 DUK_ERROR_API(heap->curr_thread, "caught invalid c++ exception (perhaps thrown by user code)");
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-separate/
H A Dduk_api_debug.c160 DUK_ERROR_API(thr, "not enough stack values for notify"); in duk_debugger_notify()
227 DUK_ERROR_API((duk_hthread *) ctx, "no debugger support"); in duk_debugger_attach_custom()
232 DUK_ERROR_API((duk_hthread *) ctx, "no debugger support"); in duk_debugger_detach()
248 DUK_ERROR_API((duk_hthread *) ctx, "not enough stack values for notify"); in duk_debugger_notify()
H A Dduk_api_call.c49 DUK_ERROR_API(thr, DUK_STR_INVALID_CALL_ARGS); in duk_call()
76 DUK_ERROR_API(thr, DUK_STR_INVALID_CALL_ARGS); in duk_call_method()
124 DUK_ERROR_API(thr, DUK_STR_INVALID_CALL_ARGS); in duk_pcall()
153 DUK_ERROR_API(thr, DUK_STR_INVALID_CALL_ARGS); in duk_pcall_method()
213 DUK_ERROR_API(thr, DUK_STR_INVALID_CALL_ARGS); in duk_safe_call()
H A Dduk_api_stack.c1007 DUK_ERROR_API(to_thr, DUK_STR_INVALID_CONTEXT); in duk_xcopymove_raw()
1013 DUK_ERROR_API(to_thr, DUK_STR_INVALID_COUNT); in duk_xcopymove_raw()
1027 DUK_ERROR_API(to_thr, DUK_STR_INVALID_COUNT); in duk_xcopymove_raw()
3416 DUK_ERROR_API(thr, DUK_STR_INVALID_CALL_ARGS); in duk_push_thread_stash()
3493 DUK_ERROR_API(thr, DUK_STR_SPRINTF_TOO_LONG); in duk_push_vsprintf()
3773 DUK_ERROR_API(thr, DUK_STR_INVALID_CALL_ARGS); in duk__push_c_function_raw()
3858 DUK_ERROR_API(thr, DUK_STR_INVALID_CALL_ARGS); in duk_push_c_lightfunc()
4222 DUK_ERROR_API(thr, DUK_STR_INVALID_COUNT); in duk_pop_n()
4228 DUK_ERROR_API(thr, DUK_STR_POP_TOO_MANY); in duk_pop_n()
4280 DUK_ERROR_API(thr, DUK_STR_POP_TOO_MANY); in duk_pop()
[all …]
H A Dduk_api_compile.c102 DUK_ERROR_API(thr, DUK_STR_NO_SOURCECODE); in duk__do_compile()
H A Dduk_js_call.c937 DUK_ERROR_API(thr, DUK_STR_INVALID_CALL_ARGS); in duk__get_idx_func()
1126 DUK_ERROR_API(thr, "caught invalid c++ exception (perhaps thrown by user code)");
1634 DUK_ERROR_API(thr, "c function returned invalid rc");
1927 DUK_ERROR_API(thr, DUK_STR_INVALID_CALL_ARGS);
2009 DUK_ERROR_API(thr, "caught invalid c++ exception (perhaps thrown by user code)");
2133 DUK_ERROR_API(thr, "not enough stack values for safe_call rc");
2376 DUK_ERROR_API(thr, DUK_STR_INVALID_CALL_ARGS);
H A Dduk_error.h309 #define DUK_ERROR_API(thr,msg) do { \ macro
360 #define DUK_ERROR_API(thr,msg) do { \ macro
H A Dduk_api_string.c20 DUK_ERROR_API(thr, DUK_STR_INVALID_COUNT); in duk__concat_and_join_helper()
H A Dduk_js_executor.c2113 DUK_ERROR_API(heap->curr_thread, "caught invalid c++ exception (perhaps thrown by user code)");
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-noline/
H A Dduktape.c7891 #define DUK_ERROR_API(thr,msg) do { \ macro
7942 #define DUK_ERROR_API(thr,msg) do { \ macro
13652 DUK_ERROR_API(thr, DUK_STR_NO_SOURCECODE); in duk__do_compile()
15983 DUK_ERROR_API(to_thr, DUK_STR_INVALID_COUNT); in duk_xcopymove_raw()
15997 DUK_ERROR_API(to_thr, DUK_STR_INVALID_COUNT); in duk_xcopymove_raw()
18772 DUK_ERROR_API(thr, DUK_STR_INVALID_CALL_ARGS); in duk__push_c_function_raw()
18857 DUK_ERROR_API(thr, DUK_STR_INVALID_CALL_ARGS); in duk_push_c_lightfunc()
19318 DUK_ERROR_API(thr, DUK_STR_INVALID_COUNT); in duk_pop_n()
19324 DUK_ERROR_API(thr, DUK_STR_POP_TOO_MANY); in duk_pop_n()
19376 DUK_ERROR_API(thr, DUK_STR_POP_TOO_MANY); in duk_pop()
[all …]
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src/
H A Dduktape.c7918 #define DUK_ERROR_API(thr,msg) do { \ macro
7969 #define DUK_ERROR_API(thr,msg) do { \ macro
13701 DUK_ERROR_API(thr, DUK_STR_NO_SOURCECODE); in duk__do_compile()
16038 DUK_ERROR_API(to_thr, DUK_STR_INVALID_COUNT); in duk_xcopymove_raw()
16052 DUK_ERROR_API(to_thr, DUK_STR_INVALID_COUNT); in duk_xcopymove_raw()
18827 DUK_ERROR_API(thr, DUK_STR_INVALID_CALL_ARGS); in duk__push_c_function_raw()
18912 DUK_ERROR_API(thr, DUK_STR_INVALID_CALL_ARGS); in duk_push_c_lightfunc()
19373 DUK_ERROR_API(thr, DUK_STR_INVALID_COUNT); in duk_pop_n()
19379 DUK_ERROR_API(thr, DUK_STR_POP_TOO_MANY); in duk_pop_n()
19431 DUK_ERROR_API(thr, DUK_STR_POP_TOO_MANY); in duk_pop()
[all …]
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src/
H A Dduktape.c7913 #define DUK_ERROR_API(thr,msg) do { \ macro
7964 #define DUK_ERROR_API(thr,msg) do { \ macro
13685 DUK_ERROR_API(thr, DUK_STR_NO_SOURCECODE); in duk__do_compile()
15958 DUK_ERROR_API(to_thr, DUK_STR_INVALID_COUNT); in duk_xcopymove_raw()
15972 DUK_ERROR_API(to_thr, DUK_STR_INVALID_COUNT); in duk_xcopymove_raw()
18718 DUK_ERROR_API(thr, DUK_STR_INVALID_CALL_ARGS); in duk__push_c_function_raw()
18803 DUK_ERROR_API(thr, DUK_STR_INVALID_CALL_ARGS); in duk_push_c_lightfunc()
19167 DUK_ERROR_API(thr, DUK_STR_INVALID_COUNT); in duk_pop_n()
19173 DUK_ERROR_API(thr, DUK_STR_POP_TOO_MANY); in duk_pop_n()
19225 DUK_ERROR_API(thr, DUK_STR_POP_TOO_MANY); in duk_pop()
[all …]
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-noline/
H A Dduktape.c7886 #define DUK_ERROR_API(thr,msg) do { \ macro
7937 #define DUK_ERROR_API(thr,msg) do { \ macro
13636 DUK_ERROR_API(thr, DUK_STR_NO_SOURCECODE); in duk__do_compile()
15903 DUK_ERROR_API(to_thr, DUK_STR_INVALID_COUNT); in duk_xcopymove_raw()
15917 DUK_ERROR_API(to_thr, DUK_STR_INVALID_COUNT); in duk_xcopymove_raw()
18663 DUK_ERROR_API(thr, DUK_STR_INVALID_CALL_ARGS); in duk__push_c_function_raw()
18748 DUK_ERROR_API(thr, DUK_STR_INVALID_CALL_ARGS); in duk_push_c_lightfunc()
19112 DUK_ERROR_API(thr, DUK_STR_INVALID_COUNT); in duk_pop_n()
19118 DUK_ERROR_API(thr, DUK_STR_POP_TOO_MANY); in duk_pop_n()
19170 DUK_ERROR_API(thr, DUK_STR_POP_TOO_MANY); in duk_pop()
[all …]
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/script_engine_duktape/
H A Dduktape.c10878 #define DUK_ERROR_API(thr,msg) do { \ macro
10890 #define DUK_ERROR_API(thr,msg) do { \ macro
17040 DUK_ERROR_API(thr, DUK_STR_NO_SOURCECODE); in duk__do_compile()
19191 DUK_ERROR_API(to_thr, DUK_STR_INVALID_COUNT); in duk_xcopymove_raw()
19205 DUK_ERROR_API(to_thr, DUK_STR_INVALID_COUNT); in duk_xcopymove_raw()
21958 DUK_ERROR_API(thr, DUK_STR_INVALID_CALL_ARGS); in duk__push_c_function_raw()
22043 DUK_ERROR_API(thr, DUK_STR_INVALID_CALL_ARGS); in duk_push_c_lightfunc()
22410 DUK_ERROR_API(thr, DUK_STR_INVALID_COUNT); in duk_pop_n()
22416 DUK_ERROR_API(thr, DUK_STR_POP_TOO_MANY); in duk_pop_n()
22468 DUK_ERROR_API(thr, DUK_STR_POP_TOO_MANY); in duk_pop()
[all …]