Home
last modified time | relevance | path

Searched refs:AsBinaryOperation (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dprocessed-feedback.h48 BinaryOperationFeedback const& AsBinaryOperation() const;
Djs-heap-broker.cc694 : feedback.AsBinaryOperation().value(); in GetFeedbackForBinaryOperation()
899 BinaryOperationFeedback const& ProcessedFeedback::AsBinaryOperation() const { in AsBinaryOperation() function in v8::internal::compiler::ProcessedFeedback
/third_party/node/deps/v8/src/parsing/
Dparser.h987 node->AsBinaryOperation(),
Dparser.cc226 BinaryOperation* binop = (*x)->AsBinaryOperation(); in CollapseNaryExpression()
2552 BinaryOperation* binop = expr->AsBinaryOperation(); in AddArrowFunctionFormalParameters()