- virtual const ClassInfo* classInfo() const { return &info; }
- static const ClassInfo info;
-
- static PassRefPtr<Structure> createStructure(JSValue prototype)
- {
- return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount);
- }
- };
-
- BooleanObject* asBooleanObject(JSValue);