Home
last modified time | relevance | path

Searched refs:env_thr (Results 1 – 6 of 6) sorted by relevance

/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/
Dduk_js_var.c754 duk_hthread *env_thr; in duk__getid_open_decl_env_regs() local
806 env_thr = (duk_hthread *) DUK_TVAL_GET_OBJECT(tv); in duk__getid_open_decl_env_regs()
807 DUK_ASSERT(env_thr != NULL); in duk__getid_open_decl_env_regs()
819 tv = env_thr->valstack + idx; in duk__getid_open_decl_env_regs()
820 DUK_ASSERT(tv >= env_thr->valstack && tv < env_thr->valstack_end); /* XXX: more accurate? */ in duk__getid_open_decl_env_regs()
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/
Dduk_js_var.c758 duk_hthread *env_thr; in duk__getid_open_decl_env_regs() local
810 env_thr = (duk_hthread *) DUK_TVAL_GET_OBJECT(tv); in duk__getid_open_decl_env_regs()
811 DUK_ASSERT(env_thr != NULL); in duk__getid_open_decl_env_regs()
823 tv = env_thr->valstack + idx; in duk__getid_open_decl_env_regs()
824 DUK_ASSERT(tv >= env_thr->valstack && tv < env_thr->valstack_end); /* XXX: more accurate? */ in duk__getid_open_decl_env_regs()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/
Dduktape.c71867 duk_hthread *env_thr; local
71919 env_thr = (duk_hthread *) DUK_TVAL_GET_OBJECT(tv);
71920 DUK_ASSERT(env_thr != NULL);
71932 tv = env_thr->valstack + idx;
71933 DUK_ASSERT(tv >= env_thr->valstack && tv < env_thr->valstack_end); /* XXX: more accurate? */
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/
Dduktape.c72260 duk_hthread *env_thr; local
72312 env_thr = (duk_hthread *) DUK_TVAL_GET_OBJECT(tv);
72313 DUK_ASSERT(env_thr != NULL);
72325 tv = env_thr->valstack + idx;
72326 DUK_ASSERT(tv >= env_thr->valstack && tv < env_thr->valstack_end); /* XXX: more accurate? */
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/
Dduktape.c71980 duk_hthread *env_thr; local
72032 env_thr = (duk_hthread *) DUK_TVAL_GET_OBJECT(tv);
72033 DUK_ASSERT(env_thr != NULL);
72045 tv = env_thr->valstack + idx;
72046 DUK_ASSERT(tv >= env_thr->valstack && tv < env_thr->valstack_end); /* XXX: more accurate? */
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/
Dduktape.c72147 duk_hthread *env_thr; local
72199 env_thr = (duk_hthread *) DUK_TVAL_GET_OBJECT(tv);
72200 DUK_ASSERT(env_thr != NULL);
72212 tv = env_thr->valstack + idx;
72213 DUK_ASSERT(tv >= env_thr->valstack && tv < env_thr->valstack_end); /* XXX: more accurate? */