Searched defs:createStructure (Results 1 - 25 of 44) sorted by relevance

12

/external/webkit/JavaScriptCore/runtime/
H A DFunctionPrototype.h35 static PassRefPtr<Structure> createStructure(JSValue proto) function in class:JSC::FunctionPrototype
H A DBooleanObject.h35 static PassRefPtr<Structure> createStructure(JSValue prototype) function in class:JSC::BooleanObject
H A DDatePrototype.h40 static PassRefPtr<Structure> createStructure(JSValue prototype) function in class:JSC::DatePrototype
H A DGlobalEvalFunction.h38 static PassRefPtr<Structure> createStructure(JSValue prototype) function in class:JSC::GlobalEvalFunction
H A DInternalFunction.h43 static PassRefPtr<Structure> createStructure(JSValue proto) function in class:JSC::InternalFunction
H A DJSONObject.h42 static PassRefPtr<Structure> createStructure(JSValue prototype) function in class:JSC::JSONObject
H A DMathObject.h38 static PassRefPtr<Structure> createStructure(JSValue prototype) function in class:JSC::MathObject
H A DNumberObject.h34 static PassRefPtr<Structure> createStructure(JSValue prototype) function in class:JSC::NumberObject
H A DDateInstance.h56 static PassRefPtr<Structure> createStructure(JSValue prototype) function in class:JSC::DateInstance
H A DGetterSetter.h51 static PassRefPtr<Structure> createStructure(JSValue prototype) function in class:JSC::GetterSetter
H A DJSAPIValueWrapper.h40 static PassRefPtr<Structure> createStructure(JSValue prototype) function in class:JSC::JSAPIValueWrapper
H A DJSNotAnObject.h63 static PassRefPtr<Structure> createStructure(JSValue prototype) function in class:JSC::JSNotAnObject
H A DJSStaticScopeObject.h60 static PassRefPtr<Structure> createStructure(JSValue proto) { return Structure::create(proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount); } function in class:JSC::JSStaticScopeObject
H A DJSWrapperObject.h39 static PassRefPtr<Structure> createStructure(JSValue prototype) function in class:JSC::JSWrapperObject
H A DNumberConstructor.h40 static PassRefPtr<Structure> createStructure(JSValue proto) function in class:JSC::NumberConstructor
H A DStringObject.h49 static PassRefPtr<Structure> createStructure(JSValue prototype) function in class:JSC::StringObject
H A DStringObjectThatMasqueradesAsUndefined.h36 createStructure(exec->lexicalGlobalObject()->stringPrototype()), string);
45 static PassRefPtr<Structure> createStructure(JSValue proto) function in class:JSC::StringObjectThatMasqueradesAsUndefined
/external/webkit/JavaScriptCore/debugger/
H A DDebuggerActivation.h52 static PassRefPtr<Structure> createStructure(JSValue prototype) function in class:JSC::DebuggerActivation
/external/webkit/JavaScriptGlue/
H A DUserObjectImp.h62 static PassRefPtr<Structure> createStructure(JSValue prototype) function in class:UserObjectImp
/external/webkit/JavaScriptCore/API/
H A DJSCallbackFunction.h42 static PassRefPtr<Structure> createStructure(JSValue proto) function in class:JSC::JSCallbackFunction
H A DJSCallbackConstructor.h42 static PassRefPtr<Structure> createStructure(JSValue proto) function in class:JSC::JSCallbackConstructor
H A DJSCallbackObject.h51 static PassRefPtr<Structure> createStructure(JSValue proto) function in class:JSC::JSCallbackObject
/external/webkit/WebCore/bindings/js/
H A DJSDOMWindowShell.h61 static PassRefPtr<JSC::Structure> createStructure(JSC::JSValue prototype) function in class:WebCore::JSDOMWindowShell
/external/webkit/WebCore/bridge/
H A Druntime_array.h61 static PassRefPtr<Structure> createStructure(JSValue prototype) function in class:JSC::RuntimeArray
H A Druntime_method.h48 static PassRefPtr<Structure> createStructure(JSValue prototype) function in class:JSC::RuntimeMethod

Completed in 1158 milliseconds

12