Home
last modified time | relevance | path

Searched refs:tv_func_copy (Results 1 – 7 of 7) sorted by relevance

/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-separate/
H A Dduk_js_call.c1175 duk_tval tv_func_copy; /* to avoid relookups */ local
1309 DUK_TVAL_SET_TVAL(&tv_func_copy, tv_func);
1310 tv_func = &tv_func_copy; /* local copy to avoid relookups */
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-separate/
H A Dduk_js_call.c1177 duk_tval tv_func_copy; /* to avoid relookups */ local
1311 DUK_TVAL_SET_TVAL(&tv_func_copy, tv_func);
1312 tv_func = &tv_func_copy; /* local copy to avoid relookups */
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-noline/
H A Dduktape.c56067 duk_tval tv_func_copy; /* to avoid relookups */ local
56201 DUK_TVAL_SET_TVAL(&tv_func_copy, tv_func);
56202 tv_func = &tv_func_copy; /* local copy to avoid relookups */
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src/
H A Dduktape.c56176 duk_tval tv_func_copy; /* to avoid relookups */ local
56310 DUK_TVAL_SET_TVAL(&tv_func_copy, tv_func);
56311 tv_func = &tv_func_copy; /* local copy to avoid relookups */
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src/
H A Dduktape.c55928 duk_tval tv_func_copy; /* to avoid relookups */ local
56062 DUK_TVAL_SET_TVAL(&tv_func_copy, tv_func);
56063 tv_func = &tv_func_copy; /* local copy to avoid relookups */
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-noline/
H A Dduktape.c55819 duk_tval tv_func_copy; /* to avoid relookups */ local
55953 DUK_TVAL_SET_TVAL(&tv_func_copy, tv_func);
55954 tv_func = &tv_func_copy; /* local copy to avoid relookups */
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/script_engine_duktape/
H A Dduktape.c57879 duk_tval tv_func_copy; /* to avoid relookups */ local
58013 DUK_TVAL_SET_TVAL(&tv_func_copy, tv_func);
58014 tv_func = &tv_func_copy; /* local copy to avoid relookups */