Searched refs:property_details (Results 1 – 7 of 7) sorted by relevance
124 PropertyDetails property_details() const { in property_details() function128 bool IsConfigurable() const { return property_details().IsConfigurable(); } in IsConfigurable()129 bool IsReadOnly() const { return property_details().IsReadOnly(); } in IsReadOnly()131 return property_details().representation(); in representation()
183 if (property_details().attributes() == attributes) return; in TransitionToAccessorProperty()
605 return maybe(it->property_details().attributes()); in GetPropertyAttributesWithFailedAccessCheck()2865 if (it->property_details().IsReadOnly()) { in SetProperty()2878 if (it->property_details().IsReadOnly()) { in SetProperty()3822 PropertyDetails details = it.property_details(); in SetOwnPropertyIgnoreAttributes()3899 PropertyDetails details = it.property_details(); in SetOwnPropertyIgnoreAttributes()4007 return maybe(it->property_details().attributes()); in GetPropertyAttributes()
2236 PropertyDetails old_details = it.property_details(); in DeclareGlobals()4942 it.property_details().type() == FIELD) { in RUNTIME_FUNCTION()11031 : it.property_details(); in RUNTIME_FUNCTION()
5380 New<HLoadGlobalCell>(cell, it.property_details()); in VisitVariableProxy()6515 Add<HStoreGlobalCell>(value, cell, it.property_details()); in HandleGlobalVariableAssignment()
244 inline_followup = it->property_details().type() == FIELD; in CompileLoadInterceptor()286 DCHECK_EQ(FIELD, it->property_details().type()); in GenerateLoadPostInterceptor()
1071 if (lookup->property_details().type() == FIELD) { in CompileHandler()1082 DCHECK(lookup->property_details().type() == CONSTANT); in CompileHandler()1515 if (lookup->property_details().type() == FIELD) { in CompileHandler()1533 DCHECK(lookup->property_details().type() == CONSTANT); in CompileHandler()