Changeset 154429 in webkit for trunk/Source/JavaScriptCore/jit/JITStubs.cpp
- Timestamp:
- Aug 21, 2013, 4:34:39 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JITStubs.cpp
r154426 r154429 2269 2269 PutPropertySlot slot(codeBlock->isStrictMode()); 2270 2270 scope->methodTable()->put(scope, exec, ident, value, slot); 2271 2272 if (exec->vm().exception) { 2273 VM_THROW_EXCEPTION_AT_END(); 2274 return; 2275 } 2271 2276 2272 2277 // Covers implicit globals. Since they don't exist until they first execute, we didn't know how to cache them at compile time.
Note:
See TracChangeset
for help on using the changeset viewer.