Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/init/
Dbootstrapper.cc2013 Handle<JSFunction> string_fun = InstallFunction( in InitializeGlobal() local
2017 string_fun->shared().DontAdaptArguments(); in InitializeGlobal()
2018 string_fun->shared().set_length(1); in InitializeGlobal()
2019 InstallWithIntrinsicDefaultProto(isolate_, string_fun, in InitializeGlobal()
2037 SimpleInstallFunction(isolate_, string_fun, "fromCharCode", in InitializeGlobal()
2041 SimpleInstallFunction(isolate_, string_fun, "fromCodePoint", in InitializeGlobal()
2045 SimpleInstallFunction(isolate_, string_fun, "raw", Builtin::kStringRaw, 1, in InitializeGlobal()
2050 factory->NewJSObject(string_fun, AllocationType::kOld)); in InitializeGlobal()
2052 JSFunction::SetPrototype(string_fun, prototype); in InitializeGlobal()
2057 string_fun, DONT_ENUM); in InitializeGlobal()