Changeset 195462 in webkit for trunk/Source/JavaScriptCore/bytecode/PropertyCondition.cpp
- Timestamp:
- Jan 22, 2016, 11:31:06 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/PropertyCondition.cpp
r192693 r195462 173 173 174 174 PropertyOffset currentOffset = structure->getConcurrently(uid()); 175 if (currentOffset == invalidOffset) { 176 if (verbose) { 177 dataLog( 178 "Invalid because the base no long appears to have ", uid(), " on its structure: ", 179 RawPointer(base), "\n"); 180 } 181 return false; 182 } 183 175 184 JSValue currentValue = base->getDirect(currentOffset); 176 185 if (currentValue != requiredValue()) {
Note:
See TracChangeset
for help on using the changeset viewer.