Home
last modified time | relevance | path

Searched defs:numberFunction (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/test/aottest/builtin_inlining/number/Constructor/
DbuiltinNumberConstructor.ts74 let numberFunction = Number; variable
/arkcompiler/ets_runtime/ecmascript/tests/
Dbuiltins_test.cpp61 JSHandle<JSFunction> numberFunction(env->GetNumberFunction()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dic_stub_builder.cpp86 auto numberFunction = GetGlobalEnvValue(VariableType::JS_ANY(), in NamedICAccessor() local
Dtyped_native_inline_lowering.cpp1173 GateRef numberFunction = acc_.GetValueIn(gate, 0); in LowerNewNumber() local