Changeset 43559 in webkit for trunk/JavaScriptCore/bytecompiler/BytecodeGenerator.h
- Timestamp:
- May 12, 2009, 1:58:56 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bytecompiler/BytecodeGenerator.h
r43331 r43559 82 82 // require explicit reference counting. 83 83 RegisterID* registerFor(const Identifier&); 84 85 bool willResolveToArguments(const Identifier&); 86 RegisterID* uncheckedRegisterForArguments(); 84 87 85 88 // Behaves as registerFor does, but ignores dynamic scope as … … 427 430 RegisterID* emitThrowExpressionTooDeepException(); 428 431 432 void createArgumentsIfNecessary(); 433 429 434 bool m_shouldEmitDebugHooks; 430 435 bool m_shouldEmitProfileHooks;
Note:
See TracChangeset
for help on using the changeset viewer.