Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dsimplified-operator.h709 const Operator* ObjectIsCallable(); in NON_EXPORTED_BASE()
Dtyper.cc289 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()
Dopcodes.h404 V(ObjectIsCallable) \
Dsimplified-operator.cc739 V(ObjectIsCallable, Operator::kNoProperties, 1, 0) \
Djs-call-reducer.cc2225 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()