Home
last modified time | relevance | path

Searched refs:TestResultScope (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc642 TestResultScope* AsTest() { in AsTest()
644 return reinterpret_cast<TestResultScope*>(this); in AsTest()
687 class V8_NODISCARD BytecodeGenerator::TestResultScope final
690 TestResultScope(BytecodeGenerator* generator, BytecodeLabels* then_labels, in TestResultScope() function in v8::internal::interpreter::final
698 TestResultScope(const TestResultScope&) = delete;
699 TestResultScope& operator=(const TestResultScope&) = delete;
701 // Used when code special cases for TestResultScope and consumes any
5799 TestResultScope* test_resul in VisitNot()
[all...]
H A Dbytecode-generator.h80 class TestResultScope;

Completed in 11 milliseconds