Changeset 39156 in webkit for trunk/JavaScriptCore/interpreter/Interpreter.h
- Timestamp:
- Dec 9, 2008, 4:26:13 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/interpreter/Interpreter.h
r39083 r39156 51 51 class ScopeChainNode; 52 52 class SamplingTool; 53 struct HandlerInfo; 53 54 54 55 #if ENABLE(JIT) … … 302 303 303 304 NEVER_INLINE bool unwindCallFrame(CallFrame*&, JSValue*, const Instruction*&, CodeBlock*&); 304 NEVER_INLINE Instruction* throwException(CallFrame*&, JSValue*&, const Instruction*, bool);305 NEVER_INLINE HandlerInfo* throwException(CallFrame*&, JSValue*&, const Instruction*, bool); 305 306 NEVER_INLINE bool resolveBaseAndFunc(CallFrame*, Instruction*, JSValue*& exceptionValue); 306 307
Note:
See TracChangeset
for help on using the changeset viewer.