Home
last modified time | relevance | path

Searched refs:tryNoteList (Results 1 – 17 of 17) sorted by relevance

/dports/www/firefox/firefox-99.0/js/src/frontend/
H A DBytecodeSection.h221 CGTryNoteList& tryNoteList() { return tryNoteList_; }; in tryNoteList() function
222 const CGTryNoteList& tryNoteList() const { return tryNoteList_; }; in tryNoteList() function
H A DBytecodeEmitter.cpp2694 bytecodeSection().tryNoteList().span()); in createImmutableScriptData()
11857 return bytecodeSection().tryNoteList().append(kind, stackDepth, start, end); in addTryNote()
/dports/www/firefox-esr/firefox-91.8.0/js/src/frontend/
H A DBytecodeSection.h244 CGTryNoteList& tryNoteList() { return tryNoteList_; }; in tryNoteList() function
245 const CGTryNoteList& tryNoteList() const { return tryNoteList_; }; in tryNoteList() function
H A DBytecodeEmitter.cpp2677 bytecodeSection().tryNoteList().span()); in createImmutableScriptData()
11613 return bytecodeSection().tryNoteList().append(kind, stackDepth, start, end); in addTryNote()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/frontend/
H A DBytecodeSection.h224 CGTryNoteList& tryNoteList() { return tryNoteList_; }; in tryNoteList() function
225 const CGTryNoteList& tryNoteList() const { return tryNoteList_; }; in tryNoteList() function
H A DBytecodeEmitter.cpp2449 bytecodeSection().tryNoteList().span()); in createImmutableScriptData()
10681 return bytecodeSection().tryNoteList().append(kind, stackDepth, start, end); in addTryNote()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/frontend/
H A DBytecodeSection.h244 CGTryNoteList& tryNoteList() { return tryNoteList_; }; in tryNoteList() function
245 const CGTryNoteList& tryNoteList() const { return tryNoteList_; }; in tryNoteList() function
H A DBytecodeEmitter.cpp2677 bytecodeSection().tryNoteList().span()); in createImmutableScriptData()
11613 return bytecodeSection().tryNoteList().append(kind, stackDepth, start, end); in addTryNote()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/frontend/
H A DBytecodeEmitter.cpp1527 tryNoteList(cx), in BytecodeEmitter()
5772 if (catchList && !tryNoteList.append(JSTRY_CATCH, depth, tryStart, tryEnd.offset)) in emitTry()
5778 if (pn->pn_kid3 && !tryNoteList.append(JSTRY_FINALLY, depth, tryStart, finallyStart.offset)) in emitTry()
6068 if (!tryNoteList.append(JSTRY_FOR_OF, stackDepth, top.offset, breakTarget.offset)) in emitSpread()
6256 if (!tryNoteList.append(JSTRY_FOR_OF, stackDepth, top.offset, breakTarget.offset)) in emitForOf()
6402 if (!tryNoteList.append(JSTRY_FOR_IN, this->stackDepth, top.offset, offset())) in emitForIn()
6584 if (!tryNoteList.append(JSTRY_LOOP, stackDepth, top.offset, breakTarget.offset)) in emitCStyleFor()
6753 if (!tryNoteList.append(JSTRY_FOR_OF, stackDepth, top.offset, breakTarget.offset)) in emitComprehensionForOf()
6873 if (!tryNoteList.append(JSTRY_FOR_IN, this->stackDepth, top.offset, endIter.offset)) in emitComprehensionForIn()
7218 if (!tryNoteList.append(JSTRY_LOOP, stackDepth, top.offset, breakTarget.offset)) in emitDo()
[all …]
H A DBytecodeEmitter.h229 CGTryNoteList tryNoteList; /* list of emitted try notes */ member
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/frontend/
H A DBytecodeEmitter.cpp137 tryNoteList(cx), in BytecodeEmitter()
5197 if (catchList && !tryNoteList.append(JSTRY_CATCH, depth, tryStart, tryEnd)) in emitTry()
5203 if (pn->pn_kid3 && !tryNoteList.append(JSTRY_FINALLY, depth, tryStart, finallyStart)) in emitTry()
5583 if (!tryNoteList.append(JSTRY_FOR_OF, stackDepth, top, offset())) in emitForOf()
5694 if (!tryNoteList.append(JSTRY_FOR_IN, this->stackDepth, top, offset())) in emitForIn()
5870 if (!tryNoteList.append(JSTRY_LOOP, stackDepth, top, offset())) in emitCStyleFor()
6045 if (!tryNoteList.append(JSTRY_FOR_OF, stackDepth, top, offset())) in emitComprehensionForOf()
6171 if (!tryNoteList.append(JSTRY_FOR_IN, this->stackDepth, top, offset())) in emitComprehensionForIn()
6401 if (!tryNoteList.append(JSTRY_LOOP, stackDepth, top, offset())) in emitDo()
6478 if (!tryNoteList.append(JSTRY_LOOP, stackDepth, top, offset())) in emitWhile()
[all …]
H A DBytecodeEmitter.h183 CGTryNoteList tryNoteList; /* list of emitted try notes */ member
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/frontend/
H A DBytecodeEmitter.cpp1622 if (!bce_->tryNoteList.append(JSTRY_CATCH, depth_, tryStart_, in emitEnd()
1631 if (!bce_->tryNoteList.append(JSTRY_FINALLY, depth_, tryStart_, in emitEnd()
1910 return bce->tryNoteList.append(JSTRY_FOR_OF_ITERCLOSE, 0, start, end); in emitIteratorCloseInScope()
1987 tryNoteList(cx), in BytecodeEmitter()
4916 return tryNoteList.append(JSTRY_DESTRUCTURING_ITERCLOSE, iterDepth, start, in wrapWithDestructuringIteratorCloseTryNote()
6472 if (!tryNoteList.append(JSTRY_FOR_OF, stackDepth, top.offset, in emitSpread()
6725 if (!tryNoteList.append(JSTRY_FOR_OF, stackDepth, top.offset, in emitForOf()
6873 if (!tryNoteList.append(JSTRY_FOR_IN, this->stackDepth, top.offset, offset())) in emitForIn()
7038 if (!tryNoteList.append(JSTRY_LOOP, stackDepth, top.offset, in emitCStyleFor()
7355 if (!tryNoteList.append(JSTRY_LOOP, stackDepth, top.offset, in emitDo()
[all …]
H A DBytecodeEmitter.h265 CGTryNoteList tryNoteList; /* list of emitted try notes */ member
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsscript.cpp2667 bce->tryNoteList.length(), bce->scopeNoteList.length(), in fullyInitFromEmitter()
2696 if (bce->tryNoteList.length() != 0) in fullyInitFromEmitter()
2697 bce->tryNoteList.finish(script->trynotes()); in fullyInitFromEmitter()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DJSScript.cpp2668 bce->tryNoteList.length(), bce->scopeNoteList.length(), in fullyInitFromEmitter()
2695 if (bce->tryNoteList.length() != 0) in fullyInitFromEmitter()
2696 bce->tryNoteList.finish(script->trynotes()); in fullyInitFromEmitter()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsscript.cpp2962 bce->tryNoteList.length(), bce->blockScopeList.length(), in fullyInitFromEmitter()
3022 if (bce->tryNoteList.length() != 0) in fullyInitFromEmitter()
3023 bce->tryNoteList.finish(script->trynotes()); in fullyInitFromEmitter()