Changeset 44344 in webkit for trunk/JavaScriptCore/runtime/JSFunction.h
- Timestamp:
- Jun 1, 2009, 10:36:18 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSFunction.h
r43661 r44344 40 40 class JSFunction : public InternalFunction { 41 41 friend class JIT; 42 friend class JITStubs;43 42 friend class VPtrSet; 44 43 … … 88 87 return *reinterpret_cast<NativeFunction*>(m_data); 89 88 } 90 private:91 virtual const ClassInfo* classInfo() const { return &info; }92 89 93 90 virtual ConstructType getConstructData(ConstructData&); 94 91 virtual CallType getCallData(CallData&); 92 93 private: 94 virtual const ClassInfo* classInfo() const { return &info; } 95 95 96 96 static JSValue argumentsGetter(ExecState*, const Identifier&, const PropertySlot&);
Note:
See TracChangeset
for help on using the changeset viewer.