Definition at line 776 of file bytecode-generator.cc.
◆ TestResultScope() [1/2]
◆ TestResultScope() [2/2]
v8::internal::interpreter::BytecodeGenerator::TestResultScope::TestResultScope |
( |
const TestResultScope & | | ) |
|
|
delete |
◆ else_labels()
BytecodeLabels * v8::internal::interpreter::BytecodeGenerator::TestResultScope::else_labels |
( |
| ) |
const |
|
inline |
◆ fallthrough()
TestFallthrough v8::internal::interpreter::BytecodeGenerator::TestResultScope::fallthrough |
( |
| ) |
const |
|
inline |
◆ InvertControlFlow()
void v8::internal::interpreter::BytecodeGenerator::TestResultScope::InvertControlFlow |
( |
| ) |
|
|
inline |
◆ inverted_fallthrough()
TestFallthrough v8::internal::interpreter::BytecodeGenerator::TestResultScope::inverted_fallthrough |
( |
| ) |
const |
|
inline |
◆ NewElseLabel()
BytecodeLabel * v8::internal::interpreter::BytecodeGenerator::TestResultScope::NewElseLabel |
( |
| ) |
|
|
inline |
◆ NewThenLabel()
BytecodeLabel * v8::internal::interpreter::BytecodeGenerator::TestResultScope::NewThenLabel |
( |
| ) |
|
|
inline |
◆ operator=()
◆ result_consumed_by_test()
bool v8::internal::interpreter::BytecodeGenerator::TestResultScope::result_consumed_by_test |
( |
| ) |
|
|
inline |
◆ set_else_labels()
void v8::internal::interpreter::BytecodeGenerator::TestResultScope::set_else_labels |
( |
BytecodeLabels * | else_labels | ) |
|
|
inline |
◆ set_fallthrough()
void v8::internal::interpreter::BytecodeGenerator::TestResultScope::set_fallthrough |
( |
TestFallthrough | fallthrough | ) |
|
|
inline |
◆ set_then_labels()
void v8::internal::interpreter::BytecodeGenerator::TestResultScope::set_then_labels |
( |
BytecodeLabels * | then_labels | ) |
|
|
inline |
◆ SetResultConsumedByTest()
void v8::internal::interpreter::BytecodeGenerator::TestResultScope::SetResultConsumedByTest |
( |
| ) |
|
|
inline |
◆ then_labels()
BytecodeLabels * v8::internal::interpreter::BytecodeGenerator::TestResultScope::then_labels |
( |
| ) |
const |
|
inline |
◆ else_labels_
BytecodeLabels* v8::internal::interpreter::BytecodeGenerator::TestResultScope::else_labels_ |
|
private |
◆ fallthrough_
TestFallthrough v8::internal::interpreter::BytecodeGenerator::TestResultScope::fallthrough_ |
|
private |
◆ result_consumed_by_test_
bool v8::internal::interpreter::BytecodeGenerator::TestResultScope::result_consumed_by_test_ |
|
private |
◆ then_labels_
BytecodeLabels* v8::internal::interpreter::BytecodeGenerator::TestResultScope::then_labels_ |
|
private |
The documentation for this class was generated from the following file: