Changeset 39697 in webkit for trunk/JavaScriptCore/bytecompiler/BytecodeGenerator.h
- Timestamp:
- Jan 7, 2009, 5:46:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bytecompiler/BytecodeGenerator.h
r39670 r39697 1 1 /* 2 * Copyright (C) 2008 Apple Inc. All rights reserved.2 * Copyright (C) 2008, 2009 Apple Inc. All rights reserved. 3 3 * Copyright (C) 2008 Cameron Zwarich <[email protected]> 4 4 * … … 330 330 CodeType codeType() const { return m_codeType; } 331 331 332 void setRegeneratingForExceptionInfo() { m_regeneratingForExceptionInfo = true; } 333 332 334 private: 333 335 void emitOpcode(OpcodeID); … … 420 422 bool m_shouldEmitDebugHooks; 421 423 bool m_shouldEmitProfileHooks; 424 425 bool m_regeneratingForExceptionInfo; 422 426 423 427 const ScopeChain* m_scopeChain;
Note:
See TracChangeset
for help on using the changeset viewer.