Changeset 92498 in webkit for trunk/Source/JavaScriptCore/runtime/JSFunction.h
- Timestamp:
- Aug 5, 2011, 1:03:19 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSFunction.h
r91194 r92498 111 111 virtual CallType getCallData(CallData&); 112 112 113 static inline size_t offsetOfScopeChain() 114 { 115 return OBJECT_OFFSETOF(JSFunction, m_scopeChain); 116 } 117 118 static inline size_t offsetOfExecutable() 119 { 120 return OBJECT_OFFSETOF(JSFunction, m_executable); 121 } 122 113 123 protected: 114 124 const static unsigned StructureFlags = OverridesGetOwnPropertySlot | ImplementsHasInstance | OverridesVisitChildren | OverridesGetPropertyNames | JSObject::StructureFlags;
Note:
See TracChangeset
for help on using the changeset viewer.