Changeset 80179 in webkit for trunk/Source/JavaScriptCore/runtime/JSActivation.cpp
- Timestamp:
- Mar 2, 2011, 4:00:17 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSActivation.cpp
r79240 r80179 76 76 if (!entry.isNull()) { 77 77 ASSERT(entry.getIndex() < static_cast<int>(d()->functionExecutable->capturedVariableCount())); 78 slot.set RegisterSlot(®isterAt(entry.getIndex()));78 slot.setValue(registerAt(entry.getIndex()).jsValue()); 79 79 return true; 80 80 }
Note:
See TracChangeset
for help on using the changeset viewer.