Home
last modified time | relevance | path

Searched refs:DUK_HOBJECT_HAS_NATIVEFUNCTION (Results 1 – 25 of 27) sorted by relevance

12

/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-separate/
H A Dduk_bi_function.c138 } else if (DUK_HOBJECT_HAS_NATIVEFUNCTION(obj)) { in duk_bi_function_prototype_to_string()
H A Dduk_bi_error.c216 } else if (DUK_HOBJECT_HAS_NATIVEFUNCTION(h_func)) { in duk__error_getter_helper()
H A Dduk_api_call.c543 if (!DUK_HOBJECT_HAS_NATIVEFUNCTION(h)) { in duk_get_magic()
H A Dduk_heap_refcount.c199 if (DUK_HOBJECT_HAS_NATIVEFUNCTION(obj)) { in duk__refcount_run_torture_finalizer()
H A Dduk_js_call.c512 DUK_HOBJECT_HAS_NATIVEFUNCTION(func)); in duk__handle_bound_chain_for_call()
2486 DUK_ASSERT(!DUK_HOBJECT_HAS_NATIVEFUNCTION(func));
2607 DUK_ASSERT(!DUK_HOBJECT_HAS_NATIVEFUNCTION(func));
H A Dduk_hthread_builtins.c360 DUK_ASSERT(!DUK_HOBJECT_HAS_NATIVEFUNCTION(h) || /* all native functions have NEWENV */ in duk_hthread_create_builtin_objects()
H A Dduk_api_bytecode.c447 DUK_ASSERT(!DUK_HOBJECT_HAS_NATIVEFUNCTION(&h_fun->obj)); in duk__load_func()
H A Dduk_debug_vsnprintf.c451 if (DUK_HOBJECT_HAS_NATIVEFUNCTION(h)) { in duk__print_hobject()
H A Dduk_hobject.h193 #define DUK_HOBJECT_HAS_NATIVEFUNCTION(h) DUK_HEAPHDR_CHECK_FLAG_BITS(&(h)->hdr, DUK_HOBJECT_F… macro
H A Dduk_js_var.c186 DUK_ASSERT(!DUK_HOBJECT_HAS_NATIVEFUNCTION(&fun_clos->obj)); in duk_js_push_closure()
H A Dduk_api_stack.c1529 DUK_ASSERT(DUK_HOBJECT_HAS_NATIVEFUNCTION(h)); in duk_get_c_function()
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-separate/
H A Dduk_bi_function.c138 } else if (DUK_HOBJECT_HAS_NATIVEFUNCTION(obj)) { in duk_bi_function_prototype_to_string()
H A Dduk_bi_error.c216 } else if (DUK_HOBJECT_HAS_NATIVEFUNCTION(h_func)) { in duk__error_getter_helper()
H A Dduk_api_call.c532 if (!DUK_HOBJECT_HAS_NATIVEFUNCTION(h)) { in duk_get_magic()
H A Dduk_heap_refcount.c199 if (DUK_HOBJECT_HAS_NATIVEFUNCTION(obj)) { in duk__refcount_run_torture_finalizer()
H A Dduk_js_call.c510 DUK_HOBJECT_HAS_NATIVEFUNCTION(func)); in duk__handle_bound_chain_for_call()
2482 DUK_ASSERT(!DUK_HOBJECT_HAS_NATIVEFUNCTION(func));
2603 DUK_ASSERT(!DUK_HOBJECT_HAS_NATIVEFUNCTION(func));
H A Dduk_hthread_builtins.c361 DUK_ASSERT(!DUK_HOBJECT_HAS_NATIVEFUNCTION(h) || /* all native functions have NEWENV */ in duk_hthread_create_builtin_objects()
H A Dduk_api_bytecode.c447 DUK_ASSERT(!DUK_HOBJECT_HAS_NATIVEFUNCTION(&h_fun->obj)); in duk__load_func()
H A Dduk_debug_vsnprintf.c451 if (DUK_HOBJECT_HAS_NATIVEFUNCTION(h)) { in duk__print_hobject()
H A Dduk_hobject.h193 #define DUK_HOBJECT_HAS_NATIVEFUNCTION(h) DUK_HEAPHDR_CHECK_FLAG_BITS(&(h)->hdr, DUK_HOBJECT_F… macro
H A Dduk_js_var.c186 DUK_ASSERT(!DUK_HOBJECT_HAS_NATIVEFUNCTION(&fun_clos->obj)); in duk_js_push_closure()
H A Dduk_api_stack.c1525 DUK_ASSERT(DUK_HOBJECT_HAS_NATIVEFUNCTION(h)); in duk_get_c_function()
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-noline/
H A Dduktape.c12066 DUK_ASSERT(!DUK_HOBJECT_HAS_NATIVEFUNCTION(&h_fun->obj)); in duk__load_func()
12889 if (!DUK_HOBJECT_HAS_NATIVEFUNCTION(h)) { in duk_get_magic()
16495 DUK_ASSERT(DUK_HOBJECT_HAS_NATIVEFUNCTION(h)); in duk_get_c_function()
27240 } else if (DUK_HOBJECT_HAS_NATIVEFUNCTION(h_func)) { in duk__error_getter_helper()
27545 } else if (DUK_HOBJECT_HAS_NATIVEFUNCTION(obj)) { in duk_bi_function_prototype_to_string()
36393 if (DUK_HOBJECT_HAS_NATIVEFUNCTION(h)) {
44202 if (DUK_HOBJECT_HAS_NATIVEFUNCTION(obj)) {
55402 DUK_HOBJECT_HAS_NATIVEFUNCTION(func));
57376 DUK_ASSERT(!DUK_HOBJECT_HAS_NATIVEFUNCTION(func));
57497 DUK_ASSERT(!DUK_HOBJECT_HAS_NATIVEFUNCTION(func));
[all …]
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src/
H A Dduktape.c12112 DUK_ASSERT(!DUK_HOBJECT_HAS_NATIVEFUNCTION(&h_fun->obj)); in duk__load_func()
12936 if (!DUK_HOBJECT_HAS_NATIVEFUNCTION(h)) { in duk_get_magic()
16550 DUK_ASSERT(DUK_HOBJECT_HAS_NATIVEFUNCTION(h)); in duk_get_c_function()
27305 } else if (DUK_HOBJECT_HAS_NATIVEFUNCTION(h_func)) { in duk__error_getter_helper()
27611 } else if (DUK_HOBJECT_HAS_NATIVEFUNCTION(obj)) { in duk_bi_function_prototype_to_string()
36474 if (DUK_HOBJECT_HAS_NATIVEFUNCTION(h)) {
44297 if (DUK_HOBJECT_HAS_NATIVEFUNCTION(obj)) {
55511 DUK_HOBJECT_HAS_NATIVEFUNCTION(func));
57485 DUK_ASSERT(!DUK_HOBJECT_HAS_NATIVEFUNCTION(func));
57606 DUK_ASSERT(!DUK_HOBJECT_HAS_NATIVEFUNCTION(func));
[all …]
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src/
H A Dduktape.c12107 DUK_ASSERT(!DUK_HOBJECT_HAS_NATIVEFUNCTION(&h_fun->obj)); in duk__load_func()
12920 if (!DUK_HOBJECT_HAS_NATIVEFUNCTION(h)) { in duk_get_magic()
16470 DUK_ASSERT(DUK_HOBJECT_HAS_NATIVEFUNCTION(h)); in duk_get_c_function()
27097 } else if (DUK_HOBJECT_HAS_NATIVEFUNCTION(h_func)) { in duk__error_getter_helper()
27403 } else if (DUK_HOBJECT_HAS_NATIVEFUNCTION(obj)) { in duk_bi_function_prototype_to_string()
36267 if (DUK_HOBJECT_HAS_NATIVEFUNCTION(h)) {
44056 if (DUK_HOBJECT_HAS_NATIVEFUNCTION(obj)) {
55263 DUK_HOBJECT_HAS_NATIVEFUNCTION(func));
57235 DUK_ASSERT(!DUK_HOBJECT_HAS_NATIVEFUNCTION(func));
57356 DUK_ASSERT(!DUK_HOBJECT_HAS_NATIVEFUNCTION(func));
[all …]

12