Changeset 49214 in webkit for trunk/JavaScriptCore/runtime/ExceptionHelpers.h
- Timestamp:
- Oct 6, 2009, 7:06:03 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/ExceptionHelpers.h
r46598 r49214 45 45 JSValue createInterruptedExecutionException(JSGlobalData*); 46 46 JSValue createStackOverflowError(ExecState*); 47 JSValue createTypeError(ExecState*, const char* message); 47 48 JSValue createUndefinedVariableError(ExecState*, const Identifier&, unsigned bytecodeOffset, CodeBlock*); 48 49 JSNotAnObjectErrorStub* createNotAnObjectErrorStub(ExecState*, bool isNull);
Note:
See TracChangeset
for help on using the changeset viewer.