HomeSort by relevance Sort by last modified time
    Searched defs:createStructure (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/webkit/Source/JavaScriptCore/runtime/
FunctionPrototype.h 33 static Structure* createStructure(JSGlobalData& globalData, JSValue proto)
JSNotAnObject.h 46 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
NumberObject.h 34 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
ArrayPrototype.h 38 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
BooleanObject.h 34 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
DatePrototype.h 39 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
InternalFunction.h 42 static Structure* createStructure(JSGlobalData& globalData, JSValue proto)
JSONObject.h 39 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
JSObjectWithGlobalObject.h 37 static Structure* createStructure(JSGlobalData& globalData, JSValue proto)
JSStaticScopeObject.h 50 static Structure* createStructure(JSGlobalData& globalData, JSValue proto) { return Structure::create(globalData, proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info); }
MathObject.h 37 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
ObjectConstructor.h 39 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
StringObjectThatMasqueradesAsUndefined.h 36 createStructure(exec->globalData(), exec->lexicalGlobalObject()->stringPrototype()), string);
45 static Structure* createStructure(JSGlobalData& globalData, JSValue proto)
StringPrototype.h 37 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
  /external/webkit/Source/JavaScriptGlue/
UserObjectImp.h 61 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
  /external/webkit/Source/WebCore/bindings/js/
JSAudioConstructor.h 41 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype)
JSImageConstructor.h 32 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype)
JSOptionConstructor.h 33 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype)
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
ProxyRuntimeObject.h 44 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype)
  /external/webkit/Source/JavaScriptCore/API/
JSCallbackFunction.h 42 static Structure* createStructure(JSGlobalData& globalData, JSValue proto)
JSCallbackConstructor.h 42 static Structure* createStructure(JSGlobalData& globalData, JSValue proto)
  /external/webkit/Source/JavaScriptCore/debugger/
DebuggerActivation.h 52 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
  /external/webkit/Source/WebCore/bridge/c/
CRuntimeObject.h 47 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
  /external/webkit/Source/WebCore/bridge/jni/jsc/
JavaRuntimeObject.h 45 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
  /external/webkit/Source/WebCore/bridge/objc/
ObjCRuntimeObject.h 45 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)

Completed in 321 milliseconds

1 2 3