Searched refs:CallJS (Results 1 – 3 of 3) sorted by relevance
783 return UncheckedCast<Object>(CallJS( in Call()791 return UncheckedCast<Object>(CallJS( in Call()795 return UncheckedCast<Object>(CallJS(CodeFactory::Call(isolate()), context, in Call()
12415 CAST(CallJS(builtin, context, inst_of_handler, callable, object)); in InstanceOf()
1092 TNode<Object> CallJS(Callable const& callable, Node* context, Node* function, in CallJS() function