Ignore:
Timestamp:
May 19, 2010, 6:15:32 PM (15 years ago)
Author:
[email protected]
Message:

Reverting r59800, this b0rked stuff.

Reviewed by NOBODY (build fix).

(JSC::Interpreter::retrieveCaller):
(JSC::Interpreter::findFunctionCallFrame):

  • interpreter/Interpreter.h:
  • profiler/Profiler.cpp:

(JSC::Profiler::createCallIdentifier):

  • runtime/FunctionPrototype.cpp:

(JSC::functionProtoFuncToString):

  • runtime/JSFunction.cpp:

(JSC::):
(JSC::JSFunction::JSFunction):

  • runtime/JSFunction.h:
  • runtime/JSObject.cpp:
  • runtime/JSObject.h:
  • runtime/Lookup.cpp:

(JSC::setUpStaticFunctionSlot):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/runtime/JSObject.h

    r59800 r59801  
    177177        void putDirectFunction(const Identifier& propertyName, JSCell* value, unsigned attr, bool checkReadOnly, PutPropertySlot& slot);
    178178        void putDirectFunction(ExecState* exec, InternalFunction* function, unsigned attr = 0);
    179         void putDirectFunction(ExecState* exec, JSFunction* function, unsigned attr = 0);
    180179
    181180        void putDirectWithoutTransition(const Identifier& propertyName, JSValue value, unsigned attr = 0);
    182181        void putDirectFunctionWithoutTransition(const Identifier& propertyName, JSCell* value, unsigned attr = 0);
    183182        void putDirectFunctionWithoutTransition(ExecState* exec, InternalFunction* function, unsigned attr = 0);
    184         void putDirectFunctionWithoutTransition(ExecState* exec, JSFunction* function, unsigned attr = 0);
    185183
    186184        // Fast access to known property offsets.
Note: See TracChangeset for help on using the changeset viewer.