Home
last modified time | relevance | path

Searched refs:defaultAttr (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Dlayout_info_test.cpp41 PropertyAttributes defaultAttr = PropertyAttributes::Default(); in HWTEST_F_L0() local
42 defaultAttr.SetNormalAttr(infoLength); in HWTEST_F_L0()
47 layoutInfoHandle->SetPropertyInit(thread, 0, key.GetTaggedValue(), defaultAttr); in HWTEST_F_L0()
56 PropertyAttributes defaultAttr = PropertyAttributes::Default(); in HWTEST_F_L0() local
57 defaultAttr.SetNormalAttr(infoLength); in HWTEST_F_L0()
63 layoutInfoHandle->SetPropertyInit(thread, 0, key1.GetTaggedValue(), defaultAttr); in HWTEST_F_L0()
64 layoutInfoHandle->SetPropertyInit(thread, 1, key2.GetTaggedValue(), defaultAttr); in HWTEST_F_L0()
75 PropertyAttributes defaultAttr = PropertyAttributes::Default(); in HWTEST_F_L0() local
86 defaultAttr.SetOffset(i); in HWTEST_F_L0()
87 layoutInfoHandle->AddKey(thread, i, elementsKey.GetTaggedValue(), defaultAttr); in HWTEST_F_L0()
117 PropertyAttributes defaultAttr = PropertyAttributes::Default(); GetAllKeysCommon() local
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Djs_hclass.cpp1446 auto defaultAttr = PropertyAttributes(attr.GetPropertyMetaData()); in DumpToString() local
1447 defaultAttr.SetTrackType(attr.GetTrackType()); in DumpToString()
1448 value += defaultAttr.GetValue(); in DumpToString()

Completed in 4 milliseconds