Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_serializer_test.cpp105 uint32_t length1 = array1->GetLength(); in JSPlainObjectTest1() local
106 EXPECT_EQ(length1, 4U); // 4 : test case in JSPlainObjectTest1()
108 for (uint32_t i = 0; i < length1; i++) { in JSPlainObjectTest1()
179 uint32_t length1 = array1->GetLength(); in NativeBindingObjectTest2() local
180 EXPECT_EQ(length1, 4U); // 4 : test case in NativeBindingObjectTest2()