Home
last modified time | relevance | path

Searched refs:ObjectIsNonCallable (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/compiler/
Dsimplified-operator.h715 const Operator* ObjectIsNonCallable(); in NON_EXPORTED_BASE()
Dtyper.cc295 static Type ObjectIsNonCallable(Type, Typer*);
612 Type Typer::Visitor::ObjectIsNonCallable(Type type, Typer* t) { in ObjectIsNonCallable() function in v8::internal::compiler::Typer::Visitor
2145 return TypeUnaryOp(node, ObjectIsNonCallable); in TypeObjectIsNonCallable()
Dopcodes.h410 V(ObjectIsNonCallable) \
Dsimplified-operator.cc745 V(ObjectIsNonCallable, Operator::kNoProperties, 1, 0) \
Dbytecode-graph-builder.cc2531 graph()->NewNode(simplified()->ObjectIsNonCallable(), object), in VisitTestTypeOf()