Searched refs:testArray (Results 1 – 3 of 3) sorted by relevance
| /test/xts/acts/arkcompiler/ecmanewfeatures/entry/src/ohosTest/ets/test/ |
| D | ES2019.test.ets | 26 * @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/ |
| D | webViewContJsMessageExtReturnError.ets | 70 'testArray()', 250 'testArray()',
|
| /test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/ |
| D | napi_test.cpp | 4942 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()
|