Changeset 233114 in webkit for trunk/Source/JavaScriptCore/bytecode/PropertyCondition.cpp
- Timestamp:
- Jun 22, 2018, 5:45:06 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/PropertyCondition.cpp
r232337 r233114 378 378 bool PropertyCondition::isValidValueForAttributes(VM& vm, JSValue value, unsigned attributes) 379 379 { 380 if (!value) 381 return false; 380 382 bool attributesClaimAccessor = !!(attributes & PropertyAttribute::Accessor); 381 383 bool valueClaimsAccessor = !!jsDynamicCast<GetterSetter*>(vm, value);
Note:
See TracChangeset
for help on using the changeset viewer.