Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dsimplified-operator.h351 const Operator* ObjectIsCallable(); in NON_EXPORTED_BASE()
Dtyper.cc282 static Type* ObjectIsCallable(Type*, Typer*);
500 Type* Typer::Visitor::ObjectIsCallable(Type* type, Typer* t) { in ObjectIsCallable() function in v8::internal::compiler::Typer::Visitor
1730 return TypeUnaryOp(node, ObjectIsCallable); in TypeObjectIsCallable()
Dopcodes.h319 V(ObjectIsCallable) \
Dsimplified-operator.cc417 V(ObjectIsCallable, Operator::kNoProperties, 1, 0) \
Djs-typed-lowering.cc823 replacement = graph()->NewNode(simplified()->ObjectIsCallable(), input); in ReduceJSEqualTypeOf()