Home
last modified time | relevance | path

Searched refs:testArray (Results 1 – 3 of 3) sorted by relevance

/test/xts/acts/arkcompiler/ecmanewfeatures/entry/src/ohosTest/ets/test/
DES2019.test.ets26 * @tc.name : testArray.prototype.flatMap
32 it('testArray.prototype.flatMap', 0, () => {
37 * @tc.name : testArray.prototype.flat
43 it('testArray.prototype.flat', 0, () => {
/test/xts/acts/arkui/ace_ets_web_dev_webviewControllerError/entry/src/main/ets/MainAbility/pages/
DwebViewContJsMessageExtReturnError.ets70 'testArray()',
250 'testArray()',
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/
Dnapi_test.cpp4942 JSVM_Value testArray = nullptr; in EnumeratorNamedPropertyCbInfo2() local
4943 OH_JSVM_CreateArrayWithLength(env, arrayLength, &testArray); in EnumeratorNamedPropertyCbInfo2()
4950 OH_JSVM_SetElement(env, testArray, 0, name1); in EnumeratorNamedPropertyCbInfo2()
4951 OH_JSVM_SetElement(env, testArray, 1, name2); in EnumeratorNamedPropertyCbInfo2()
4952 return testArray; in EnumeratorNamedPropertyCbInfo2()
5171 JSVM_Value testArray = nullptr; in EnumeratorIndexedPropertyCbInfo2() local
5173 OH_JSVM_CreateArrayWithLength(env, arrayLength, &testArray); in EnumeratorIndexedPropertyCbInfo2()
5180 OH_JSVM_SetElement(env, testArray, 0, index1); in EnumeratorIndexedPropertyCbInfo2()
5181 OH_JSVM_SetElement(env, testArray, 1, index2); in EnumeratorIndexedPropertyCbInfo2()
5182 return testArray; in EnumeratorIndexedPropertyCbInfo2()