Searched refs:number_fun (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/init/ |
D | bootstrapper.cc | 1785 Handle<JSFunction> number_fun = InstallFunction( in InitializeGlobal() local 1789 number_fun->shared().DontAdaptArguments(); in InitializeGlobal() 1790 number_fun->shared().set_length(1); in InitializeGlobal() 1791 InstallWithIntrinsicDefaultProto(isolate_, number_fun, in InitializeGlobal() 1796 factory->NewJSObject(number_fun, AllocationType::kOld)); in InitializeGlobal() 1798 JSFunction::SetPrototype(number_fun, prototype); in InitializeGlobal() 1802 number_fun, DONT_ENUM); in InitializeGlobal() 1820 SimpleInstallFunction(isolate_, number_fun, "isFinite", in InitializeGlobal() 1822 SimpleInstallFunction(isolate_, number_fun, "isInteger", in InitializeGlobal() 1824 SimpleInstallFunction(isolate_, number_fun, "isNaN", Builtins::kNumberIsNaN, in InitializeGlobal() [all …]
|