Changeset 36632 in webkit for trunk/JavaScriptCore/kjs/JSGlobalObject.h
- Timestamp:
- Sep 18, 2008, 4:34:09 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSGlobalObject.h
r36316 r36632 296 296 } 297 297 298 inline JSValue* StructureID::prototypeForLookup(ExecState* exec) { 298 inline JSValue* StructureID::prototypeForLookup(ExecState* exec) 299 { 299 300 if (m_type == ObjectType) 300 301 return m_prototype;
Note:
See TracChangeset
for help on using the changeset viewer.