Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.h86 enum class TestFallthrough { kThen, kElse, kNone }; class in v8::internal::interpreter::final
389 BytecodeLabels* else_labels, TestFallthrough fallthrough);
414 BytecodeLabels* else_labels, TestFallthrough fallthrough);
H A Dbytecode-generator.cc691 BytecodeLabels* else_labels, TestFallthrough fallthrough) in TestResultScope()
726 TestFallthrough fallthrough() const { return fallthrough_; } in fallthrough()
727 TestFallthrough inverted_fallthrough() const { in inverted_fallthrough()
729 case TestFallthrough::kThen: in inverted_fallthrough()
730 return TestFallthrough::kElse; in inverted_fallthrough()
731 case TestFallthrough::kElse: in inverted_fallthrough()
732 return TestFallthrough::kThen; in inverted_fallthrough()
734 return TestFallthrough::kNone; in inverted_fallthrough()
737 void set_fallthrough(TestFallthrough fallthrough) { in set_fallthrough()
743 TestFallthrough fallthrough
[all...]

Completed in 8 milliseconds