Home
last modified time | relevance | path

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

/external/v8/src/
Dbootstrapper.cc1814 Handle<JSFunction> number_fun = InstallFunction( in InitializeGlobal() local
1817 number_fun->shared()->set_builtin_function_id( in InitializeGlobal()
1819 number_fun->shared()->DontAdaptArguments(); in InitializeGlobal()
1820 number_fun->shared()->set_length(1); in InitializeGlobal()
1821 InstallWithIntrinsicDefaultProto(isolate_, number_fun, in InitializeGlobal()
1826 Handle<JSValue>::cast(factory->NewJSObject(number_fun, TENURED)); in InitializeGlobal()
1828 JSFunction::SetPrototype(number_fun, prototype); in InitializeGlobal()
1832 number_fun, DONT_ENUM); in InitializeGlobal()
1850 SimpleInstallFunction(isolate_, number_fun, "isFinite", in InitializeGlobal()
1852 SimpleInstallFunction(isolate_, number_fun, "isInteger", in InitializeGlobal()
[all …]