Home
last modified time | relevance | path

Searched refs:ObjectIsUndetectable (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/compiler/
Dsimplified-operator.h721 const Operator* ObjectIsUndetectable(); in NON_EXPORTED_BASE()
Dtyped-optimization.cc617 0, graph()->NewNode(simplified()->ObjectIsUndetectable(), input)); in ReduceToBoolean()
Dtyper.cc301 static Type ObjectIsUndetectable(Type, Typer*);
647 Type Typer::Visitor::ObjectIsUndetectable(Type type, Typer* t) { in ObjectIsUndetectable() function in v8::internal::compiler::Typer::Visitor
2169 return TypeUnaryOp(node, ObjectIsUndetectable); in TypeObjectIsUndetectable()
Dopcodes.h416 V(ObjectIsUndetectable) \
Dsimplified-operator.cc751 V(ObjectIsUndetectable, Operator::kNoProperties, 1, 0) \
Dbytecode-graph-builder.cc2472 Node* node = NewNode(jsgraph()->simplified()->ObjectIsUndetectable(), object); in VisitTestUndetectable()
2522 graph()->NewNode(simplified()->ObjectIsUndetectable(), object)); in VisitTestTypeOf()
Djs-typed-lowering.cc856 NodeProperties::ChangeOp(node, simplified()->ObjectIsUndetectable()); in ReduceJSEqual()