Searched refs:deleteProperty (Results 1 - 25 of 57) sorted by relevance

123

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DStrictEvalActivation.cpp47 bool StrictEvalActivation::deleteProperty(JSCell*, ExecState*, PropertyName) function in class:JSC::StrictEvalActivation
H A DJSSymbolTableObject.cpp51 bool JSSymbolTableObject::deleteProperty(JSCell* cell, ExecState* exec, PropertyName propertyName) function in class:JSC::JSSymbolTableObject
57 return JSObject::deleteProperty(thisObject, exec, propertyName);
H A DStrictEvalActivation.h44 static bool deleteProperty(JSCell*, ExecState*, PropertyName);
H A DJSNotAnObject.cpp77 bool JSNotAnObject::deleteProperty(JSCell*, ExecState* exec, PropertyName) function in class:JSC::JSNotAnObject
H A DJSNotAnObject.h78 static bool deleteProperty(JSCell*, ExecState*, PropertyName);
H A DClassInfo.h58 DeletePropertyFunctionPtr deleteProperty; member in struct:JSC::MethodTable
127 &ClassName::deleteProperty, \
H A DRegExpMatchesArray.h108 static bool deleteProperty(JSCell* cell, ExecState* exec, PropertyName propertyName) function in class:JSC::RegExpMatchesArray
112 return JSArray::deleteProperty(thisObject, exec, propertyName);
H A DJSProxy.h83 JS_EXPORT_PRIVATE static bool deleteProperty(JSCell*, ExecState*, PropertyName);
H A DStringObject.h55 static bool deleteProperty(JSCell*, ExecState*, PropertyName);
H A DJSCell.cpp130 bool JSCell::deleteProperty(JSCell* cell, ExecState* exec, PropertyName identifier) function in class:JSC::JSCell
133 return thisObject->methodTable()->deleteProperty(thisObject, exec, identifier);
H A DJSProxy.cpp115 bool JSProxy::deleteProperty(JSCell* cell, ExecState* exec, PropertyName propertyName) function in class:JSC::JSProxy
118 return thisObject->target()->methodTable()->deleteProperty(thisObject->target(), exec, propertyName);
H A DStringObject.cpp134 bool StringObject::deleteProperty(JSCell* cell, ExecState* exec, PropertyName propertyName) function in class:JSC::StringObject
144 return JSObject::deleteProperty(thisObject, exec, propertyName);
H A DArguments.cpp248 bool Arguments::deleteProperty(JSCell* cell, ExecState* exec, PropertyName propertyName) function in class:JSC::Arguments
251 return Base::deleteProperty(cell, exec, propertyName);
257 if (!Base::deleteProperty(cell, exec, propertyName))
279 return JSObject::deleteProperty(thisObject, exec, propertyName);
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSDOMStringMapCustom.cpp61 bool JSDOMStringMap::deleteProperty(JSCell* cell, ExecState* exec, PropertyName propertyName) function in class:WebCore::JSDOMStringMap
75 return deleteProperty(cell, exec, Identifier::from(exec, index));
H A DJSStorageCustom.cpp59 bool JSStorage::deleteProperty(JSCell* cell, ExecState* exec, PropertyName propertyName) function in class:WebCore::JSStorage
81 return deleteProperty(cell, exec, Identifier::from(exec, propertyName));
H A DScriptObject.cpp110 scriptState->lexicalGlobalObject()->methodTable()->deleteProperty(scriptState->lexicalGlobalObject(), scriptState, Identifier(scriptState, name));
H A DJSHistoryCustom.cpp149 bool JSHistory::deleteProperty(JSCell* cell, ExecState* exec, PropertyName propertyName) function in class:WebCore::JSHistory
155 return Base::deleteProperty(thisObject, exec, propertyName);
/macosx-10.9.5/JavaScriptCore-7537.78.1/debugger/
H A DDebuggerActivation.h49 static bool deleteProperty(JSCell*, ExecState*, PropertyName);
H A DDebuggerActivation.cpp86 bool DebuggerActivation::deleteProperty(JSCell* cell, ExecState* exec, PropertyName propertyName) function in class:JSC::DebuggerActivation
89 return thisObject->m_activation->methodTable()->deleteProperty(thisObject->m_activation.get(), exec, propertyName);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/Netscape/
H A DJSNPObject.h92 static bool deleteProperty(JSC::JSCell*, JSC::ExecState*, JSC::PropertyName);
95 bool deleteProperty(JSC::ExecState*, NPIdentifier propertyName);
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/
H A DJSClassRef.h104 JSObjectDeletePropertyCallback deleteProperty; member in struct:OpaqueJSClass
H A DJSClassRef.cpp54 , deleteProperty(definition->deleteProperty)
H A DJSValue.h155 - (BOOL)deleteProperty:(NSString *)property;
/macosx-10.9.5/WebCore-7537.78.1/bridge/
H A Druntime_array.h62 static bool deleteProperty(JSCell*, ExecState*, PropertyName);
H A Druntime_object.h51 static bool deleteProperty(JSCell*, ExecState*, PropertyName);

Completed in 285 milliseconds

123