Home | History | Annotate | Download | only in src

Lines Matching full:recv

1640                                                i::Handle<i::Object> recv,
1651 i::Execution::Call(fun, recv, argc, argv, has_pending_exception);
3209 Local<v8::Value> Function::Call(v8::Handle<v8::Object> recv, int argc,
3219 i::Handle<i::Object> recv_obj = Utils::OpenHandle(*recv);