Searched refs:deletePropertyByIndex (Results 1 - 25 of 33) sorted by relevance

12

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSNotAnObject.cpp83 bool JSNotAnObject::deletePropertyByIndex(JSCell*, ExecState* exec, unsigned) function in class:JSC::JSNotAnObject
H A DJSNotAnObject.h79 static bool deletePropertyByIndex(JSCell*, ExecState*, unsigned propertyName);
H A DClassInfo.h61 DeletePropertyByIndexFunctionPtr deletePropertyByIndex; member in struct:JSC::MethodTable
128 &ClassName::deletePropertyByIndex, \
H A DRegExpMatchesArray.h115 static bool deletePropertyByIndex(JSCell* cell, ExecState* exec, unsigned propertyName) function in class:JSC::RegExpMatchesArray
119 return JSArray::deletePropertyByIndex(thisObject, exec, propertyName);
H A DJSProxy.h84 JS_EXPORT_PRIVATE static bool deletePropertyByIndex(JSCell*, ExecState*, unsigned);
H A DStringObject.h56 static bool deletePropertyByIndex(JSCell*, ExecState*, unsigned propertyName);
H A DJSCell.cpp136 bool JSCell::deletePropertyByIndex(JSCell* cell, ExecState* exec, unsigned identifier) function in class:JSC::JSCell
139 return thisObject->methodTable()->deletePropertyByIndex(thisObject, exec, identifier);
H A DJSProxy.cpp121 bool JSProxy::deletePropertyByIndex(JSCell* cell, ExecState* exec, unsigned propertyName) function in class:JSC::JSProxy
124 return thisObject->target()->methodTable()->deletePropertyByIndex(thisObject->target(), exec, propertyName);
H A DStringObject.cpp147 bool StringObject::deletePropertyByIndex(JSCell* cell, ExecState* exec, unsigned i) function in class:JSC::StringObject
152 return JSObject::deletePropertyByIndex(thisObject, exec, i);
H A DArrayPrototype.cpp221 } else if (!thisObj->methodTable()->deletePropertyByIndex(thisObj, exec, to)) {
227 if (!thisObj->methodTable()->deletePropertyByIndex(thisObj, exec, k - 1)) {
263 } else if (!thisObj->methodTable()->deletePropertyByIndex(thisObj, exec, to)) {
474 if (!thisObj->methodTable()->deletePropertyByIndex(thisObj, exec, length - 1)) {
537 } else if (!thisObj->methodTable()->deletePropertyByIndex(thisObj, exec, k)) {
546 } else if (!thisObj->methodTable()->deletePropertyByIndex(thisObj, exec, lk1)) {
669 } else if (!thisObj->methodTable()->deletePropertyByIndex(thisObj, exec, i)) {
677 } else if (!thisObj->methodTable()->deletePropertyByIndex(thisObj, exec, themin)) {
742 if (!thisObj->methodTable()->deletePropertyByIndex(thisObj, exec, index)) {
H A DArguments.cpp236 bool Arguments::deletePropertyByIndex(JSCell* cell, ExecState* exec, unsigned i) function in class:JSC::Arguments
240 if (!Base::deletePropertyByIndex(cell, exec, i))
245 return JSObject::deletePropertyByIndex(thisObject, exec, i);
H A DJSCell.h114 static bool deletePropertyByIndex(JSCell*, ExecState*, unsigned propertyName);
H A DArguments.h107 static bool deletePropertyByIndex(JSCell*, ExecState*, unsigned propertyName);
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSDOMStringMapCustom.cpp73 bool JSDOMStringMap::deletePropertyByIndex(JSCell* cell, ExecState* exec, unsigned index) function in class:WebCore::JSDOMStringMap
H A DJSHistoryCustom.cpp158 bool JSHistory::deletePropertyByIndex(JSCell* cell, ExecState* exec, unsigned propertyName) function in class:WebCore::JSHistory
164 return Base::deletePropertyByIndex(thisObject, exec, propertyName);
H A DJSStorageCustom.cpp79 bool JSStorage::deletePropertyByIndex(JSCell* cell, ExecState* exec, unsigned propertyName) function in class:WebCore::JSStorage
H A DJSLocationCustom.cpp164 bool JSLocation::deletePropertyByIndex(JSCell* cell, ExecState* exec, unsigned propertyName) function in class:WebCore::JSLocation
170 return Base::deletePropertyByIndex(thisObject, exec, propertyName);
H A DJSDOMWindowCustom.cpp456 bool JSDOMWindow::deletePropertyByIndex(JSCell* cell, ExecState* exec, unsigned propertyName) function in class:WebCore::JSDOMWindow
462 return Base::deletePropertyByIndex(thisObject, exec, propertyName);
/macosx-10.9.5/WebCore-7537.78.1/bridge/
H A Druntime_array.h63 static bool deletePropertyByIndex(JSCell*, ExecState*, unsigned propertyName);
H A Druntime_array.cpp172 bool RuntimeArray::deletePropertyByIndex(JSCell*, ExecState*, unsigned) function in class:JSC::RuntimeArray
H A DNP_jsobject.cpp369 obj->imp->methodTable()->deletePropertyByIndex(obj->imp, exec, i->number());
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/Netscape/
H A DJSNPObject.h93 static bool deletePropertyByIndex(JSC::JSCell*, JSC::ExecState*, unsigned propertyName);
H A DNPJSObject.cpp228 m_jsObject->methodTable()->deletePropertyByIndex(m_jsObject.get(), exec, identifierRep->number());
H A DJSNPObject.cpp371 bool JSNPObject::deletePropertyByIndex(JSCell* cell, ExecState* exec, unsigned propertyName) function in class:WebKit::JSNPObject
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/
H A DJSCallbackObject.h187 static bool deletePropertyByIndex(JSCell*, ExecState*, unsigned);

Completed in 170 milliseconds

12