Home
last modified time | relevance | path

Searched defs:isStrictEvalFrame (Results 1 – 9 of 9) sorted by relevance

/dports/math/py-pandas/pandas-1.2.5/pandas/tests/scalar/
H A Dtest_nat.py450 def test_nat_arithmetic_index(op_name, value):
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DBaselineFrame.h384 bool isStrictEvalFrame() const { in isStrictEvalFrame() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DBaselineFrame.h310 bool isStrictEvalFrame() const { return isEvalFrame() && script()->strict(); } in isStrictEvalFrame() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DBaselineFrame.h409 bool isStrictEvalFrame() const { in isStrictEvalFrame() function
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/scalar/period/
H A Dtest_asfreq.py728 expected = Period("2007-01", freq="2M")
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DStack.h458 inline bool isStrictEvalFrame() const { in isStrictEvalFrame() function
H A DStack-inl.h584 inline bool AbstractFramePtr::isStrictEvalFrame() const { in isStrictEvalFrame() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DStack-inl.h755 AbstractFramePtr::isStrictEvalFrame() const in isStrictEvalFrame() function
H A DStack.h514 inline bool isStrictEvalFrame() const { in isStrictEvalFrame() function