From be01689f43cf6882cf670d33df49ead1f570c53a Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Sun, 27 May 2012 21:51:42 +0200 Subject: Imported WebKit commit 8d6c5efc74f0222dfc7bcce8d845d4a2707ed9e6 (http://svn.webkit.org/repository/webkit/trunk@118629) --- Source/JavaScriptCore/runtime/JSValue.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/JavaScriptCore/runtime/JSValue.h') diff --git a/Source/JavaScriptCore/runtime/JSValue.h b/Source/JavaScriptCore/runtime/JSValue.h index 27046097c..f74bfad90 100644 --- a/Source/JavaScriptCore/runtime/JSValue.h +++ b/Source/JavaScriptCore/runtime/JSValue.h @@ -239,6 +239,8 @@ namespace JSC { bool isCell() const; JSCell* asCell() const; JS_EXPORT_PRIVATE bool isValidCallee(); + + JSValue structureOrUndefined() const; char* description() const; -- cgit v1.2.1