Home
last modified time | relevance | path

Searched refs:TryFastToBoolean (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dast-graph-builder.h345 Node* TryFastToBoolean(Node* input);
Dast-graph-builder.cc2672 if (Node* node = TryFastToBoolean(input)) return node; in BuildToBoolean()
2806 Node* AstGraphBuilder::TryFastToBoolean(Node* input) { in TryFastToBoolean() function in v8::internal::compiler::AstGraphBuilder