diff options
Diffstat (limited to 'JavaScriptCore/runtime/Error.h')
| -rw-r--r-- | JavaScriptCore/runtime/Error.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/JavaScriptCore/runtime/Error.h b/JavaScriptCore/runtime/Error.h index bfde7dc..c0f9d32 100644 --- a/JavaScriptCore/runtime/Error.h +++ b/JavaScriptCore/runtime/Error.h @@ -56,10 +56,8 @@ namespace JSC { // Methods to add bool hasErrorInfo(ExecState*, JSObject* error); JSObject* addErrorInfo(JSGlobalData*, JSObject* error, int line, const SourceCode&); - JSObject* addErrorInfo(JSGlobalData*, JSObject* error, int line, const SourceCode&, int divotPoint, int startOffset, int endOffset, bool withCaret = true); // ExecState wrappers. JSObject* addErrorInfo(ExecState*, JSObject* error, int line, const SourceCode&); - JSObject* addErrorInfo(ExecState*, JSObject* error, int line, const SourceCode&, int divotPoint, int startOffset, int endOffset, bool withCaret = true); // Methods to throw Errors. JSValue throwError(ExecState*, JSValue); |
