| 40 | | JSValue* createUndefinedVariableError(ExecState*, const Identifier&); |
|---|
| 41 | | JSValue* createInvalidParamError(ExecState*, const char* op, JSValue*); |
|---|
| 42 | | JSValue* createNotAConstructorError(ExecState*, JSValue*, Node* expr); |
|---|
| 43 | | JSValue* createNotAFunctionError(ExecState*, JSValue*, Node* expr); |
|---|
| | 43 | JSValue* createUndefinedVariableError(ExecState*, const Identifier&, const Instruction*, CodeBlock*); |
|---|
| | 44 | JSNotAnObjectErrorStub* createNotAnObjectErrorStub(ExecState*, bool isNull); |
|---|
| | 45 | JSValue* createInvalidParamError(ExecState*, const char* op, JSValue*, const Instruction*, CodeBlock*); |
|---|
| | 46 | JSValue* createNotAConstructorError(ExecState*, JSValue*, const Instruction*, CodeBlock*); |
|---|
| | 47 | JSValue* createNotAFunctionError(ExecState*, JSValue*, const Instruction*, CodeBlock*); |
|---|
| | 48 | JSObject* createNotAnObjectError(ExecState*, JSNotAnObjectErrorStub*, const Instruction*, CodeBlock*); |
|---|