#include <node-matchers.h>
Definition at line 790 of file node-matchers.h.
◆ BranchMatcher()
v8::internal::compiler::BranchMatcher::BranchMatcher |
( |
Node * | branch | ) |
|
|
explicit |
◆ Branch()
Node * v8::internal::compiler::BranchMatcher::Branch |
( |
| ) |
const |
|
inline |
◆ IfFalse()
Node * v8::internal::compiler::BranchMatcher::IfFalse |
( |
| ) |
const |
|
inline |
◆ IfTrue()
Node * v8::internal::compiler::BranchMatcher::IfTrue |
( |
| ) |
const |
|
inline |
◆ Matched()
bool v8::internal::compiler::BranchMatcher::Matched |
( |
| ) |
const |
|
inline |
◆ if_false_
Node* v8::internal::compiler::BranchMatcher::if_false_ |
|
private |
◆ if_true_
Node* v8::internal::compiler::BranchMatcher::if_true_ |
|
private |
The documentation for this struct was generated from the following files: