Changeset 37297 in webkit for trunk/JavaScriptCore/VM/ExceptionHelpers.h
- Timestamp:
- Oct 4, 2008, 2:12:54 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/ExceptionHelpers.h
r36604 r37297 30 30 #define ExceptionHelpers_h 31 31 32 #include "JSObject.h"33 34 32 namespace JSC { 35 33 34 class CodeBlock; 35 class ExecState; 36 class Identifier; 37 class Instruction; 38 class JSGlobalData; 39 class JSNotAnObjectErrorStub; 40 class JSObject; 41 class JSValue; 36 42 class Node; 37 class CodeBlock;38 class Instruction;39 class JSNotAnObjectErrorStub;40 43 41 JSValue* createInterruptedExecutionException( ExecState* exec);44 JSValue* createInterruptedExecutionException(JSGlobalData*); 42 45 JSValue* createStackOverflowError(ExecState*); 43 46 JSValue* createUndefinedVariableError(ExecState*, const Identifier&, const Instruction*, CodeBlock*);
Note:
See TracChangeset
for help on using the changeset viewer.