Searched defs:propertyName (Results 1 - 25 of 140) sorted by relevance

123456

/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSHTMLTemplateElementCustom.cpp58 PrivateName propertyName; local
H A DJSDOMMimeTypeArrayCustom.cpp31 bool JSDOMMimeTypeArray::canGetItemsForName(ExecState*, DOMMimeTypeArray* mimeTypeArray, PropertyName propertyName) argument
36 JSValue JSDOMMimeTypeArray::nameGetter(ExecState* exec, JSValue slotBase, PropertyName propertyName) argument
H A DJSDOMPluginArrayCustom.cpp31 bool JSDOMPluginArray::canGetItemsForName(ExecState*, DOMPluginArray* pluginArray, PropertyName propertyName) argument
36 JSValue JSDOMPluginArray::nameGetter(ExecState* exec, JSValue slotBase, PropertyName propertyName) argument
H A DJSDOMPluginCustom.cpp30 bool JSDOMPlugin::canGetItemsForName(ExecState*, DOMPlugin* plugin, PropertyName propertyName) argument
35 JSValue JSDOMPlugin::nameGetter(ExecState* exec, JSValue slotBase, PropertyName propertyName) argument
H A DJSHTMLFormElementCustom.cpp40 bool JSHTMLFormElement::canGetItemsForName(ExecState*, HTMLFormElement* form, PropertyName propertyName) argument
47 JSValue JSHTMLFormElement::nameGetter(ExecState* exec, JSValue slotBase, PropertyName propertyName) argument
H A DJSHTMLFrameSetElementCustom.cpp44 bool JSHTMLFrameSetElement::canGetItemsForName(ExecState*, HTMLFrameSetElement* frameSet, PropertyName propertyName) argument
50 JSValue JSHTMLFrameSetElement::nameGetter(ExecState* exec, JSValue slotBase, PropertyName propertyName) argument
H A DJSNamedNodeMapCustom.cpp38 bool JSNamedNodeMap::canGetItemsForName(ExecState*, NamedNodeMap* impl, PropertyName propertyName) argument
43 JSValue JSNamedNodeMap::nameGetter(ExecState* exec, JSValue slotBase, PropertyName propertyName) argument
H A DJSRTCStatsResponseCustom.cpp37 bool JSRTCStatsResponse::canGetItemsForName(ExecState*, RTCStatsResponse* impl, PropertyName propertyName) argument
42 JSValue JSRTCStatsResponse::nameGetter(ExecState* exec, JSValue slotBase, PropertyName propertyName) argument
H A DJSStyleSheetListCustom.cpp38 bool JSStyleSheetList::canGetItemsForName(ExecState*, StyleSheetList* styleSheetList, PropertyName propertyName) argument
43 JSValue JSStyleSheetList::nameGetter(ExecState* exec, JSValue slotBase, PropertyName propertyName) argument
H A DDictionary.cpp101 bool Dictionary::getWithUndefinedOrNullCheck(const String& propertyName, String& value) const argument
H A DDictionary.h75 bool Dictionary::get(const char* propertyName, Result& result) const argument
84 bool Dictionary::get(const String& propertyName, Result& result) const argument
90 PassRefPtr<EventListener> Dictionary::getEventListener(const char* propertyName, argument
107 getEventListener(const String& propertyName, T* target) const argument
[all...]
H A DJSDictionary.cpp63 JSDictionary::GetPropertyResult JSDictionary::tryGetProperty(const char* propertyName, JSValue& finalResult) const argument
263 bool JSDictionary::getWithUndefinedOrNullCheck(const String& propertyName, String& result) const argument
H A DJSHTMLAppletElementCustom.cpp36 bool JSHTMLAppletElement::getOwnPropertySlotDelegate(ExecState* exec, PropertyName propertyName, PropertySlot& slot) argument
41 bool JSHTMLAppletElement::getOwnPropertyDescriptorDelegate(ExecState* exec, PropertyName propertyName, PropertyDescriptor& descriptor) argument
46 bool JSHTMLAppletElement::putDelegate(ExecState* exec, PropertyName propertyName, JSValue value, PutPropertySlot& slot) argument
H A DJSHTMLCollectionCustom.cpp46 bool JSHTMLCollection::canGetItemsForName(ExecState*, HTMLCollection* collection, PropertyName propertyName) argument
51 JSValue JSHTMLCollection::nameGetter(ExecState* exec, JSValue slotBase, PropertyName propertyName) argument
H A DJSHTMLEmbedElementCustom.cpp36 bool JSHTMLEmbedElement::getOwnPropertySlotDelegate(ExecState* exec, PropertyName propertyName, PropertySlot& slot) argument
41 bool JSHTMLEmbedElement::getOwnPropertyDescriptorDelegate(ExecState* exec, PropertyName propertyName, PropertyDescriptor& descriptor) argument
46 bool JSHTMLEmbedElement::putDelegate(ExecState* exec, PropertyName propertyName, JSValue value, PutPropertySlot& slot) argument
H A DJSHTMLFormControlsCollectionCustom.cpp40 static JSValue getNamedItems(ExecState* exec, JSHTMLFormControlsCollection* collection, PropertyName propertyName) argument
55 bool JSHTMLFormControlsCollection::canGetItemsForName(ExecState*, HTMLFormControlsCollection* collection, PropertyName propertyName) argument
60 JSValue JSHTMLFormControlsCollection::nameGetter(ExecState* exec, JSValue slotBase, PropertyName propertyName) argument
H A DJSHTMLObjectElementCustom.cpp36 bool JSHTMLObjectElement::getOwnPropertySlotDelegate(ExecState* exec, PropertyName propertyName, PropertySlot& slot) argument
41 bool JSHTMLObjectElement::getOwnPropertyDescriptorDelegate(ExecState* exec, PropertyName propertyName, PropertyDescriptor& descriptor) argument
46 bool JSHTMLObjectElement::putDelegate(ExecState* exec, PropertyName propertyName, JSValue value, PutPropertySlot& slot) argument
H A DJSMutationObserverCustom.cpp59 PrivateName propertyName; local
H A DJSNodeListCustom.cpp49 bool JSNodeList::canGetItemsForName(ExecState*, NodeList* impl, PropertyName propertyName) argument
54 JSValue JSNodeList::nameGetter(ExecState* exec, JSValue slotBase, PropertyName propertyName) argument
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DErrorPrototype.cpp64 bool ErrorPrototype::getOwnPropertySlot(JSCell* cell, ExecState* exec, PropertyName propertyName, PropertySlot &slot) argument
69 bool ErrorPrototype::getOwnPropertyDescriptor(JSObject* object, ExecState* exec, PropertyName propertyName, PropertyDescriptor& descriptor) argument
H A DJSNameScope.cpp52 void JSNameScope::put(JSCell* cell, ExecState* exec, PropertyName propertyName, JSValue value, PutPropertySlot& slot) argument
76 bool JSNameScope::getOwnPropertySlot(JSCell* cell, ExecState*, PropertyName propertyName, PropertySlot& slot) argument
H A DJSObject.h165 setIndexQuickly(exec->vm(), propertyName, value); member in namespace:JSC
[all...]
H A DJSSymbolTableObject.cpp51 bool JSSymbolTableObject::deleteProperty(JSCell* cell, ExecState* exec, PropertyName propertyName) argument
H A DLookup.cpp68 bool setUpStaticFunctionSlot(ExecState* exec, const HashEntry* entry, JSObject* thisObj, PropertyName propertyName, PropertySlot& slot) argument
H A DNamePrototype.cpp61 bool NamePrototype::getOwnPropertySlot(JSCell* cell, ExecState* exec, PropertyName propertyName, PropertySlot &slot) argument
66 bool NamePrototype::getOwnPropertyDescriptor(JSObject* object, ExecState* exec, PropertyName propertyName, PropertyDescriptor& descriptor) argument

Completed in 117 milliseconds

123456