Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/test/testcases/js/
Dmodule_variable.js25 import {array6} from "./export_variable_second.js";
67 import {array6 as array7}from "./export_variable_second.js";
260 var num14 = array6;
Dexport_variable_second.js29 export let array6 = ['orange', 'Grape'] variable
Dvariable_second.js57 var array6 = new Array(string0);
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Darray_native_test.cpp55 ets_longArray array6 = env_->NewLongArray(0); in TEST_F() local
56 ASSERT_NE(array6, nullptr); in TEST_F()
58 EXPECT_EQ(env_->GetArrayLength(array6), static_cast<ets_size>(0)); in TEST_F()