HomeSort by relevance Sort by last modified time
    Searched refs:AnonymousSlotCount (Results 1 - 25 of 46) sorted by null

1 2

  /external/webkit/JavaScriptCore/runtime/
JSWrapperObject.h 41 return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount);
45 static const unsigned AnonymousSlotCount = 1 + JSObject::AnonymousSlotCount;
DatePrototype.h 42 return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount);
FunctionPrototype.h 37 return Structure::create(proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount);
GlobalEvalFunction.h 40 return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount);
MathObject.h 40 return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount);
NumberObject.h 36 return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount);
BooleanObject.h 37 return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount);
JSAPIValueWrapper.h 42 return Structure::create(prototype, TypeInfo(CompoundType, OverridesMarkChildren | OverridesGetPropertyNames), AnonymousSlotCount);
JSONObject.h 44 return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount);
NumberConstructor.h 42 return Structure::create(proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount);
StringObjectThatMasqueradesAsUndefined.h 47 return Structure::create(proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount);
GetterSetter.h 53 return Structure::create(prototype, TypeInfo(GetterSetterType, OverridesMarkChildren), AnonymousSlotCount);
InternalFunction.h 45 return Structure::create(proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount);
DateInstance.h 58 return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount);
JSActivation.h 69 static PassRefPtr<Structure> createStructure(JSValue proto) { return Structure::create(proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount); }
JSNotAnObject.h 65 return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount);
JSPropertyNameIterator.h 50 return Structure::create(prototype, TypeInfo(CompoundType, OverridesMarkChildren), AnonymousSlotCount);
JSStaticScopeObject.h 60 static PassRefPtr<Structure> createStructure(JSValue proto) { return Structure::create(proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount); }
RegExpObject.h 52 return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount);
StringObject.h 51 return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount);
  /external/webkit/JavaScriptCore/API/
JSCallbackFunction.h 44 return Structure::create(proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount);
JSCallbackConstructor.h 44 return Structure::create(proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount);
  /external/webkit/WebCore/bridge/
runtime_method.h 50 return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount);
  /external/webkit/JavaScriptCore/debugger/
DebuggerActivation.h 54 return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount);
  /external/webkit/JavaScriptGlue/
UserObjectImp.h 64 return Structure::create(prototype, TypeInfo(ObjectType, OverridesGetOwnPropertySlot | OverridesMarkChildren | OverridesGetPropertyNames), AnonymousSlotCount);

Completed in 145 milliseconds

1 2