Home
last modified time | relevance | path

Searched defs:prototype (Results 1 – 25 of 124) sorted by relevance

12345

/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DProtoIdItem.java32 private final Prototype prototype; field in ProtoIdItem
48 public ProtoIdItem(Prototype prototype) { in ProtoIdItem()
67 private static CstString makeShortForm(Prototype prototype) { in makeShortForm()
DProtoIdsSection.java90 public ProtoIdItem intern(Prototype prototype) { in intern()
114 public int indexOf(Prototype prototype) { in indexOf()
/external/webkit/Source/WebCore/bindings/scripts/test/JS/
DJSTestInterface.h44 …c PassRefPtr<JSC::Structure> createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype) in createStructure()
66 …c PassRefPtr<JSC::Structure> createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype) in createStructure()
DJSTestObj.h43 …c PassRefPtr<JSC::Structure> createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype) in createStructure()
75 …c PassRefPtr<JSC::Structure> createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype) in createStructure()
DJSTestMediaQueryListListener.h42 …c PassRefPtr<JSC::Structure> createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype) in createStructure()
66 …c PassRefPtr<JSC::Structure> createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype) in createStructure()
DJSTestSerializedScriptValueInterface.h44 …c PassRefPtr<JSC::Structure> createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype) in createStructure()
66 …c PassRefPtr<JSC::Structure> createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype) in createStructure()
/external/webkit/Source/JavaScriptCore/runtime/
DJSObject.h252 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype) in createStructure()
327 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype) in createStructure()
360 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype) in createStructure()
389 inline Structure* createEmptyObjectStructure(JSGlobalData& globalData, JSValue prototype) in createEmptyObjectStructure()
423 inline JSValue JSObject::prototype() const in prototype() function
428 inline bool JSObject::setPrototypeWithCycleCheck(JSGlobalData& globalData, JSValue prototype) in setPrototypeWithCycleCheck()
441 inline void JSObject::setPrototype(JSGlobalData& globalData, JSValue prototype) in setPrototype()
523 JSValue prototype = object->prototype(); in getPropertySlot() local
536 JSValue prototype = object->prototype(); in getPropertySlot() local
755 JSObject* prototype = synthesizePrototype(exec); in get() local
[all …]
DMathObject.h37 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype) in createStructure()
DNumberObject.h34 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype) in createStructure()
DArrayPrototype.h38 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype) in createStructure()
DJSONObject.h39 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype) in createStructure()
DObjectConstructor.h39 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype) in createStructure()
DJSNotAnObject.h46 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype) in createStructure()
DDatePrototype.h39 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype) in createStructure()
/external/webkit/Source/WebCore/bindings/js/
DJSAudioConstructor.h41 … static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype) in createStructure()
DJSImageConstructor.h32 … static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype) in createStructure()
DJSOptionConstructor.h33 … static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype) in createStructure()
DJSStorageCustom.cpp59 JSValue prototype = this->prototype(); in deleteProperty() local
85 JSValue prototype = this->prototype(); in putDelegate() local
DJSDOMStringMapCustom.cpp67 JSValue prototype = this->prototype(); in deleteProperty() local
87 JSValue prototype = this->prototype(); in putDelegate() local
/external/webkit/Source/JavaScriptCore/debugger/
DDebuggerActivation.h52 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype) in createStructure()
/external/webkit/Source/WebCore/bridge/jni/jsc/
DJavaRuntimeObject.h45 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype) in createStructure()
/external/webkit/Source/JavaScriptGlue/
DUserObjectImp.h61 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype) in createStructure()
/external/webkit/Source/WebCore/bridge/c/
DCRuntimeObject.h47 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype) in createStructure()
/external/webkit/Source/WebCore/bridge/objc/
DObjCRuntimeObject.h45 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype) in createStructure()
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
DProxyRuntimeObject.h44 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype) in createStructure()

12345