Home
last modified time | relevance | path

Searched defs:deleteProperty (Results 1 – 25 of 27) sorted by relevance

12

/external/webkit/Source/JavaScriptCore/runtime/
DRegExpMatchesArray.h68 virtual bool deleteProperty(ExecState* exec, const Identifier& propertyName) in deleteProperty() function
75 virtual bool deleteProperty(ExecState* exec, unsigned propertyName) in deleteProperty() function
DStrictEvalActivation.cpp36 bool StrictEvalActivation::deleteProperty(ExecState*, const Identifier&) in deleteProperty() function in JSC::StrictEvalActivation
DJSNotAnObject.cpp105 bool JSNotAnObject::deleteProperty(ExecState* exec, const Identifier&) in deleteProperty() function in JSC::JSNotAnObject
111 bool JSNotAnObject::deleteProperty(ExecState* exec, unsigned) in deleteProperty() function in JSC::JSNotAnObject
DJSVariableObject.cpp37 bool JSVariableObject::deleteProperty(ExecState* exec, const Identifier& propertyName) in deleteProperty() function in JSC::JSVariableObject
DJSCell.cpp151 bool JSCell::deleteProperty(ExecState* exec, const Identifier& identifier) in deleteProperty() function in JSC::JSCell
156 bool JSCell::deleteProperty(ExecState* exec, unsigned identifier) in deleteProperty() function in JSC::JSCell
DJSZombie.h61 … virtual bool deleteProperty(ExecState*, const Identifier&) { ASSERT_NOT_REACHED(); return false; } in deleteProperty() function
62 virtual bool deleteProperty(ExecState*, unsigned) { ASSERT_NOT_REACHED(); return false; } in deleteProperty() function
DArguments.cpp303 bool Arguments::deleteProperty(ExecState* exec, unsigned i) in deleteProperty() function in JSC::Arguments
319 bool Arguments::deleteProperty(ExecState* exec, const Identifier& propertyName) in deleteProperty() function in JSC::Arguments
DStringObject.cpp81 bool StringObject::deleteProperty(ExecState* exec, const Identifier& propertyName) in deleteProperty() function in JSC::StringObject
DJSActivation.cpp187 bool JSActivation::deleteProperty(ExecState* exec, const Identifier& propertyName) in deleteProperty() function in JSC::JSActivation
DJSFunction.cpp305 bool JSFunction::deleteProperty(ExecState* exec, const Identifier& propertyName) in deleteProperty() function in JSC::JSFunction
DJSObject.cpp217 bool JSObject::deleteProperty(ExecState* exec, const Identifier& propertyName) in deleteProperty() function in JSC::JSObject
243 bool JSObject::deleteProperty(ExecState* exec, unsigned propertyName) in deleteProperty() function in JSC::JSObject
DJSArray.cpp481 bool JSArray::deleteProperty(ExecState* exec, const Identifier& propertyName) in deleteProperty() function in JSC::JSArray
494 bool JSArray::deleteProperty(ExecState* exec, unsigned i) in deleteProperty() function in JSC::JSArray
/external/webkit/Source/WebCore/bridge/
Druntime_array.cpp157 bool RuntimeArray::deleteProperty(ExecState*, const Identifier&) in deleteProperty() function in JSC::RuntimeArray
162 bool RuntimeArray::deleteProperty(ExecState*, unsigned) in deleteProperty() function in JSC::RuntimeArray
Druntime_object.cpp228 bool RuntimeObject::deleteProperty(ExecState*, const Identifier&) in deleteProperty() function in JSC::Bindings::RuntimeObject
/external/webkit/Source/WebCore/bindings/js/
DJSStorageCustom.cpp50 bool JSStorage::deleteProperty(ExecState* exec, const Identifier& propertyName) in deleteProperty() function in WebCore::JSStorage
DJSDOMStringMapCustom.cpp58 bool JSDOMStringMap::deleteProperty(ExecState* exec, const Identifier& propertyName) in deleteProperty() function in WebCore::JSDOMStringMap
DJSHistoryCustom.cpp148 bool JSHistory::deleteProperty(ExecState* exec, const Identifier& propertyName) in deleteProperty() function in WebCore::JSHistory
DJSDOMWindowShell.cpp113 bool JSDOMWindowShell::deleteProperty(ExecState* exec, const Identifier& propertyName) in deleteProperty() function in WebCore::JSDOMWindowShell
DJSLocationCustom.cpp155 bool JSLocation::deleteProperty(ExecState* exec, const Identifier& propertyName) in deleteProperty() function in WebCore::JSLocation
/external/webkit/Source/JavaScriptCore/debugger/
DDebuggerActivation.cpp69 bool DebuggerActivation::deleteProperty(ExecState* exec, const Identifier& propertyName) in deleteProperty() function in JSC::DebuggerActivation
/external/webkit/Source/JavaScriptCore/API/
DJSCallbackObjectFunctions.h247 bool JSCallbackObject<Base>::deleteProperty(ExecState* exec, const Identifier& propertyName) in deleteProperty() function
254 if (JSObjectDeletePropertyCallback deleteProperty = jsClass->deleteProperty) { in deleteProperty() local
290 bool JSCallbackObject<Base>::deleteProperty(ExecState* exec, unsigned propertyName) in deleteProperty() function
DJSClassRef.h106 JSObjectDeletePropertyCallback deleteProperty; member
DJSObjectRef.h358 JSObjectDeletePropertyCallback deleteProperty; member
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPMetaImpl.java214 public void deleteProperty(String schemaNS, String propName) in deleteProperty() method in XMPMetaImpl
/external/webkit/Source/JavaScriptCore/qt/api/
Dqscriptvalue_p.h1014 inline void QScriptValuePrivate::deleteProperty(quint32 property, JSValueRef* exception) in deleteProperty() function
1025 inline void QScriptValuePrivate::deleteProperty(JSStringRef property, JSValueRef* exception) in deleteProperty() function

12