Searched refs:ObjectIsNonCallable (Results 1 – 5 of 5) sorted by relevance
263 static Type ObjectIsNonCallable(Type, Typer*);624 Type Typer::Visitor::ObjectIsNonCallable(Type type, Typer* t) { in ObjectIsNonCallable() function in v8::internal::compiler::Typer::Visitor2310 return TypeUnaryOp(node, ObjectIsNonCallable); in TypeObjectIsNonCallable()
948 const Operator* ObjectIsNonCallable(); in NON_EXPORTED_BASE()
458 V(ObjectIsNonCallable) \
775 V(ObjectIsNonCallable, Operator::kNoProperties, 1, 0) \
3346 graph()->NewNode(simplified()->ObjectIsNonCallable(), object), in VisitTestTypeOf()