diff options
Diffstat (limited to 'JavaScriptCore/runtime/JSCell.cpp')
-rw-r--r-- | JavaScriptCore/runtime/JSCell.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/JavaScriptCore/runtime/JSCell.cpp b/JavaScriptCore/runtime/JSCell.cpp index 869fbfc..0cc1ab1 100644 --- a/JavaScriptCore/runtime/JSCell.cpp +++ b/JavaScriptCore/runtime/JSCell.cpp @@ -163,16 +163,6 @@ JSObject* JSCell::toThisObject(ExecState* exec) const return toObject(exec); } -UString JSCell::toThisString(ExecState* exec) const -{ - return toThisObject(exec)->toString(exec); -} - -JSString* JSCell::toThisJSString(ExecState* exec) -{ - return jsString(exec, toThisString(exec)); -} - const ClassInfo* JSCell::classInfo() const { return 0; |