Lines Matching refs:cast
32 JSObject* js_obj_receiver = JSObject::cast(receiver);
33 FunctionTemplateInfo* signature = FunctionTemplateInfo::cast(recv_type);
63 ObjectTemplateInfo::cast(fun_data->instance_template()), isolate);
67 Handle<JSReceiver>::cast(new_target)),
75 js_receiver = Handle<JSReceiver>::cast(receiver);
81 Handle<JSObject> js_obj_receiver = Handle<JSObject>::cast(js_receiver);
102 CallHandlerInfo* call_data = CallHandlerInfo::cast(raw_call_data);
172 JSFunction::cast(*function)->shared()->IsApiFunction()));
177 is_sloppy(JSFunction::cast(*function)->shared()->language_mode())) {
186 Handle<FunctionTemplateInfo>::cast(function);
205 ? Handle<FunctionTemplateInfo>::cast(function)
206 : handle(JSFunction::cast(*function)->shared()->get_api_func_data(),
253 JSObject* obj = JSObject::cast(*receiver);
270 JSFunction* constructor = JSFunction::cast(obj->map()->GetConstructor());
276 CallHandlerInfo* call_data = CallHandlerInfo::cast(handler);