Changeset 95357 in webkit


Ignore:
Timestamp:
Sep 16, 2011 7:47:09 PM (13 years ago)
Author:
weinig@apple.com
Message:

Remove unused isStrictModeFunction function
https://bugs.webkit.org/show_bug.cgi?id=68305

Reviewed by Anders Carlsson.

  • runtime/JSObject.h:

(JSC::JSObject::isStrictModeFunction):

Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r95340 r95357  
     12011-09-16  Sam Weinig  <sam@webkit.org>
     2
     3        Remove unused isStrictModeFunction function
     4        https://bugs.webkit.org/show_bug.cgi?id=68305
     5
     6        Reviewed by Anders Carlsson.
     7
     8        * runtime/JSObject.h:
     9        (JSC::JSObject::isStrictModeFunction):
     10
    1112011-09-16  Sam Weinig  <sam@webkit.org>
    212
  • trunk/Source/JavaScriptCore/runtime/JSObject.h

    r95340 r95357  
    199199        virtual bool isVariableObject() const { return false; }
    200200        virtual bool isActivationObject() const { return false; }
    201         virtual bool isStrictModeFunction() const { return false; }
    202201        virtual bool isErrorInstance() const { return false; }
    203202
Note: See TracChangeset for help on using the changeset viewer.