Home
last modified time | relevance | path

Searched defs:deleteProperty (Results 1 – 25 of 221) sorted by path

123456789

/dports/astro/stellarium/stellarium-0.21.3/src/external/libindi/libs/indibase/
H A Ddefaultdevice.cpp960 bool DefaultDevice::deleteProperty(const char *propertyName) in deleteProperty() function in INDI::DefaultDevice
/dports/biology/jalview/jalview/src/jalview/datamodel/
H A DPDBEntry.java318 Object deleteProperty(String key) in deleteProperty() method in PDBEntry
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/API/
H A DJSCallbackObjectFunctions.h249 bool JSCallbackObject<Base>::deleteProperty(ExecState* exec, const Identifier& propertyName) in deleteProperty() function
256 if (JSObjectDeletePropertyCallback deleteProperty = jsClass->deleteProperty) { in deleteProperty() local
292 bool JSCallbackObject<Base>::deleteProperty(ExecState* exec, unsigned propertyName) in deleteProperty() function
H A DJSClassRef.h101 JSObjectDeletePropertyCallback deleteProperty; member
H A DJSObjectRef.h358 JSObjectDeletePropertyCallback deleteProperty; member
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/debugger/
H A DDebuggerActivation.cpp69 bool DebuggerActivation::deleteProperty(ExecState* exec, const Identifier& propertyName) in deleteProperty() function in JSC::DebuggerActivation
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DArguments.cpp260 bool Arguments::deleteProperty(ExecState* exec, unsigned i) in deleteProperty() function in JSC::Arguments
276 bool Arguments::deleteProperty(ExecState* exec, const Identifier& propertyName) in deleteProperty() function in JSC::Arguments
H A DJSActivation.cpp124 bool JSActivation::deleteProperty(ExecState* exec, const Identifier& propertyName) in deleteProperty() function in JSC::JSActivation
H A DJSArray.cpp422 bool JSArray::deleteProperty(ExecState* exec, const Identifier& propertyName) in deleteProperty() function in JSC::JSArray
435 bool JSArray::deleteProperty(ExecState* exec, unsigned i) in deleteProperty() function in JSC::JSArray
H A 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
H A DJSFunction.cpp233 bool JSFunction::deleteProperty(ExecState* exec, const Identifier& propertyName) in deleteProperty() function in JSC::JSFunction
H A DJSNotAnObject.cpp112 bool JSNotAnObject::deleteProperty(ExecState* exec, const Identifier&) in deleteProperty() function in JSC::JSNotAnObject
118 bool JSNotAnObject::deleteProperty(ExecState* exec, unsigned) in deleteProperty() function in JSC::JSNotAnObject
H A DJSObject.cpp209 bool JSObject::deleteProperty(ExecState* exec, const Identifier& propertyName) function in JSC::JSObject
235 bool JSObject::deleteProperty(ExecState* exec, unsigned propertyName) function in JSC::JSObject
H A DJSVariableObject.cpp37 bool JSVariableObject::deleteProperty(ExecState* exec, const Identifier& propertyName) in deleteProperty() function in JSC::JSVariableObject
H A DJSZombie.h60 … virtual bool deleteProperty(ExecState*, const Identifier&) { ASSERT_NOT_REACHED(); return false; } in deleteProperty() function
61 virtual bool deleteProperty(ExecState*, unsigned) { ASSERT_NOT_REACHED(); return false; } in deleteProperty() function
H A DRegExpMatchesArray.h68 virtual bool deleteProperty(ExecState* exec, const Identifier& propertyName) in deleteProperty() function
75 virtual bool deleteProperty(ExecState* exec, unsigned propertyName) in deleteProperty() function
H A DStringObject.cpp78 bool StringObject::deleteProperty(ExecState* exec, const Identifier& propertyName) in deleteProperty() function in JSC::StringObject
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/API/
H A 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
H A DJSClassRef.h106 JSObjectDeletePropertyCallback deleteProperty; member
H A DJSObjectRef.h358 JSObjectDeletePropertyCallback deleteProperty; member
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/debugger/
H A DDebuggerActivation.cpp69 bool DebuggerActivation::deleteProperty(ExecState* exec, const Identifier& propertyName) in deleteProperty() function in JSC::DebuggerActivation
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/runtime/
H A 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
H A DJSActivation.cpp187 bool JSActivation::deleteProperty(ExecState* exec, const Identifier& propertyName) in deleteProperty() function in JSC::JSActivation
H A 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
H A DJSCell.cpp153 bool JSCell::deleteProperty(ExecState* exec, const Identifier& identifier) in deleteProperty() function in JSC::JSCell
158 bool JSCell::deleteProperty(ExecState* exec, unsigned identifier) in deleteProperty() function in JSC::JSCell

123456789