Home
last modified time | relevance | path

Searched refs:string_fun (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dbootstrapper.cc1587 Handle<JSFunction> string_fun = InstallFunction( in InitializeGlobal() local
1590 string_fun->shared()->SetConstructStub( in InitializeGlobal()
1592 string_fun->shared()->DontAdaptArguments(); in InitializeGlobal()
1593 string_fun->shared()->set_length(1); in InitializeGlobal()
1594 InstallWithIntrinsicDefaultProto(isolate, string_fun, in InitializeGlobal()
1614 SimpleInstallFunction(string_fun, "fromCharCode", in InitializeGlobal()
1618 SimpleInstallFunction(string_fun, "fromCodePoint", in InitializeGlobal()
1623 Handle<JSValue>::cast(factory->NewJSObject(string_fun, TENURED)); in InitializeGlobal()
1625 Accessors::FunctionSetPrototype(string_fun, prototype).Assert(); in InitializeGlobal()
1628 JSObject::AddProperty(prototype, factory->constructor_string(), string_fun, in InitializeGlobal()
/external/v8/src/builtins/
Dbuiltins-string.cc1213 Node* const string_fun = in MaybeCallFunctionAtSymbol() local
1216 LoadObjectField(string_fun, JSFunction::kPrototypeOrInitialMapOffset); in MaybeCallFunctionAtSymbol()