Changeset 159528 in webkit for trunk/Source/JavaScriptCore/interpreter/Interpreter.cpp
- Timestamp:
- Nov 19, 2013, 3:48:23 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/interpreter/Interpreter.cpp
r158586 r159528 1198 1198 BatchedTransitionOptimizer optimizer(vm, variableObject); 1199 1199 if (variableObject->next()) 1200 variableObject->globalObject()->varInjectionWatchpoint()-> notifyWrite();1200 variableObject->globalObject()->varInjectionWatchpoint()->fireAll(); 1201 1201 1202 1202 for (unsigned i = 0; i < numVariables; ++i) {
Note:
See TracChangeset
for help on using the changeset viewer.