Searched refs:env_func (Results 1 – 6 of 6) sorted by relevance
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/ |
D | duk_js_var.c | 755 duk_hobject *env_func; in duk__getid_open_decl_env_regs() local 781 env_func = DUK_TVAL_GET_OBJECT(tv); in duk__getid_open_decl_env_regs() 782 DUK_ASSERT(env_func != NULL); in duk__getid_open_decl_env_regs() 784 …tv = duk_hobject_find_existing_entry_tval_ptr(thr->heap, env_func, DUK_HTHREAD_STRING_INT_VARMAP(t… in duk__getid_open_decl_env_regs() 799 DUK_ASSERT(reg_rel < ((duk_hcompiledfunction *) env_func)->nregs); in duk__getid_open_decl_env_regs()
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/ |
D | duk_js_var.c | 759 duk_hobject *env_func; in duk__getid_open_decl_env_regs() local 785 env_func = DUK_TVAL_GET_OBJECT(tv); in duk__getid_open_decl_env_regs() 786 DUK_ASSERT(env_func != NULL); in duk__getid_open_decl_env_regs() 788 …tv = duk_hobject_find_existing_entry_tval_ptr(thr->heap, env_func, DUK_HTHREAD_STRING_INT_VARMAP(t… in duk__getid_open_decl_env_regs() 803 DUK_ASSERT(reg_rel < ((duk_hcompiledfunction *) env_func)->nregs); in duk__getid_open_decl_env_regs()
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/ |
D | duktape.c | 71868 duk_hobject *env_func; local 71894 env_func = DUK_TVAL_GET_OBJECT(tv); 71895 DUK_ASSERT(env_func != NULL); 71897 …tv = duk_hobject_find_existing_entry_tval_ptr(thr->heap, env_func, DUK_HTHREAD_STRING_INT_VARMAP(t… 71912 DUK_ASSERT(reg_rel < ((duk_hcompiledfunction *) env_func)->nregs);
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/ |
D | duktape.c | 72261 duk_hobject *env_func; local 72287 env_func = DUK_TVAL_GET_OBJECT(tv); 72288 DUK_ASSERT(env_func != NULL); 72290 …tv = duk_hobject_find_existing_entry_tval_ptr(thr->heap, env_func, DUK_HTHREAD_STRING_INT_VARMAP(t… 72305 DUK_ASSERT(reg_rel < ((duk_hcompiledfunction *) env_func)->nregs);
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/ |
D | duktape.c | 71981 duk_hobject *env_func; local 72007 env_func = DUK_TVAL_GET_OBJECT(tv); 72008 DUK_ASSERT(env_func != NULL); 72010 …tv = duk_hobject_find_existing_entry_tval_ptr(thr->heap, env_func, DUK_HTHREAD_STRING_INT_VARMAP(t… 72025 DUK_ASSERT(reg_rel < ((duk_hcompiledfunction *) env_func)->nregs);
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/ |
D | duktape.c | 72148 duk_hobject *env_func; local 72174 env_func = DUK_TVAL_GET_OBJECT(tv); 72175 DUK_ASSERT(env_func != NULL); 72177 …tv = duk_hobject_find_existing_entry_tval_ptr(thr->heap, env_func, DUK_HTHREAD_STRING_INT_VARMAP(t… 72192 DUK_ASSERT(reg_rel < ((duk_hcompiledfunction *) env_func)->nregs);
|