HomeSort by relevance Sort by last modified time
    Searched defs:AnonymousSlotCount (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
ArrayPrototype.h 40 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
44 static const unsigned AnonymousSlotCount = JSArray::AnonymousSlotCount + 1;
DatePrototype.h 41 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;
JSObjectWithGlobalObject.h 39 return Structure::create(globalData, proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
56 static const unsigned AnonymousSlotCount = JSObject::AnonymousSlotCount + 1;
StringPrototype.h 39 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;
JSCell.h 155 static const unsigned AnonymousSlotCount = 0;
JSGlobalObject.h 123 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;

Completed in 157 milliseconds