Changeset 49721 in webkit for trunk/JavaScriptCore/runtime/GlobalEvalFunction.h
- Timestamp:
- Oct 16, 2009, 6:06:40 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/GlobalEvalFunction.h
r49694 r49721 38 38 static PassRefPtr<Structure> createStructure(JSValue prototype) 39 39 { 40 return Structure::create(prototype, TypeInfo(ObjectType, ImplementsHasInstance | OverridesMarkChildren | OverridesGetPropertyNames));40 return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags)); 41 41 } 42 43 protected: 44 static const unsigned StructureFlags = ImplementsHasInstance | OverridesMarkChildren | OverridesGetPropertyNames | PrototypeFunction::StructureFlags; 42 45 43 46 private:
Note:
See TracChangeset
for help on using the changeset viewer.