Changeset 34075 in webkit for trunk/JavaScriptCore/VM/ExceptionHelpers.h
- Timestamp:
- May 23, 2008, 7:23:23 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/ExceptionHelpers.h
r33979 r34075 36 36 JSValue* createStackOverflowError(ExecState*); 37 37 JSValue* createUndefinedVariableError(ExecState*, const Identifier&); 38 JSValue* create NotAnObjectError(ExecState*, JSValue*, Node*);38 JSValue* createInvalidParamError(ExecState*, const char* op, JSValue*); 39 39 JSValue* createNotAConstructorError(ExecState* exec, JSValue* value, Node* expr); 40 40 JSValue* createNotAFunctionError(ExecState* exec, JSValue* value, Node* expr);
Note:
See TracChangeset
for help on using the changeset viewer.