Home | History | Annotate | Download | only in compiler

Lines Matching refs:Operator

10 #include "src/compiler/common-operator.h"
12 #include "src/compiler/machine-operator.h"
15 #include "src/compiler/operator-properties.h"
90 Operator::Properties properties) {
105 Operator::Properties properties = node->op()->properties();
119 // The === operator doesn't need the current context.
124 Operator::kEliminatable);
128 // The !== operator doesn't need the current context.
133 Operator::kEliminatable);
142 Operator::kEliminatable);
146 // The typeof operator doesn't need the current context.
151 Operator::kEliminatable);