Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/napi/test/
Ddfx_jsnapi_tests.cpp196 bool isFind = false; in HWTEST_F_L0() local
200 isFind = true; in HWTEST_F_L0()
203 EXPECT_TRUE(isFind); in HWTEST_F_L0()
244 bool isFind = false; in HWTEST_F_L0() local
248 isFind = true; in HWTEST_F_L0()
251 EXPECT_TRUE(isFind); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_tracker_test.cpp150 bool isFind = false; in HWTEST_F_L0() local
154 isFind = true; in HWTEST_F_L0()
157 ASSERT_TRUE(isFind); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Djs_date_time_format.cpp392 …bool isFind = JSLocale::GetOptionOfString(thread, dateTimeOptions, property, item.allowedValues, &… in InitializeDateTimeFormat() local
394 if (isFind) { in InitializeDateTimeFormat()