diff options
Diffstat (limited to 'JavaScriptCore/parser/Nodes.h')
| -rw-r--r-- | JavaScriptCore/parser/Nodes.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/JavaScriptCore/parser/Nodes.h b/JavaScriptCore/parser/Nodes.h index 7852165..57c8f4f 100644 --- a/JavaScriptCore/parser/Nodes.h +++ b/JavaScriptCore/parser/Nodes.h @@ -265,9 +265,9 @@ namespace JSC { uint16_t endOffset() const { return m_endOffset; } protected: - RegisterID* emitThrowError(BytecodeGenerator&, ErrorType, const char* message); - RegisterID* emitThrowError(BytecodeGenerator&, ErrorType, const char* message, const UString&); - RegisterID* emitThrowError(BytecodeGenerator&, ErrorType, const char* message, const Identifier&); + RegisterID* emitThrowError(BytecodeGenerator&, bool isReferenceError, const char* message); + RegisterID* emitThrowError(BytecodeGenerator&, bool isReferenceError, const char* message, const UString&); + RegisterID* emitThrowError(BytecodeGenerator&, bool isReferenceError, const char* message, const Identifier&); private: uint32_t m_divot; |
