Changeset 39483 in webkit for trunk/JavaScriptCore/runtime/Structure.h
- Timestamp:
- Dec 26, 2008, 1:01:11 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/Structure.h
r39422 r39483 90 90 const TypeInfo& typeInfo() const { return m_typeInfo; } 91 91 92 // For use when first creating a new structure.93 TypeInfo& mutableTypeInfo() { return m_typeInfo; }94 95 92 JSValue* storedPrototype() const { return m_prototype; } 96 93 JSValue* prototypeForLookup(ExecState*);
Note:
See TracChangeset
for help on using the changeset viewer.