Home
last modified time | relevance | path

Searched refs:setThisNode (Results 1 – 25 of 32) sorted by relevance

12

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/angle/checkout/src/compiler/translator/
H A DFunctionLookup.h35 void setThisNode(TIntermTyped *thisNode);
H A DFunctionLookup.cpp79 void TFunctionLookup::setThisNode(TIntermTyped *thisNode) in setThisNode() function in sh::TFunctionLookup
H A Dglslang.y341 $$->setThisNode($1);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/compiler/translator/
H A DFunctionLookup.h36 void setThisNode(TIntermTyped *thisNode);
H A DFunctionLookup.cpp154 void TFunctionLookup::setThisNode(TIntermTyped *thisNode) in setThisNode() function in sh::TFunctionLookup
H A Dglslang.y340 $$->setThisNode($1);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/compiler/translator/
H A DFunctionLookup.h36 void setThisNode(TIntermTyped *thisNode);
H A DFunctionLookup.cpp154 void TFunctionLookup::setThisNode(TIntermTyped *thisNode) in setThisNode() function in sh::TFunctionLookup
H A Dglslang.y346 $$->setThisNode($1);
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/compiler/translator/
H A DFunctionLookup.h36 void setThisNode(TIntermTyped *thisNode);
H A DFunctionLookup.cpp154 void TFunctionLookup::setThisNode(TIntermTyped *thisNode) in setThisNode() function in sh::TFunctionLookup
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/compiler/translator/
H A DFunctionLookup.h36 void setThisNode(TIntermTyped *thisNode);
H A DFunctionLookup.cpp154 void TFunctionLookup::setThisNode(TIntermTyped *thisNode) in setThisNode() function in sh::TFunctionLookup
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/compiler/translator/
H A DFunctionLookup.h36 void setThisNode(TIntermTyped *thisNode);
H A DFunctionLookup.cpp154 void TFunctionLookup::setThisNode(TIntermTyped *thisNode) in setThisNode() function in sh::TFunctionLookup
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/compiler/translator/
H A DFunctionLookup.h36 void setThisNode(TIntermTyped *thisNode);
H A DFunctionLookup.cpp154 void TFunctionLookup::setThisNode(TIntermTyped *thisNode) in setThisNode() function in sh::TFunctionLookup
/dports/www/firefox-esr/firefox-91.8.0/js/src/frontend/
H A DBytecodeEmitter.h585 [[nodiscard]] bool emitSetThis(BinaryNode* setThisNode);
H A DBytecodeEmitter.cpp2388 bool BytecodeEmitter::emitSetThis(BinaryNode* setThisNode) { in emitSetThis() argument
2392 MOZ_ASSERT(setThisNode->isKind(ParseNodeKind::SetThis)); in emitSetThis()
2393 MOZ_ASSERT(setThisNode->left()->isKind(ParseNodeKind::Name)); in emitSetThis()
2395 auto name = setThisNode->left()->as<NameNode>().name(); in emitSetThis()
2420 if (!emitTree(setThisNode->right())) { in emitSetThis()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/frontend/
H A DBytecodeEmitter.h428 MOZ_MUST_USE bool emitSetThis(BinaryNode* setThisNode);
H A DBytecodeEmitter.cpp2250 bool BytecodeEmitter::emitSetThis(BinaryNode* setThisNode) { in emitSetThis() argument
2254 MOZ_ASSERT(setThisNode->isKind(ParseNodeKind::SetThis)); in emitSetThis()
2255 MOZ_ASSERT(setThisNode->left()->isKind(ParseNodeKind::Name)); in emitSetThis()
2257 RootedAtom name(cx, setThisNode->left()->as<NameNode>().name()); in emitSetThis()
2282 if (!emitTree(setThisNode->right())) { in emitSetThis()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/frontend/
H A DBytecodeEmitter.h585 [[nodiscard]] bool emitSetThis(BinaryNode* setThisNode);
H A DBytecodeEmitter.cpp2388 bool BytecodeEmitter::emitSetThis(BinaryNode* setThisNode) { in emitSetThis() argument
2392 MOZ_ASSERT(setThisNode->isKind(ParseNodeKind::SetThis)); in emitSetThis()
2393 MOZ_ASSERT(setThisNode->left()->isKind(ParseNodeKind::Name)); in emitSetThis()
2395 auto name = setThisNode->left()->as<NameNode>().name(); in emitSetThis()
2420 if (!emitTree(setThisNode->right())) { in emitSetThis()
/dports/www/firefox/firefox-99.0/js/src/frontend/
H A DBytecodeEmitter.h577 [[nodiscard]] bool emitSetThis(BinaryNode* setThisNode);
H A DBytecodeEmitter.cpp2400 bool BytecodeEmitter::emitSetThis(BinaryNode* setThisNode) { in emitSetThis() argument
2404 MOZ_ASSERT(setThisNode->isKind(ParseNodeKind::SetThis)); in emitSetThis()
2405 MOZ_ASSERT(setThisNode->left()->isKind(ParseNodeKind::Name)); in emitSetThis()
2407 auto name = setThisNode->left()->as<NameNode>().name(); in emitSetThis()
2432 if (!emitTree(setThisNode->right())) { in emitSetThis()

12