Home
last modified time | relevance | path

Searched refs:isGlobalFrame (Results 1 – 25 of 42) sorted by relevance

12

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DStack-inl.h489 inline bool AbstractFramePtr::isGlobalFrame() const { in isGlobalFrame() function
491 return asInterpreterFrame()->isGlobalFrame(); in isGlobalFrame()
494 return asBaselineFrame()->isGlobalFrame(); in isGlobalFrame()
499 return asRematerializedFrame()->isGlobalFrame(); in isGlobalFrame()
H A DStack.h195 inline bool isGlobalFrame() const;
409 bool isGlobalFrame() const { return script_->isGlobalCode(); } in isGlobalFrame() function
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DStack-inl.h522 inline bool AbstractFramePtr::isGlobalFrame() const { in isGlobalFrame() function
524 return asInterpreterFrame()->isGlobalFrame(); in isGlobalFrame()
527 return asBaselineFrame()->isGlobalFrame(); in isGlobalFrame()
532 return asRematerializedFrame()->isGlobalFrame(); in isGlobalFrame()
H A DStack.h197 inline bool isGlobalFrame() const;
412 bool isGlobalFrame() const { return script_->isGlobalCode(); } in isGlobalFrame() function
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DStack-inl.h522 inline bool AbstractFramePtr::isGlobalFrame() const { in isGlobalFrame() function
524 return asInterpreterFrame()->isGlobalFrame(); in isGlobalFrame()
527 return asBaselineFrame()->isGlobalFrame(); in isGlobalFrame()
532 return asRematerializedFrame()->isGlobalFrame(); in isGlobalFrame()
H A DStack.h198 inline bool isGlobalFrame() const;
415 bool isGlobalFrame() const { return script_->isGlobalCode(); } in isGlobalFrame() function
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DStack-inl.h522 inline bool AbstractFramePtr::isGlobalFrame() const { in isGlobalFrame() function
524 return asInterpreterFrame()->isGlobalFrame(); in isGlobalFrame()
527 return asBaselineFrame()->isGlobalFrame(); in isGlobalFrame()
532 return asRematerializedFrame()->isGlobalFrame(); in isGlobalFrame()
H A DStack.h197 inline bool isGlobalFrame() const;
412 bool isGlobalFrame() const { return script_->isGlobalCode(); } in isGlobalFrame() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DStack.cpp54 MOZ_ASSERT(evalInFramePrev.isFunctionFrame() || evalInFramePrev.isGlobalFrame()); in initExecuteFrame()
65 MOZ_ASSERT(iter.isFunctionFrame() || iter.isGlobalFrame()); in initExecuteFrame()
85 MOZ_ASSERT(isGlobalFrame() || isModuleFrame()); in initExecuteFrame()
232 if (isGlobalFrame()) { in prologue()
291 if (isGlobalFrame()) { in epilogue()
891 FrameIter::isGlobalFrame() const in isGlobalFrame() function in FrameIter
897 return interpFrame()->isGlobalFrame(); in isGlobalFrame()
900 return data_.jitFrames_.baselineFrame()->isGlobalFrame(); in isGlobalFrame()
H A DStack-inl.h594 AbstractFramePtr::isGlobalFrame() const in isGlobalFrame() function
597 return asInterpreterFrame()->isGlobalFrame(); in isGlobalFrame()
599 return asBaselineFrame()->isGlobalFrame(); in isGlobalFrame()
600 return asRematerializedFrame()->isGlobalFrame(); in isGlobalFrame()
H A DStack.h209 inline bool isGlobalFrame() const;
482 bool isGlobalFrame() const { in isGlobalFrame() function
668 MOZ_ASSERT(isGlobalFrame() || isModuleFrame()); in script()
1932 bool isGlobalFrame() const;
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DStack-inl.h577 AbstractFramePtr::isGlobalFrame() const
580 return asInterpreterFrame()->isGlobalFrame();
582 return asBaselineFrame()->isGlobalFrame();
583 return asRematerializedFrame()->isGlobalFrame();
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DStack-inl.h480 inline bool AbstractFramePtr::isGlobalFrame() const { in isGlobalFrame() function
481 if (isInterpreterFrame()) return asInterpreterFrame()->isGlobalFrame(); in isGlobalFrame()
482 if (isBaselineFrame()) return asBaselineFrame()->isGlobalFrame(); in isGlobalFrame()
484 return asRematerializedFrame()->isGlobalFrame(); in isGlobalFrame()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DRematerializedFrame.h148 bool isGlobalFrame() const { in isGlobalFrame() function
H A DBaselineFrame.h403 bool isGlobalFrame() const { in isGlobalFrame() function
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DRematerializedFrame.h159 bool isGlobalFrame() const { return script_->isGlobalCode(); } in isGlobalFrame() function
H A DBaselineFrame.h348 bool isGlobalFrame() const { return script()->isGlobalCode(); } in isGlobalFrame() function
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DRematerializedFrame.h140 bool isGlobalFrame() const { return script_->isGlobalCode(); } in isGlobalFrame() function
H A DBaselineFrame.h343 bool isGlobalFrame() const { return script()->isGlobalCode(); } in isGlobalFrame() function
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DRematerializedFrame.h159 bool isGlobalFrame() const { return script_->isGlobalCode(); } in isGlobalFrame() function
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DRematerializedFrame.h159 bool isGlobalFrame() const { return script_->isGlobalCode(); } in isGlobalFrame() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DRematerializedFrame.h161 bool isGlobalFrame() const { in isGlobalFrame() function
H A DBaselineFrame.h375 bool isGlobalFrame() const { in isGlobalFrame() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DRematerializedFrame.h131 bool isGlobalFrame() const { return script_->isGlobalCode(); } in isGlobalFrame() function
H A DBaselineFrame.h307 bool isGlobalFrame() const { return script()->isGlobalCode(); } in isGlobalFrame() function

12