Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_array.cpp76 JSHandle<JSFunction> arrayFunc(env->GetArrayFunction()); in ArrayCreate() local
352 JSHandle<JSFunction> arrayFunc(env->GetArrayFunction()); in CreateArrayFromList() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_mcr_lowering.cpp127 JSHandle<JSFunction> arrayFunc(tsManager_->GetEcmaVM()->GetGlobalEnv()->GetArrayFunction()); in NewJSArrayLiteral() local
Dnew_object_stub_builder.cpp513 …auto arrayFunc = GetGlobalEnvValue(VariableType::JS_ANY(), glueGlobalEnv, GlobalEnv::ARRAY_FUNCTIO… in CreateEmptyArray() local
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dtyped_array_helper_test.cpp57 JSHandle<JSFunction> arrayFunc; in CreateTypedArrayCallInfo() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_atomics_test.cpp93 JSHandle<JSFunction> arrayFunc; in CreateTypedArray() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp1106 …auto arrayFunc = GetGlobalEnvValue(VariableType::JS_ANY(), glueGlobalEnv, GlobalEnv::ARRAY_FUNCTIO… in DECLARE_BUILTINS() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_typed_array_test.cpp1463 JSHandle<JSFunction> arrayFunc = JSHandle<JSFunction>(env->GetInt8ArrayFunction()); in HWTEST_F_L0() local