Searched refs:ObjectIsNonCallable (Results 1 – 5 of 5) sorted by relevance
715 const Operator* ObjectIsNonCallable(); in NON_EXPORTED_BASE()
295 static Type ObjectIsNonCallable(Type, Typer*);612 Type Typer::Visitor::ObjectIsNonCallable(Type type, Typer* t) { in ObjectIsNonCallable() function in v8::internal::compiler::Typer::Visitor2145 return TypeUnaryOp(node, ObjectIsNonCallable); in TypeObjectIsNonCallable()
410 V(ObjectIsNonCallable) \
745 V(ObjectIsNonCallable, Operator::kNoProperties, 1, 0) \
2531 graph()->NewNode(simplified()->ObjectIsNonCallable(), object), in VisitTestTypeOf()