Lines Matching refs:RemoteObject
69 using protocol::Runtime::RemoteObject;
212 std::unique_ptr<protocol::Runtime::RemoteObject> wrappedValue; in thenCallback()
233 std::unique_ptr<protocol::Runtime::RemoteObject> wrappedValue; in catchCallback()
388 std::unique_ptr<RemoteObject> remoteObject; in getProperties()
465 std::unique_ptr<RemoteObject> remoteObject; in getInternalAndPrivateProperties()
490 std::unique_ptr<RemoteObject> remoteObject; in getInternalAndPrivateProperties()
539 std::unique_ptr<protocol::Runtime::RemoteObject>* result) { in wrapObject()
547 std::unique_ptr<protocol::Runtime::RemoteObject>* result) { in wrapObject()
559 std::unique_ptr<protocol::Runtime::RemoteObject>* result) { in wrapObjectMirror()
588 std::unique_ptr<protocol::Runtime::RemoteObject> InjectedScript::wrapTable( in wrapTable()
590 using protocol::Runtime::RemoteObject; in wrapTable()
599 std::unique_ptr<RemoteObject> remoteObject; in wrapTable()
779 std::unique_ptr<protocol::Runtime::RemoteObject> wrapped; in addExceptionToDetails()
844 std::unique_ptr<protocol::Runtime::RemoteObject>* result, in wrapEvaluateResult()
1037 const String16& groupName, protocol::Runtime::RemoteObject* remoteObject) { in bindRemoteObjectIfNeeded()
1041 if (remoteObject->getType() != RemoteObject::TypeEnum::Undefined) { in bindRemoteObjectIfNeeded()