Changeset 36604 in webkit for trunk/JavaScriptCore/VM/ExceptionHelpers.h
- Timestamp:
- Sep 17, 2008, 11:20:42 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/ExceptionHelpers.h
r36263 r36604 43 43 JSValue* createUndefinedVariableError(ExecState*, const Identifier&, const Instruction*, CodeBlock*); 44 44 JSNotAnObjectErrorStub* createNotAnObjectErrorStub(ExecState*, bool isNull); 45 JS Value* createInvalidParamError(ExecState*, const char* op, JSValue*, const Instruction*, CodeBlock*);46 JS Value* createNotAConstructorError(ExecState*, JSValue*, const Instruction*, CodeBlock*);45 JSObject* createInvalidParamError(ExecState*, const char* op, JSValue*, const Instruction*, CodeBlock*); 46 JSObject* createNotAConstructorError(ExecState*, JSValue*, const Instruction*, CodeBlock*); 47 47 JSValue* createNotAFunctionError(ExecState*, JSValue*, const Instruction*, CodeBlock*); 48 48 JSObject* createNotAnObjectError(ExecState*, JSNotAnObjectErrorStub*, const Instruction*, CodeBlock*);
Note:
See TracChangeset
for help on using the changeset viewer.