Home
last modified time | relevance | path

Searched refs:maybeExistingIntrinsicValue (Results 1 – 13 of 13) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DGlobalObject.h623 bool maybeExistingIntrinsicValue(PropertyName* name, Value* vp) { in maybeExistingIntrinsicValue() function
645 mozilla::DebugOnly<bool> exists = maybeExistingIntrinsicValue(name, &val); in existingIntrinsicValue()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DGlobalObject.h726 bool maybeExistingIntrinsicValue(PropertyName* name, Value* vp) { in maybeExistingIntrinsicValue() function
748 mozilla::DebugOnly<bool> exists = maybeExistingIntrinsicValue(name, &val); in existingIntrinsicValue()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DGlobalObject.h680 bool maybeExistingIntrinsicValue(PropertyName* name, Value* vp) { in maybeExistingIntrinsicValue() function
702 mozilla::DebugOnly<bool> exists = maybeExistingIntrinsicValue(name, &val); in existingIntrinsicValue()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DWarpOracle.cpp259 if (cx_->global()->maybeExistingIntrinsicValue(name, &val)) { in createScriptSnapshot()
H A DIonBuilder.cpp8327 if (!script()->global().maybeExistingIntrinsicValue(name, &vp)) { in jsop_intrinsic()
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DGlobalObject.h742 bool maybeExistingIntrinsicValue(PropertyName* name, Value* vp) { in maybeExistingIntrinsicValue() function
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DGlobalObject.h742 bool maybeExistingIntrinsicValue(PropertyName* name, Value* vp) { in maybeExistingIntrinsicValue() function
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DWarpOracle.cpp391 if (cx_->global()->maybeExistingIntrinsicValue(name, &val)) { in createScriptSnapshot()
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DWarpOracle.cpp385 if (cx_->global()->maybeExistingIntrinsicValue(name, &val) && in createScriptSnapshot()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DWarpOracle.cpp391 if (cx_->global()->maybeExistingIntrinsicValue(name, &val)) { in createScriptSnapshot()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DGlobalObject.h917 bool maybeExistingIntrinsicValue(PropertyName* name, Value* vp) { in maybeExistingIntrinsicValue() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DIonBuilder.cpp8855 if (!script()->global().maybeExistingIntrinsicValue(name, &vp)) { in jsop_intrinsic()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DIonBuilder.cpp7249 if (!script()->global().maybeExistingIntrinsicValue(name, &vp)) { in jsop_intrinsic()