Home
last modified time | relevance | path

Searched refs:instance_prototype (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/
Dtype-info.cc205 return Handle<JSObject>(JSObject::cast(function->instance_prototype())); in GetPrototypeForPrimitiveCheck()
Dbootstrapper.cc710 JSObject::cast(js_global_function->instance_prototype())); in CreateNewGlobals()
1534 Handle<JSObject>(JSObject::cast(function->instance_prototype())); in InstallNatives()
1572 JSObject::cast(array_constructor->instance_prototype())); in InstallNatives()
Dobjects.cc140 holder = global_context->number_function()->instance_prototype(); in Lookup()
149 holder = global_context->string_function()->instance_prototype(); in Lookup()
152 holder = global_context->number_function()->instance_prototype(); in Lookup()
155 holder = global_context->boolean_function()->instance_prototype(); in Lookup()
562 holder = global_context->number_function()->instance_prototype(); in GetElementWithReceiver()
574 holder = global_context->string_function()->instance_prototype(); in GetElementWithReceiver()
576 holder = global_context->number_function()->instance_prototype(); in GetElementWithReceiver()
578 holder = global_context->boolean_function()->instance_prototype(); in GetElementWithReceiver()
594 return context->number_function()->instance_prototype(); in GetPrototype()
607 return context->number_function()->instance_prototype(); in GetPrototype()
[all …]
Dobjects-inl.h3416 Object* JSFunction::instance_prototype() { in instance_prototype() function
3430 return instance_prototype(); in prototype()
Dobjects.h4600 inline Object* instance_prototype();
Dheap.cc3055 prototype = fun->instance_prototype(); in AllocateInitialMap()
Druntime.cc7152 prototype = Handle<Object>(function->instance_prototype(), isolate); in TrySettingInlineConstructStub()