Home
last modified time | relevance | path

Searched defs:list3 (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/bindfunction/
Dbindfunction.js58 const list3 = leadingThirtysevenList(1, 2, 3); // [37, 1, 2, 3] constant
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_list_test.cpp290 JSHandle<JSAPIList> list3 = CreateJSAPIList(); in HWTEST_F_L0() local