Searched defs:AnonymousSlotCount (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DArrayPrototype.h40 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
44 static const unsigned AnonymousSlotCount = JSArray::AnonymousSlotCount + 1; member in class:JSC::ArrayPrototype
H A DDatePrototype.h41 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
47 COMPILE_ASSERT(!DateInstance::AnonymousSlotCount, DatePrototype_stomps_on_your_anonymous_slot);
48 static const unsigned AnonymousSlotCount = 1; member in class:JSC::DatePrototype
H A DJSObjectWithGlobalObject.h39 return Structure::create(globalData, proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
56 static const unsigned AnonymousSlotCount = JSObject::AnonymousSlotCount + 1; member in class:JSC::JSObjectWithGlobalObject
H A DStringPrototype.h39 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
47 COMPILE_ASSERT(!StringObject::AnonymousSlotCount, StringPrototype_stomps_on_your_anonymous_slot);
48 static const unsigned AnonymousSlotCount = 1; member in class:JSC::StringPrototype
H A DJSCell.h155 static const unsigned AnonymousSlotCount = 0; member in class:JSC::JSCell
H A DJSGlobalObject.h123 COMPILE_ASSERT(JSGlobalObject::AnonymousSlotCount == 1, JSGlobalObject_has_only_a_single_slot);
134 COMPILE_ASSERT(JSGlobalObject::AnonymousSlotCount == 1, JSGlobalObject_has_only_a_single_slot);
146 COMPILE_ASSERT(JSGlobalObject::AnonymousSlotCount == 1, JSGlobalObject_has_only_a_single_slot);
244 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
260 static const unsigned AnonymousSlotCount = JSVariableObject::AnonymousSlotCount + 1; member in class:JSC::JSGlobalObject

Completed in 97 milliseconds