- protected:
- static const unsigned StructureFlags = ImplementsHasInstance | JSObject::StructureFlags;
-
- // Only used to allow us to determine the JSFunction vptr
- InternalFunction(VPtrStealingHackType);
+ static Structure* createStructure(VM& vm, JSGlobalObject* globalObject, JSValue proto)
+ {
+ return Structure::create(vm, globalObject, proto, TypeInfo(ObjectType, StructureFlags), info());
+ }