Changeset 64684 in webkit for trunk/JavaScriptCore/runtime/Structure.h
- Timestamp:
- Aug 4, 2010, 3:21:13 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/Structure.h
r64655 r64684 95 95 const TypeInfo& typeInfo() const { return m_typeInfo; } 96 96 97 const JSValue& storedPrototype() const { return m_prototype; } 98 JSValue& storedPrototype() { return m_prototype; } 97 JSValue storedPrototype() const { return m_prototype; } 99 98 JSValue prototypeForLookup(ExecState*) const; 100 99 StructureChain* prototypeChain(ExecState*) const;
Note:
See TracChangeset
for help on using the changeset viewer.