HomeSort by relevance Sort by last modified time
    Searched refs:inst_of_handler (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
code-stub-assembler.cc     [all...]
objects.cc 811 Handle<Object> inst_of_handler; local
813 isolate, inst_of_handler,
817 if (!inst_of_handler->IsUndefined(isolate)) {
818 // Call the {inst_of_handler} on the {callable}.
822 Execution::Call(isolate, inst_of_handler, callable, 1, &object),
    [all...]

Completed in 99 milliseconds