Searched defs:lwm (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_api_lightweightmap_test.cpp | 54 JSHandle<JSAPILightWeightMap> lwm(thread, CreateLightWeightMap()); in TestCommon() local 72 JSHandle<JSAPILightWeightMap> lwm(thread, CreateLightWeightMap()); in RemoveCommon() local 98 JSHandle<JSAPILightWeightMap> lwm(thread, lightWeightMap); in HWTEST_F_L0() local 144 auto lwm = TestCommon(value, myValue, NODE_NUMBERS); in HWTEST_F_L0() local 152 JSHandle<JSAPILightWeightMap> lwm(thread, CreateLightWeightMap()); in HWTEST_F_L0() local 190 auto lwm = RemoveCommon(keys, values); in HWTEST_F_L0() local 210 auto lwm = RemoveCommon(keys, values); in HWTEST_F_L0() local 228 JSHandle<JSAPILightWeightMap> lwm(thread, CreateLightWeightMap()); in HWTEST_F_L0() local 254 JSHandle<JSAPILightWeightMap> lwm(thread, CreateLightWeightMap()); in HWTEST_F_L0() local 295 auto lwm = TestCommon(value, myValue, NODE_NUMBERS); in HWTEST_F_L0() local [all …]
|