Home
last modified time | relevance | path

Searched refs:string_function (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/v8/src/
Dic-inl.h145 constructor = context->string_function(); in GetCodeCacheHolder()
Dcontexts.h104 V(STRING_FUNCTION_INDEX, JSFunction, string_function) \
Dbootstrapper.cc921 Handle<Map>(native_context()->string_function()->initial_map()); in InitializeGlobal()
1904 Handle<JSFunction> string_function(native_context()->string_function()); in InstallNatives() local
1906 string_function->initial_map()->prototype())->HasFastProperties()); in InstallNatives()
1908 HeapObject::cast(string_function->initial_map()->prototype())->map()); in InstallNatives()
Dast.cc665 function = native_context->string_function(); in GetPrototypeForPrimitiveCheck()
Dobjects.cc83 return CreateJSValue(native_context->string_function(), this); in ToObject()
101 return CreateJSValue(native_context->string_function(), this); in ToObject()
143 holder = native_context->string_function()->instance_prototype(); in Lookup()
992 holder = native_context->string_function()->instance_prototype(); in GetElementWithReceiver()
1055 return context->string_function()->instance_prototype(); in GetPrototype()
Dhydrogen.cc6813 isolate()->native_context()->string_function()->initial_map()); in HandlePolymorphicCallNamed()
/external/v8/src/
Dcontexts.h104 V(STRING_FUNCTION_INDEX, JSFunction, string_function) \
Dbootstrapper.cc923 Handle<Map>(global_context()->string_function()->initial_map()); in InitializeGlobal()
1677 Handle<JSFunction> string_function(global_context()->string_function()); in InstallNatives() local
1679 string_function->initial_map()->prototype())->HasFastProperties()); in InstallNatives()
1681 HeapObject::cast(string_function->initial_map()->prototype())->map()); in InstallNatives()
Dtype-info.cc265 function = global_context_->string_function(); in GetPrototypeForPrimitiveCheck()
Dobjects.cc83 return CreateJSValue(global_context->string_function(), this); in ToObject()
104 return CreateJSValue(global_context->string_function(), this); in ToObject()
146 holder = global_context->string_function()->instance_prototype(); in Lookup()
663 holder = global_context->string_function()->instance_prototype(); in GetElementWithReceiver()
725 return context->string_function()->instance_prototype(); in GetPrototype()