Changeset 46528 in webkit for trunk/JavaScriptCore/runtime/ExceptionHelpers.h
- Timestamp:
- Jul 29, 2009, 1:04:19 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/ExceptionHelpers.h
r43122 r46528 37 37 class ExecState; 38 38 class Identifier; 39 class Instruction;40 39 class JSGlobalData; 41 40 class JSNotAnObjectErrorStub; … … 43 42 class JSValue; 44 43 class Node; 45 44 struct Instruction; 45 46 46 JSValue createInterruptedExecutionException(JSGlobalData*); 47 47 JSValue createStackOverflowError(ExecState*);
Note:
See TracChangeset
for help on using the changeset viewer.