Home
last modified time | relevance | path

Searched refs:GetNameBoundInEnvironment (Results 1 – 20 of 20) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DNativeObject.h1549 extern bool GetNameBoundInEnvironment(JSContext* cx, HandleObject env,
H A DNativeObject.cpp2309 bool js::GetNameBoundInEnvironment(JSContext* cx, HandleObject envArg, in GetNameBoundInEnvironment() function in js
H A DInterpreter.cpp2629 if (!GetNameBoundInEnvironment(cx, env, id, rval)) goto error; in Interpret()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DNativeObject.h1627 extern bool GetNameBoundInEnvironment(JSContext* cx, HandleObject env,
H A DNativeObject.cpp2519 bool js::GetNameBoundInEnvironment(JSContext* cx, HandleObject envArg, in GetNameBoundInEnvironment() function in js
H A DInterpreter.cpp3021 if (!GetNameBoundInEnvironment(cx, env, id, rval)) { in Interpret()
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DNativeObject.h1681 extern bool GetNameBoundInEnvironment(JSContext* cx, HandleObject env,
H A DNativeObject.cpp2274 bool js::GetNameBoundInEnvironment(JSContext* cx, HandleObject envArg, in GetNameBoundInEnvironment() function in js
H A DInterpreter.cpp2954 if (!GetNameBoundInEnvironment(cx, env, id, rval)) { in Interpret()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DNativeObject.h1709 extern bool GetNameBoundInEnvironment(JSContext* cx, HandleObject env,
H A DNativeObject.cpp2204 bool js::GetNameBoundInEnvironment(JSContext* cx, HandleObject envArg, in GetNameBoundInEnvironment() function in js
H A DInterpreter.cpp3007 if (!GetNameBoundInEnvironment(cx, env, id, rval)) { in Interpret()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DNativeObject.h1681 extern bool GetNameBoundInEnvironment(JSContext* cx, HandleObject env,
H A DNativeObject.cpp2274 bool js::GetNameBoundInEnvironment(JSContext* cx, HandleObject envArg, in GetNameBoundInEnvironment() function in js
H A DInterpreter.cpp2954 if (!GetNameBoundInEnvironment(cx, env, id, rval)) { in Interpret()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DBaselineIC.cpp1229 return GetNameBoundInEnvironment(cx, env, id, res); in DoGetPropFallback()
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DBaselineIC.cpp1220 return GetNameBoundInEnvironment(cx, env, id, res); in DoGetPropFallback()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DBaselineIC.cpp1229 return GetNameBoundInEnvironment(cx, env, id, res); in DoGetPropFallback()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DSharedIC.cpp1844 if (!GetNameBoundInEnvironment(cx, env, id, res)) return false; in ComputeGetPropResult()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DBaselineIC.cpp2548 if (!GetNameBoundInEnvironment(cx, env, id, res)) { in ComputeGetPropResult()