Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dtyper.cc263 static Type ObjectIsNonCallable(Type, Typer*);
624 Type Typer::Visitor::ObjectIsNonCallable(Type type, Typer* t) { in ObjectIsNonCallable() function in v8::internal::compiler::Typer::Visitor
2310 return TypeUnaryOp(node, ObjectIsNonCallable); in TypeObjectIsNonCallable()
Dsimplified-operator.h948 const Operator* ObjectIsNonCallable(); in NON_EXPORTED_BASE()
Dopcodes.h458 V(ObjectIsNonCallable) \
Dsimplified-operator.cc775 V(ObjectIsNonCallable, Operator::kNoProperties, 1, 0) \
Dbytecode-graph-builder.cc3346 graph()->NewNode(simplified()->ObjectIsNonCallable(), object), in VisitTestTypeOf()