Home | History | Annotate | Download | only in ic

Lines Matching refs:cast

17     Initialize(isolate, Handle<JSFunction>::cast(function));
19 Initialize(isolate, Handle<FunctionTemplateInfo>::cast(function));
27 JSFunction* constructor = JSFunction::cast(holder_map->GetConstructor());
51 JSObject* raw_prototype = JSObject::cast(object_map->prototype());
68 Handle<Map> map(HeapObject::cast(*receiver)->map(), holder->GetIsolate());
91 object = JSObject::cast(prototype);
103 CallHandlerInfo::cast(function_template_info->call_code()), isolate);
107 handle(FunctionTemplateInfo::cast(function_template_info->signature()),
129 api_call_info_ = handle(CallHandlerInfo::cast(info->call_code()), isolate);
133 handle(FunctionTemplateInfo::cast(info->signature()), isolate);