Changeset 164066 in webkit for trunk/Source/JavaScriptCore/runtime/Structure.h
- Timestamp:
- Feb 13, 2014, 3:31:20 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/Structure.h
r163576 r164066 140 140 bool takesSlowPathInDFGForImpureProperty() 141 141 { 142 ASSERT(!typeInfo().hasImpureGetOwnPropertySlot() || typeInfo().newImpurePropertyFiresWatchpoints());143 142 return typeInfo().hasImpureGetOwnPropertySlot(); 144 143 }
Note:
See TracChangeset
for help on using the changeset viewer.