Searched refs:inst_of_handler (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/ |
D | code-stub-assembler.cc | 11695 Node* inst_of_handler = in InstanceOf() local 11704 GotoIfNot(WordEqual(inst_of_handler, function_has_instance), in InstanceOf() 11719 Node* result = CallJS(builtin, context, inst_of_handler, callable, object); in InstanceOf() 11727 GotoIf(IsNull(inst_of_handler), &if_nohandler); in InstanceOf() 11728 GotoIf(IsUndefined(inst_of_handler), &if_nohandler); in InstanceOf() 11733 context, inst_of_handler, callable, object); in InstanceOf()
|
D | objects.cc | 810 Handle<Object> inst_of_handler; in InstanceOf() local 812 isolate, inst_of_handler, in InstanceOf() 816 if (!inst_of_handler->IsUndefined(isolate)) { in InstanceOf() 821 Execution::Call(isolate, inst_of_handler, callable, 1, &object), in InstanceOf()
|