Changeset 39524 in webkit for trunk/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp
- Timestamp:
- Dec 30, 2008, 10:49:34 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp
r39488 r39524 1396 1396 RegisterID* BytecodeGenerator::emitPushScope(RegisterID* scope) 1397 1397 { 1398 ASSERT(scope->isTemporary()); 1398 1399 ControlFlowContext context; 1399 1400 context.isFinallyBlock = false;
Note:
See TracChangeset
for help on using the changeset viewer.