Changeset 129426 in webkit for trunk/Source/JavaScriptCore/dfg/DFGOperations.cpp
- Timestamp:
- Sep 24, 2012, 4:12:00 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGOperations.cpp
r128957 r129426 1166 1166 ASSERT(!exec->globalData().exception); 1167 1167 return result; 1168 }1169 1170 void DFG_OPERATION operationTearOffActivation(ExecState* exec, JSCell* activationCell)1171 {1172 JSGlobalData& globalData = exec->globalData();1173 NativeCallFrameTracer tracer(&globalData, exec);1174 jsCast<JSActivation*>(activationCell)->tearOff(exec->globalData());1175 1168 } 1176 1169
Note:
See TracChangeset
for help on using the changeset viewer.