Searched defs:prototype (Results 1 - 25 of 121) sorted by relevance

12345

/external/webkit/Source/JavaScriptCore/runtime/
H A DNumberObject.h34 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype) argument
36 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
H A DArrayPrototype.h38 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype) argument
40 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
H A DBooleanObject.h34 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype) argument
36 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
H A DDatePrototype.h39 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype) argument
41 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
H A DJSNotAnObject.h46 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype) argument
48 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
H A DJSONObject.h39 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype) argument
41 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
H A DMathObject.h37 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype) argument
39 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
H A DNativeErrorConstructor.h38 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype) argument
40 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
H A DObjectConstructor.h39 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype) argument
41 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
H A DStringPrototype.h37 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype) argument
39 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
H A DStructureChain.h49 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype) { return Structure::create(globalData, prototype, TypeInfo(CompoundType, OverridesMarkChildren), 0, &s_info); } argument
H A DDateInstance.h55 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype) argument
57 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
H A DErrorInstance.h32 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype) argument
34 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
H A DGetterSetter.h51 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype) argument
53 return Structure::create(globalData, prototype, TypeInfo(GetterSetterType, OverridesMarkChildren), AnonymousSlotCount, 0);
H A DJSAPIValueWrapper.h39 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype) argument
41 return Structure::create(globalData, prototype, TypeInfo(CompoundType, OverridesMarkChildren | OverridesGetPropertyNames), AnonymousSlotCount, 0);
H A DJSWrapperObject.h39 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype) argument
41 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
/external/webkit/Source/JavaScriptGlue/
H A DUserObjectImp.h61 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype) argument
63 return Structure::create(globalData, prototype, TypeInfo(ObjectType, OverridesGetOwnPropertySlot | OverridesMarkChildren | OverridesGetPropertyNames), AnonymousSlotCount, &s_info);
/external/webkit/Source/WebCore/bindings/js/
H A DJSAudioConstructor.h41 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype) argument
43 return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
H A DJSImageConstructor.h32 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype) argument
34 return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
H A DJSOptionConstructor.h33 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype) argument
35 return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DProxyRuntimeObject.h44 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype) argument
46 return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
/external/webkit/Source/JavaScriptCore/debugger/
H A DDebuggerActivation.h52 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype) argument
54 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
/external/webkit/Source/WebCore/bridge/c/
H A DCRuntimeObject.h47 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype) argument
49 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
/external/webkit/Source/WebCore/bridge/jni/jsc/
H A DJavaRuntimeObject.h45 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype) argument
47 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
/external/webkit/Source/WebCore/bridge/objc/
H A DObjCRuntimeObject.h45 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype) argument
47 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);

Completed in 271 milliseconds

12345