Changeset 36368 in webkit for trunk/JavaScriptCore/kjs/StructureID.h
- Timestamp:
- Sep 12, 2008, 9:57:35 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/StructureID.h
r36325 r36368 94 94 bool isDictionary() const { return m_isDictionary; } 95 95 96 JSType type() const { return m_type; } 97 96 98 JSValue* storedPrototype() const { return m_prototype; } 97 99 JSValue* prototypeForLookup(ExecState*);
Note:
See TracChangeset
for help on using the changeset viewer.