Ignore:
Timestamp:
May 30, 2007, 5:19:36 AM (18 years ago)
Author:
bdash
Message:

2007-05-30 Luciano Montanaro <[email protected]>

Reviewed by Maciej.

  • cross-port Harri Porten's commits 636099 and 636108 from KJS: "publish a class anyway public already" and "class is being used from outside for quite some time" in preparation for further syncronizations
  • kjs/context.h:
  • kjs/date_object.cpp:
  • kjs/date_object.h:
  • kjs/function.h: (KJS::): (KJS::InternalFunctionImp::classInfo): (KJS::InternalFunctionImp::functionName):
  • kjs/function_object.h:
  • kjs/internal.h:
  • kjs/lookup.h: (KJS::getStaticPropertySlot): (KJS::getStaticFunctionSlot): (KJS::getStaticValueSlot):
  • kjs/object_object.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/function_object.h

    r13821 r21889  
    2828
    2929namespace KJS {
    30 
    31   /**
    32    * @internal
    33    *
    34    * The initial value of Function.prototype (and thus all objects created
    35    * with the Function constructor)
    36    */
    37   class FunctionPrototype : public InternalFunctionImp {
    38   public:
    39     FunctionPrototype(ExecState *exec);
    40     virtual ~FunctionPrototype();
    41 
    42     virtual JSValue *callAsFunction(ExecState *exec, JSObject *thisObj, const List &args);
    43   };
    4430
    4531  /**
Note: See TracChangeset for help on using the changeset viewer.