/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/ |
D | duk_hthread_stacks.c | 156 duk_hobject *h_tmp; in duk_hthread_callstack_unwind() local 179 h_tmp = act->prev_caller; in duk_hthread_callstack_unwind() 180 if (h_tmp) { in duk_hthread_callstack_unwind() 182 DUK_HOBJECT_DECREF(thr, h_tmp); /* side effects */ in duk_hthread_callstack_unwind()
|
D | duk_bi_json.c | 1934 duk_hobject *h_tmp; local 1956 h_tmp = duk_get_hobject_or_lfunc_coerce(ctx, -1); 1957 if (h_tmp != NULL) { 1959 h_tmp = duk_get_hobject_or_lfunc_coerce(ctx, -1); /* toJSON() can also be a lightfunc */ 1961 if (h_tmp != NULL && DUK_HOBJECT_IS_CALLABLE(h_tmp)) { 2482 duk_hstring *h_tmp; local 2487 h_tmp = duk_to_hstring((duk_context *) js_ctx->thr, -1); 2488 DUK_ASSERT(h_tmp != NULL); 2489 has_inherited = duk_hobject_hasprop_raw(js_ctx->thr, obj, h_tmp);
|
D | duk_js_call.c | 564 duk_hobject *h_tmp; in duk__update_func_caller_prop() local 609 h_tmp = DUK_TVAL_GET_OBJECT(tv_caller); in duk__update_func_caller_prop() 610 DUK_ASSERT(h_tmp != NULL); in duk__update_func_caller_prop() 611 act_callee->prev_caller = h_tmp; in duk__update_func_caller_prop()
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/ |
D | duk_hthread_stacks.c | 156 duk_hobject *h_tmp; in duk_hthread_callstack_unwind() local 179 h_tmp = act->prev_caller; in duk_hthread_callstack_unwind() 180 if (h_tmp) { in duk_hthread_callstack_unwind() 182 DUK_HOBJECT_DECREF(thr, h_tmp); /* side effects */ in duk_hthread_callstack_unwind()
|
D | duk_bi_json.c | 1934 duk_hobject *h_tmp; local 1956 h_tmp = duk_get_hobject_or_lfunc_coerce(ctx, -1); 1957 if (h_tmp != NULL) { 1959 h_tmp = duk_get_hobject_or_lfunc_coerce(ctx, -1); /* toJSON() can also be a lightfunc */ 1961 if (h_tmp != NULL && DUK_HOBJECT_IS_CALLABLE(h_tmp)) { 2482 duk_hstring *h_tmp; local 2487 h_tmp = duk_to_hstring((duk_context *) js_ctx->thr, -1); 2488 DUK_ASSERT(h_tmp != NULL); 2489 has_inherited = duk_hobject_hasprop_raw(js_ctx->thr, obj, h_tmp);
|
D | duk_js_call.c | 566 duk_hobject *h_tmp; in duk__update_func_caller_prop() local 611 h_tmp = DUK_TVAL_GET_OBJECT(tv_caller); in duk__update_func_caller_prop() 612 DUK_ASSERT(h_tmp != NULL); in duk__update_func_caller_prop() 613 act_callee->prev_caller = h_tmp; in duk__update_func_caller_prop()
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/ |
D | duktape.c | 30767 duk_hobject *h_tmp; local 30789 h_tmp = duk_get_hobject_or_lfunc_coerce(ctx, -1); 30790 if (h_tmp != NULL) { 30792 h_tmp = duk_get_hobject_or_lfunc_coerce(ctx, -1); /* toJSON() can also be a lightfunc */ 30794 if (h_tmp != NULL && DUK_HOBJECT_IS_CALLABLE(h_tmp)) { 31315 duk_hstring *h_tmp; local 31320 h_tmp = duk_to_hstring((duk_context *) js_ctx->thr, -1); 31321 DUK_ASSERT(h_tmp != NULL); 31322 has_inherited = duk_hobject_hasprop_raw(js_ctx->thr, obj, h_tmp); 54324 duk_hobject *h_tmp; local [all …]
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/ |
D | duktape.c | 31042 duk_hobject *h_tmp; local 31064 h_tmp = duk_get_hobject_or_lfunc_coerce(ctx, -1); 31065 if (h_tmp != NULL) { 31067 h_tmp = duk_get_hobject_or_lfunc_coerce(ctx, -1); /* toJSON() can also be a lightfunc */ 31069 if (h_tmp != NULL && DUK_HOBJECT_IS_CALLABLE(h_tmp)) { 31590 duk_hstring *h_tmp; local 31595 h_tmp = duk_to_hstring((duk_context *) js_ctx->thr, -1); 31596 DUK_ASSERT(h_tmp != NULL); 31597 has_inherited = duk_hobject_hasprop_raw(js_ctx->thr, obj, h_tmp); 54678 duk_hobject *h_tmp; local [all …]
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/ |
D | duktape.c | 30835 duk_hobject *h_tmp; local 30857 h_tmp = duk_get_hobject_or_lfunc_coerce(ctx, -1); 30858 if (h_tmp != NULL) { 30860 h_tmp = duk_get_hobject_or_lfunc_coerce(ctx, -1); /* toJSON() can also be a lightfunc */ 30862 if (h_tmp != NULL && DUK_HOBJECT_IS_CALLABLE(h_tmp)) { 31383 duk_hstring *h_tmp; local 31388 h_tmp = duk_to_hstring((duk_context *) js_ctx->thr, -1); 31389 DUK_ASSERT(h_tmp != NULL); 31390 has_inherited = duk_hobject_hasprop_raw(js_ctx->thr, obj, h_tmp); 54432 duk_hobject *h_tmp; local [all …]
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/ |
D | duktape.c | 30974 duk_hobject *h_tmp; local 30996 h_tmp = duk_get_hobject_or_lfunc_coerce(ctx, -1); 30997 if (h_tmp != NULL) { 30999 h_tmp = duk_get_hobject_or_lfunc_coerce(ctx, -1); /* toJSON() can also be a lightfunc */ 31001 if (h_tmp != NULL && DUK_HOBJECT_IS_CALLABLE(h_tmp)) { 31522 duk_hstring *h_tmp; local 31527 h_tmp = duk_to_hstring((duk_context *) js_ctx->thr, -1); 31528 DUK_ASSERT(h_tmp != NULL); 31529 has_inherited = duk_hobject_hasprop_raw(js_ctx->thr, obj, h_tmp); 54570 duk_hobject *h_tmp; local [all …]
|