Changeset 34372 in webkit for trunk/JavaScriptCore/VM/ExceptionHelpers.h
- Timestamp:
- Jun 4, 2008, 10:36:55 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/ExceptionHelpers.h
r34075 r34372 33 33 34 34 namespace KJS { 35 35 36 class Node; 37 36 38 JSValue* createStackOverflowError(ExecState*); 37 39 JSValue* createUndefinedVariableError(ExecState*, const Identifier&); 38 40 JSValue* createInvalidParamError(ExecState*, const char* op, JSValue*); 39 JSValue* createNotAConstructorError(ExecState* exec, JSValue* value, Node* expr); 40 JSValue* createNotAFunctionError(ExecState* exec, JSValue* value, Node* expr); 41 } 41 JSValue* createNotAConstructorError(ExecState*, JSValue*, Node* expr); 42 JSValue* createNotAFunctionError(ExecState*, JSValue*, Node* expr); 42 43 43 #endif 44 } // namespace KJS 45 46 #endif // ExceptionHelpers_h
Note:
See TracChangeset
for help on using the changeset viewer.