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

123

/macosx-10.10/JavaScriptCore-7600.1.17/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 DJSArrayBuffer.h55 static bool deleteProperty(JSCell*, ExecState*, PropertyName);
H A DJSNotAnObject.cpp71 bool JSNotAnObject::deleteProperty(JSCell*, ExecState* exec, PropertyName) function in class:JSC::JSNotAnObject
H A DJSNotAnObject.h77 static bool deleteProperty(JSCell*, ExecState*, PropertyName);
H A DClassInfo.h59 DeletePropertyFunctionPtr deleteProperty; member in struct:JSC::MethodTable
131 &ClassName::deleteProperty, \
H A DJSArrayBuffer.cpp107 bool JSArrayBuffer::deleteProperty(JSCell* cell, ExecState* exec, PropertyName propertyName) function in class:JSC::JSArrayBuffer
114 return Base::deleteProperty(thisObject, exec, propertyName);
H A DJSProxy.cpp103 bool JSProxy::deleteProperty(JSCell* cell, ExecState* exec, PropertyName propertyName) function in class:JSC::JSProxy
106 return thisObject->target()->methodTable(exec->vm())->deleteProperty(thisObject->target(), exec, propertyName);
H A DRegExpMatchesArray.h101 static bool deleteProperty(JSCell* cell, ExecState* exec, PropertyName propertyName) function in class:JSC::RegExpMatchesArray
105 return JSArray::deleteProperty(thisObject, exec, propertyName);
H A DJSArrayBufferView.h151 static bool deleteProperty(JSCell*, ExecState*, PropertyName);
H A DJSProxy.h82 JS_EXPORT_PRIVATE static bool deleteProperty(JSCell*, ExecState*, PropertyName);
H A DRegExpObject.h84 JS_EXPORT_PRIVATE static bool deleteProperty(JSCell*, ExecState*, PropertyName);
H A DStringObject.h54 static bool deleteProperty(JSCell*, ExecState*, PropertyName);
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSDOMStringMapCustom.cpp61 bool JSDOMStringMap::deleteProperty(JSCell* cell, ExecState*, PropertyName propertyName) function in class:WebCore::JSDOMStringMap
69 return deleteProperty(cell, exec, Identifier::from(exec, index));
H A DJSHistoryCustom.cpp85 bool JSHistory::deleteProperty(JSCell* cell, ExecState* exec, PropertyName propertyName) function in class:WebCore::JSHistory
91 return Base::deleteProperty(thisObject, exec, propertyName);
H A DJSStorageCustom.cpp60 bool JSStorage::deleteProperty(JSCell* cell, ExecState* exec, PropertyName propertyName) function in class:WebCore::JSStorage
82 return deleteProperty(cell, exec, Identifier::from(exec, propertyName));
H A DScriptGlobalObject.cpp90 scriptState->lexicalGlobalObject()->methodTable()->deleteProperty(scriptState->lexicalGlobalObject(), scriptState, Identifier(scriptState, name));
/macosx-10.10/JavaScriptCore-7600.1.17/debugger/
H A DDebuggerActivation.cpp80 bool DebuggerActivation::deleteProperty(JSCell* cell, ExecState* exec, PropertyName propertyName) function in class:JSC::DebuggerActivation
83 return thisObject->m_activation->methodTable()->deleteProperty(thisObject->m_activation.get(), exec, propertyName);
H A DDebuggerActivation.h48 static bool deleteProperty(JSCell*, ExecState*, PropertyName);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/
H A DJSNPObject.h91 static bool deleteProperty(JSC::JSCell*, JSC::ExecState*, JSC::PropertyName);
94 bool deleteProperty(JSC::ExecState*, NPIdentifier propertyName);
H A DJSNPObject.cpp332 bool JSNPObject::deleteProperty(JSCell* cell, ExecState* exec, PropertyName propertyName) function in class:WebKit::JSNPObject
334 return jsCast<JSNPObject*>(cell)->deleteProperty(exec, npIdentifierFromIdentifier(propertyName));
339 return jsCast<JSNPObject*>(cell)->deleteProperty(exec, static_cast<NPIdentifier>(IdentifierRep::get(propertyName)));
342 bool JSNPObject::deleteProperty(ExecState* exec, NPIdentifier propertyName) function in class:WebKit::JSNPObject
/macosx-10.10/WebCore-7600.1.25/bridge/
H A Druntime_array.h61 static bool deleteProperty(JSCell*, ExecState*, PropertyName);
H A Druntime_object.h50 static bool deleteProperty(JSCell*, ExecState*, PropertyName);
/macosx-10.10/JavaScriptCore-7600.1.17/API/
H A DJSClassRef.h105 JSObjectDeletePropertyCallback deleteProperty; member in struct:OpaqueJSClass

Completed in 155 milliseconds

123