Searched refs:StructureFlags (Results 1 - 25 of 70) sorted by relevance

123

/external/webkit/Source/JavaScriptCore/API/
H A DJSCallbackConstructor.h44 return Structure::create(globalData, proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
48 static const unsigned StructureFlags = ImplementsHasInstance | JSObject::StructureFlags; member in class:JSC::JSCallbackConstructor
/external/webkit/Source/JavaScriptCore/runtime/
H A DDatePrototype.h41 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
45 static const unsigned StructureFlags = OverridesGetOwnPropertySlot | DateInstance::StructureFlags; member in class:JSC::DatePrototype
H A DJSONObject.h41 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
45 static const unsigned StructureFlags = OverridesGetOwnPropertySlot | JSObject::StructureFlags; member in class:JSC::JSONObject
H A DMathObject.h39 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
43 static const unsigned StructureFlags = OverridesGetOwnPropertySlot | JSObject::StructureFlags; member in class:JSC::MathObject
H A DStringPrototype.h39 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
45 static const unsigned StructureFlags = OverridesGetOwnPropertySlot | StringObject::StructureFlags; member in class:JSC::StringPrototype
H A DInternalFunction.h44 return Structure::create(globalData, proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
48 static const unsigned StructureFlags = ImplementsHasInstance | JSObject::StructureFlags; member in class:JSC::InternalFunction
H A DJSWrapperObject.h41 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
45 static const unsigned StructureFlags = OverridesMarkChildren | JSNonFinalObject::StructureFlags; member in class:JSC::JSWrapperObject
H A DNativeErrorConstructor.h40 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
46 static const unsigned StructureFlags = OverridesMarkChildren | InternalFunction::StructureFlags; member in class:JSC::NativeErrorConstructor
H A DNumberConstructor.h42 return Structure::create(globalData, proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
48 static const unsigned StructureFlags = OverridesGetOwnPropertySlot | ImplementsHasInstance | InternalFunction::StructureFlags; member in class:JSC::NumberConstructor
H A DObjectConstructor.h41 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
45 static const unsigned StructureFlags = OverridesGetOwnPropertySlot | InternalFunction::StructureFlags; member in class:JSC::ObjectConstructor
H A DStringObjectThatMasqueradesAsUndefined.h47 return Structure::create(globalData, proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
50 static const unsigned StructureFlags = OverridesGetOwnPropertySlot | MasqueradesAsUndefined | OverridesGetPropertyNames | StringObject::StructureFlags; member in class:JSC::StringObjectThatMasqueradesAsUndefined
H A DNumberObject.h36 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
H A DJSNotAnObject.h48 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
53 static const unsigned StructureFlags = OverridesGetOwnPropertySlot | OverridesGetPropertyNames | JSObject::StructureFlags; member in class:JSC::JSNotAnObject
H A DJSStaticScopeObject.h50 static Structure* createStructure(JSGlobalData& globalData, JSValue proto) { return Structure::create(globalData, proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info); }
53 static const unsigned StructureFlags = OverridesGetOwnPropertySlot | NeedsThisConversion | OverridesMarkChildren | OverridesGetPropertyNames | JSVariableObject::StructureFlags; member in class:JSC::JSStaticScopeObject
H A DStringObject.h50 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
54 static const unsigned StructureFlags = OverridesGetOwnPropertySlot | OverridesGetPropertyNames | JSWrapperObject::StructureFlags; member in class:JSC::StringObject
/external/webkit/Source/WebCore/bindings/scripts/test/JS/
H A DJSTestInterface.h46 return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
55 static const unsigned StructureFlags = JSC::OverridesGetOwnPropertySlot | Base::StructureFlags; member in class:WebCore::JSTestInterface
68 return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
72 static const unsigned StructureFlags = Base::StructureFlags; member in class:WebCore::JSTestInterfacePrototype
H A DJSTestMediaQueryListListener.h44 return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
53 static const unsigned StructureFlags = JSC::OverridesGetOwnPropertySlot | Base::StructureFlags; member in class:WebCore::JSTestMediaQueryListListener
68 return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
72 static const unsigned StructureFlags = JSC::OverridesGetOwnPropertySlot | Base::StructureFlags; member in class:WebCore::JSTestMediaQueryListListenerPrototype
H A DJSTestSerializedScriptValueInterface.h46 return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
55 static const unsigned StructureFlags = JSC::OverridesGetOwnPropertySlot | Base::StructureFlags; member in class:WebCore::JSTestSerializedScriptValueInterface
68 return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
72 static const unsigned StructureFlags = Base::StructureFlags; member in class:WebCore::JSTestSerializedScriptValueInterfacePrototype
/external/webkit/Source/WebCore/bridge/c/
H A DCRuntimeObject.h49 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
/external/webkit/Source/WebCore/bridge/jni/jsc/
H A DJavaRuntimeObject.h47 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
/external/webkit/Source/WebCore/bridge/objc/
H A DObjCRuntimeObject.h47 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
/external/webkit/Source/JavaScriptCore/debugger/
H A DDebuggerActivation.h54 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
58 static const unsigned StructureFlags = OverridesGetOwnPropertySlot | OverridesMarkChildren | JSObject::StructureFlags; member in class:JSC::DebuggerActivation
/external/webkit/Source/WebCore/bridge/
H A Druntime_array.h63 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
67 static const unsigned StructureFlags = OverridesGetOwnPropertySlot | OverridesGetPropertyNames | JSArray::StructureFlags; member in class:JSC::RuntimeArray
H A Druntime_method.h50 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
54 static const unsigned StructureFlags = OverridesGetOwnPropertySlot | InternalFunction::StructureFlags; member in class:JSC::RuntimeMethod
H A Druntime_object.h66 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
70 static const unsigned StructureFlags = OverridesGetOwnPropertySlot | OverridesGetPropertyNames | JSObjectWithGlobalObject::StructureFlags; member in class:JSC::Bindings::RuntimeObject

Completed in 221 milliseconds

123