Home
last modified time | relevance | path

Searched defs:arrayFunc (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_array.cpp76 JSHandle<JSFunction> arrayFunc(env->GetArrayFunction()); in ArrayCreate() local
347 JSHandle<JSFunction> arrayFunc(env->GetArrayFunction()); in CreateArrayFromList() local
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dtyped_array_helper_test.cpp57 JSHandle<JSFunction> arrayFunc; in CreateTypedArrayCallInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp967 …auto arrayFunc = GetGlobalEnvValue(VariableType::JS_ANY(), glueGlobalEnv, GlobalEnv::ARRAY_FUNCTIO… in DECLARE_BUILTINS() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_atomics_test.cpp93 JSHandle<JSFunction> arrayFunc; in CreateTypedArray() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_typed_array_test.cpp1462 JSHandle<JSFunction> arrayFunc = JSHandle<JSFunction>(env->GetInt8ArrayFunction()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp1841 …auto arrayFunc = builder_.GetGlobalEnvValue(VariableType::JS_ANY(), glueGlobalEnv, GlobalEnv::ARRA… in LowerCreateEmptyArray() local