Changeset 41806 in webkit for trunk/JavaScriptCore/bytecompiler
- Timestamp:
- Mar 18, 2009, 12:24:39 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bytecompiler/BytecodeGenerator.h
r39851 r41806 318 318 319 319 int scopeDepth() { return m_dynamicScopeDepth + m_finallyDepth; } 320 bool hasFinaliser() { return m_finallyDepth != 0; } 320 321 321 322 void pushFinallyContext(Label* target, RegisterID* returnAddrDst);
Note:
See TracChangeset
for help on using the changeset viewer.