Searched refs:ObjectIsCallable (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/compiler/ |
D | simplified-operator.h | 709 const Operator* ObjectIsCallable(); in NON_EXPORTED_BASE()
|
D | typer.cc | 289 static Type ObjectIsCallable(Type, Typer*); 576 Type Typer::Visitor::ObjectIsCallable(Type type, Typer* t) { in ObjectIsCallable() function in v8::internal::compiler::Typer::Visitor 2101 return TypeUnaryOp(node, ObjectIsCallable); in TypeObjectIsCallable()
|
D | opcodes.h | 404 V(ObjectIsCallable) \
|
D | simplified-operator.cc | 739 V(ObjectIsCallable, Operator::kNoProperties, 1, 0) \
|
D | js-call-reducer.cc | 2225 Node* check = graph()->NewNode(simplified()->ObjectIsCallable(), fncallback); in WireInCallbackIsCallableCheck() 5916 Node* check = graph()->NewNode(simplified()->ObjectIsCallable(), on_finally); in ReducePromisePrototypeFinally() 6070 graph()->NewNode(simplified()->ObjectIsCallable(), on_fulfilled), in ReducePromisePrototypeThen() 6076 graph()->NewNode(simplified()->ObjectIsCallable(), on_rejected), in ReducePromisePrototypeThen()
|