Searched refs:GetPropertiesArray (Results 1 – 7 of 7) sorted by relevance
528 GateRef properties = GetPropertiesArray(source); in AssignAllEnumProperty()736 GateRef array = GetPropertiesArray(thisValue); in HasOwnProperty()1001 GateRef array = GetPropertiesArray(obj); in GetAllEnumKeys()1486 .Or(IsDictionaryMode(GetPropertiesArray(obj))).Done(); in GetOwnPropertyNames()1594 .Or(IsDictionaryMode(GetPropertiesArray(obj))).Done(); in GetOwnPropertySymbols()1786 GateRef properties = GetPropertiesArray(obj); in GetAllPropertyKeys()1861 .Or(IsDictionaryMode(GetPropertiesArray(obj))).Done(); in Entries()1983 GateRef array = GetPropertiesArray(obj); in GetEnumPropertyEntries()2231 GateRef properties = GetPropertiesArray(obj); in GetOwnPropertyDescriptors()
1469 DEFVARIABLE(array, VariableType::JS_POINTER(), GetPropertiesArray(receiver)); in AddPropertyByName()2370 result = GetValueFromTaggedArray(GetPropertiesArray(receiver), index); in LoadFromField()3023 GateRef array = GetPropertiesArray(receiver); in StoreField()3077 GateRef array = GetPropertiesArray(receiver); in StoreWithTransition()3621 GateRef array = GetPropertiesArray(*holder); in GetPropertyByName()4016 GateRef array = GetPropertiesArray(receiver); in IsArrayLengthWritable()4736 GateRef array = GetPropertiesArray(*holder); in SetPropertyByName()5007 GateRef array = GetPropertiesArray(*holder); in DefinePropertyByName()
370 GateRef GetPropertiesArray(GateRef object);
288 GateRef properties = GetPropertiesArray(literal); in CloneObjectLiteral()
1191 inline GateRef StubBuilder::GetPropertiesArray(GateRef object) in GetPropertiesArray() function
391 …GateRef array = GetPropertiesArray(*holder); …
232 …GateRef array = GetPropertiesArray(*holder); …