Home
last modified time | relevance | path

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

/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/
Dduk_js_call.c670 duk_hobject *obj_global; in duk__coerce_effective_this_binding() local
688 obj_global = thr->builtins[DUK_BIDX_GLOBAL]; in duk__coerce_effective_this_binding()
690 if (DUK_LIKELY(obj_global != NULL)) { in duk__coerce_effective_this_binding()
692 DUK_TVAL_SET_OBJECT(tv_this, obj_global); in duk__coerce_effective_this_binding()
693 DUK_HOBJECT_INCREF(thr, obj_global); in duk__coerce_effective_this_binding()
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/
Dduk_js_call.c672 duk_hobject *obj_global; in duk__coerce_effective_this_binding() local
690 obj_global = thr->builtins[DUK_BIDX_GLOBAL]; in duk__coerce_effective_this_binding()
692 if (DUK_LIKELY(obj_global != NULL)) { in duk__coerce_effective_this_binding()
694 DUK_TVAL_SET_OBJECT(tv_this, obj_global); in duk__coerce_effective_this_binding()
695 DUK_HOBJECT_INCREF(thr, obj_global); in duk__coerce_effective_this_binding()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/
Dduktape.c55314 duk_hobject *obj_global; local
55332 obj_global = thr->builtins[DUK_BIDX_GLOBAL];
55334 if (DUK_LIKELY(obj_global != NULL)) {
55336 DUK_TVAL_SET_OBJECT(tv_this, obj_global);
55337 DUK_HOBJECT_INCREF(thr, obj_global);
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/
Dduktape.c55671 duk_hobject *obj_global; local
55689 obj_global = thr->builtins[DUK_BIDX_GLOBAL];
55691 if (DUK_LIKELY(obj_global != NULL)) {
55693 DUK_TVAL_SET_OBJECT(tv_this, obj_global);
55694 DUK_HOBJECT_INCREF(thr, obj_global);
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/
Dduktape.c55423 duk_hobject *obj_global; local
55441 obj_global = thr->builtins[DUK_BIDX_GLOBAL];
55443 if (DUK_LIKELY(obj_global != NULL)) {
55445 DUK_TVAL_SET_OBJECT(tv_this, obj_global);
55446 DUK_HOBJECT_INCREF(thr, obj_global);
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/
Dduktape.c55562 duk_hobject *obj_global; local
55580 obj_global = thr->builtins[DUK_BIDX_GLOBAL];
55582 if (DUK_LIKELY(obj_global != NULL)) {
55584 DUK_TVAL_SET_OBJECT(tv_this, obj_global);
55585 DUK_HOBJECT_INCREF(thr, obj_global);