Searched refs:words1 (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/test/moduletest/arrayFilterCase/ |
H A D | arrayFilterCase.js | 30 const words1 = ["spray", "limit", "exuberant", "destruction", "elite", "present"]; 31 const appendedWords = words1.filter((word, index, arr) => {
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | js_bigint_test.cpp | 562 uint64_t words1[] = { 12ULL, 34ULL, 56ULL, 78ULL, 90ULL }; in HWTEST_F_L0() local 563 JSHandle<BigInt> bigintFalse1 = BigInt::CreateBigWords(thread, false, wordCount1, words1); in HWTEST_F_L0() 570 EXPECT_TRUE(words1[i] == wordsOut1[i]); in HWTEST_F_L0()
|
Completed in 3 milliseconds