Lines Matching defs:attr
230 PropertyAttributes attr = PropertyAttributes::Default();
241 JSHandle<JSHClass> propertyHclass = JSHClass::SetPropertyOfObjHClass(thread, objClass, keyE, attr, repE);
246 propertyHclass = JSHClass::SetPropertyOfObjHClass(thread, objClass, keyF, attr, repF);
259 PropertyAttributes attr = PropertyAttributes::Default();
260 attr.SetIsInlinedProps(true);
271 attr.SetOffset(i);
273 JSHClass::AddProperty(thread, Obj, keyHandleI, attr);
293 PropertyAttributes attr = PropertyAttributes(0);
294 attr.SetIsInlinedProps(true);
305 JSHClass::AddProperty(thread, Obj1, preExtensionsKey, attr);
331 PropertyAttributes attr = PropertyAttributes(0);
332 attr.SetIsInlinedProps(true);
337 JSHClass::AddProperty(thread, Obj, obj1Key, attr);
340 JSHClass::AddProperty(thread, Obj, obj2Key, attr);
343 JSHClass::AddProperty(thread, Obj, obj3Key, attr);