Changeset 167563 in webkit
- Timestamp:
- Apr 19, 2014, 9:42:42 PM (12 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 1 added
- 2 edited
-
ChangeLog (modified) (1 diff)
-
dfg/DFGByteCodeParser.cpp (modified) (1 diff)
-
tests/stress/put-by-id-transition-null-prototype.js (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r167557 r167563 1 2014-04-19 Filip Pizlo <fpizlo@apple.com> 2 3 It should be OK to store new fields into objects that have no prototypes 4 https://bugs.webkit.org/show_bug.cgi?id=131905 5 6 Reviewed by Mark Hahnenberg. 7 8 * dfg/DFGByteCodeParser.cpp: 9 (JSC::DFG::ByteCodeParser::emitPrototypeChecks): 10 * tests/stress/put-by-id-transition-null-prototype.js: Added. 11 (foo): 12 1 13 2014-04-19 Benjamin Poulain <bpoulain@apple.com> 2 14 -
trunk/Source/JavaScriptCore/dfg/DFGByteCodeParser.cpp
r167467 r167563 1886 1886 base = cellConstantWithStructureCheck(currentObject, currentStructure); 1887 1887 } 1888 RELEASE_ASSERT(base);1889 1888 return base; 1890 1889 }
Note:
See TracChangeset
for help on using the changeset viewer.