Searched refs:ownProperties (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/inspector/agents/
H A DInspectorRuntimeAgent.cpp160 void InspectorRuntimeAgent::getProperties(ErrorString* errorString, const String& objectId, const bool* const ownProperties, RefPtr<Inspector::TypeBuilder::Array<Inspector::TypeBuilder::Runtime::PropertyDescriptor>>& result, RefPtr<Inspector::TypeBuilder::Array<Inspector::TypeBuilder::Runtime::InternalPropertyDescriptor>>& internalProperties) argument
171 injectedScript.getProperties(errorString, objectId, ownProperties ? *ownProperties : false, &result);
H A DInspectorRuntimeAgent.h66 virtual void getProperties(ErrorString*, const String& objectId, const bool* ownProperties, RefPtr<Inspector::TypeBuilder::Array<Inspector::TypeBuilder::Runtime::PropertyDescriptor>>& result, RefPtr<Inspector::TypeBuilder::Array<Inspector::TypeBuilder::Runtime::InternalPropertyDescriptor>>& internalProperties) override final;
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/
H A DInjectedScript.h63 void getProperties(ErrorString*, const String& objectId, bool ownProperties, RefPtr<TypeBuilder::Array<TypeBuilder::Runtime::PropertyDescriptor>>* result);
H A DInjectedScriptSource.js221 * @param {boolean} ownProperties
224 getProperties: function(objectId, ownProperties)
232 var descriptors = this._propertyDescriptors(object, ownProperties);
255 getInternalProperties: function(objectId, ownProperties)
322 * @param {boolean} ownProperties
325 _propertyDescriptors: function(object, ownProperties)
375 if (ownProperties) {
H A DInjectedScript.cpp112 void InjectedScript::getProperties(ErrorString* errorString, const String& objectId, bool ownProperties, RefPtr<Array<Inspector::TypeBuilder::Runtime::PropertyDescriptor>>* properties) argument
116 function.appendArgument(ownProperties);
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Protocol/
H A DRemoteObject.js129 _getProperties: function(ownProperties, callback)
155 RuntimeAgent.getProperties(this._objectId, ownProperties, remoteObjectBinder);

Completed in 75 milliseconds