Changeset 37325 in webkit for trunk/JavaScriptCore/VM/Machine.h
- Timestamp:
- Oct 5, 2008, 11:05:19 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/Machine.h
r37324 r37325 263 263 NEVER_INLINE ScopeChainNode* createExceptionScope(ExecState* exec, const Instruction* vPC, Register* r); 264 264 265 NEVER_INLINE bool unwindCallFrame(ExecState* , JSValue*, const Instruction*&, CodeBlock*&, Register*&);265 NEVER_INLINE bool unwindCallFrame(ExecState*&, JSValue*, const Instruction*&, CodeBlock*&, Register*&); 266 266 NEVER_INLINE Instruction* throwException(ExecState*, JSValue*&, const Instruction*, Register*&, bool); 267 267 NEVER_INLINE bool resolveBaseAndFunc(ExecState* exec, Instruction* vPC, Register* r, JSValue*& exceptionValue);
Note:
See TracChangeset
for help on using the changeset viewer.