HomeSort by relevance Sort by last modified time
    Searched refs:NumberToBoolean (Results 1 - 5 of 5) sorted by null

  /external/v8/src/compiler/
operation-typer.cc 520 Type OperationTyper::NumberToBoolean(Type type) {
    [all...]
opcodes.h 337 V(NumberToBoolean) \
simplified-operator.h 585 const Operator* NumberToBoolean();
typed-optimization.cc 601 // ToBoolean(x:number) => NumberToBoolean(x)
603 NodeProperties::ChangeOp(node, simplified()->NumberToBoolean());
simplified-operator.cc 706 V(NumberToBoolean, Operator::kNoProperties, 1, 0) \
    [all...]

Completed in 71 milliseconds