Home
last modified time | relevance | path

Searched refs:asyncCallIsExplicit (Results 1 – 25 of 46) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DActivation-inl.h62 asyncCallIsExplicit_(cx->asyncCallIsExplicit), in Activation()
66 cx->asyncCallIsExplicit = false; in Activation()
77 cx_->asyncCallIsExplicit = asyncCallIsExplicit_; in ~Activation()
H A DActivation.h484 bool asyncCallIsExplicit() const { return asyncCallIsExplicit_; } in asyncCallIsExplicit() function
H A DJSContext.h773 js::ContextData<bool> asyncCallIsExplicit; member
H A DJSContext.cpp968 asyncCallIsExplicit(this, false), in JSContext()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DActivation-inl.h62 asyncCallIsExplicit_(cx->asyncCallIsExplicit), in Activation()
66 cx->asyncCallIsExplicit = false; in Activation()
77 cx_->asyncCallIsExplicit = asyncCallIsExplicit_; in ~Activation()
H A DActivation.h484 bool asyncCallIsExplicit() const { return asyncCallIsExplicit_; } in asyncCallIsExplicit() function
H A DJSContext.cpp1015 asyncCallIsExplicit(this, false), in JSContext()
H A DJSContext.h784 js::ContextData<bool> asyncCallIsExplicit; member
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DActivation-inl.h62 asyncCallIsExplicit_(cx->asyncCallIsExplicit), in Activation()
66 cx->asyncCallIsExplicit = false; in Activation()
77 cx_->asyncCallIsExplicit = asyncCallIsExplicit_; in ~Activation()
H A DActivation.h484 bool asyncCallIsExplicit() const { return asyncCallIsExplicit_; } in asyncCallIsExplicit() function
H A DJSContext.h773 js::ContextData<bool> asyncCallIsExplicit; member
H A DJSContext.cpp968 asyncCallIsExplicit(this, false), in JSContext()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DActivation-inl.h63 asyncCallIsExplicit_(cx->asyncCallIsExplicit), in Activation()
67 cx->asyncCallIsExplicit = false; in Activation()
78 cx_->asyncCallIsExplicit = asyncCallIsExplicit_; in ~Activation()
H A DActivation.h492 bool asyncCallIsExplicit() const { return asyncCallIsExplicit_; } in asyncCallIsExplicit() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DStack-inl.h859 asyncCallIsExplicit_(cx->asyncCallIsExplicit),
864 cx->asyncCallIsExplicit = false;
876 cx_->asyncCallIsExplicit = asyncCallIsExplicit_;
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DStack-inl.h688 asyncCallIsExplicit_(cx->asyncCallIsExplicit), in Activation()
692 cx->asyncCallIsExplicit = false; in Activation()
703 cx_->asyncCallIsExplicit = asyncCallIsExplicit_; in ~Activation()
H A DJSContext.h704 js::ThreadLocalData<bool> asyncCallIsExplicit; member
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DStack-inl.h917 asyncCallIsExplicit_(cx->runtime_->asyncCallIsExplicit), in Activation()
922 cx->runtime_->asyncCallIsExplicit = false; in Activation()
934 cx_->runtime_->asyncCallIsExplicit = asyncCallIsExplicit_; in ~Activation()
H A DRuntime.cpp143 asyncCallIsExplicit(false), in JSRuntime()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djscntxt.h452 bool asyncCallIsExplicit; member
H A Djscntxt.cpp894 asyncCallIsExplicit(false) in JSContext()
/dports/www/firefox-esr/firefox-91.8.0/js/src/debugger/
H A DFrame.cpp615 activation.asyncCallIsExplicit()) { in getOlder()
1528 (activation.asyncCallIsExplicit() || iter.done())) { in getOlderSavedFrame()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/debugger/
H A DFrame.cpp625 activation.asyncCallIsExplicit()) { in getOlder()
1571 (activation.asyncCallIsExplicit() || iter.done())) { in getOlderSavedFrame()
/dports/www/firefox/firefox-99.0/js/src/debugger/
H A DFrame.cpp615 activation.asyncCallIsExplicit()) { in getOlder()
1524 (activation.asyncCallIsExplicit() || iter.done())) { in getOlderSavedFrame()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/debugger/
H A DFrame.cpp615 activation.asyncCallIsExplicit()) { in getOlder()
1528 (activation.asyncCallIsExplicit() || iter.done())) { in getOlderSavedFrame()

12