Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_serializer_test.cpp118 double sum2 = 0.0; in JSPlainObjectTest1() local
122 sum2 += a; in JSPlainObjectTest1()
124 EXPECT_EQ(sum2, 26); // 26 : test case in JSPlainObjectTest1()