Home
last modified time | relevance | path

Searched refs:RemoteObject (Results 1 – 18 of 18) sorted by relevance

/external/v8/src/inspector/
Dv8-console-message.cc244 std::unique_ptr<protocol::Array<protocol::Runtime::RemoteObject>>
259 std::unique_ptr<protocol::Array<protocol::Runtime::RemoteObject>> args = in wrapArguments()
260 protocol::Array<protocol::Runtime::RemoteObject>::create(); in wrapArguments()
266 std::unique_ptr<protocol::Runtime::RemoteObject> wrapped = in wrapArguments()
276 std::unique_ptr<protocol::Runtime::RemoteObject> wrapped = in wrapArguments()
298 std::unique_ptr<protocol::Runtime::RemoteObject> exception = in reportToFrontend()
325 std::unique_ptr<protocol::Array<protocol::Runtime::RemoteObject>> in reportToFrontend()
329 arguments = protocol::Array<protocol::Runtime::RemoteObject>::create(); in reportToFrontend()
331 std::unique_ptr<protocol::Runtime::RemoteObject> messageArg = in reportToFrontend()
332 protocol::Runtime::RemoteObject::create() in reportToFrontend()
[all …]
Dinjected-script.h59 std::unique_ptr<protocol::Runtime::RemoteObject> result,
87 std::unique_ptr<protocol::Runtime::RemoteObject>* result) const;
88 std::unique_ptr<protocol::Runtime::RemoteObject> wrapTable(
110 std::unique_ptr<protocol::Runtime::RemoteObject>* result,
Dv8-inspector-session-impl.h54 std::unique_ptr<protocol::Runtime::RemoteObject> wrapObject(
57 std::unique_ptr<protocol::Runtime::RemoteObject> wrapTable(
87 std::unique_ptr<protocol::Runtime::API::RemoteObject> wrapObject(
Dinjected-script.cc61 using protocol::Runtime::RemoteObject;
172 std::unique_ptr<protocol::Runtime::RemoteObject> wrappedValue; in thenCallback()
194 std::unique_ptr<protocol::Runtime::RemoteObject> wrappedValue; in catchCallback()
383 std::unique_ptr<protocol::Runtime::RemoteObject>* result) const { in wrapObject()
396 protocol::Runtime::RemoteObject::fromValue(protocolValue.get(), &errors); in wrapObject()
417 std::unique_ptr<protocol::Runtime::RemoteObject> InjectedScript::wrapTable( in wrapTable()
435 return protocol::Runtime::RemoteObject::fromValue(protocolValue.get(), in wrapTable()
597 std::unique_ptr<protocol::Runtime::RemoteObject> wrapped; in createExceptionDetails()
611 std::unique_ptr<protocol::Runtime::RemoteObject>* result, in wrapEvaluateResult()
Dv8-console-message.h79 std::unique_ptr<protocol::Array<protocol::Runtime::RemoteObject>>
81 std::unique_ptr<protocol::Runtime::RemoteObject> wrapException(
Dv8-runtime-agent-impl.h107 std::unique_ptr<protocol::Runtime::RemoteObject>* objects) override;
124 void inspect(std::unique_ptr<protocol::Runtime::RemoteObject> objectToInspect,
Djs_protocol.pdl104 Runtime.RemoteObject this
106 optional Runtime.RemoteObject returnValue
125 Runtime.RemoteObject object
198 Runtime.RemoteObject result
595 Runtime.RemoteObject result
847 type RemoteObject extends object
982 optional RemoteObject value
987 optional RemoteObject get
990 optional RemoteObject set
1002 optional RemoteObject symbol
[all …]
Dinjected-script-source.js262 …return new InjectedScript.RemoteObject(object, objectGroupName, doNotBind, forceValueType, generat…
269 return new InjectedScript.RemoteObject(description);
732 InjectedScript.RemoteObject = function(object, objectGroupName, doNotBind, forceValueType, generate… class in InjectedScript
804 InjectedScript.RemoteObject.prototype = {
1089 …var remoteObject = new InjectedScript.RemoteObject(value, undefined, true, undefined, true, undefi…
Dv8-inspector-session-impl.cc271 std::unique_ptr<protocol::Runtime::API::RemoteObject>
279 std::unique_ptr<protocol::Runtime::RemoteObject>
287 std::unique_ptr<protocol::Runtime::RemoteObject> result; in wrapObject()
292 std::unique_ptr<protocol::Runtime::RemoteObject>
Dv8-runtime-agent-impl.cc60 using protocol::Runtime::RemoteObject;
72 void sendSuccess(std::unique_ptr<protocol::Runtime::RemoteObject> result, in sendSuccess()
95 std::unique_ptr<RemoteObject> result; in wrapEvaluateResultAsync()
423 std::unique_ptr<RemoteObject> wrappedValue; in getProperties()
596 std::unique_ptr<protocol::Runtime::RemoteObject>* objects) { in queryObjects()
834 std::unique_ptr<protocol::Runtime::RemoteObject> objectToInspect, in inspect()
Dv8-heap-profiler-agent-impl.h40 std::unique_ptr<protocol::Runtime::RemoteObject>* result) override;
Dv8-debugger-agent-impl.cc35 using protocol::Runtime::RemoteObject;
263 std::unique_ptr<RemoteObject> object; in buildScopes()
1064 std::unique_ptr<RemoteObject>* result, in evaluateOnCallFrame()
1272 std::unique_ptr<RemoteObject> protocolReceiver; in currentCallFrames()
1282 protocolReceiver = RemoteObject::create() in currentCallFrames()
1283 .setType(RemoteObject::TypeEnum::Undefined) in currentCallFrames()
1326 std::unique_ptr<RemoteObject> value; in currentCallFrames()
1534 std::unique_ptr<protocol::Runtime::RemoteObject> obj; in didPause()
Dv8-debugger-agent-impl.h110 std::unique_ptr<protocol::Runtime::RemoteObject>* result,
Dv8-heap-profiler-agent-impl.cc234 std::unique_ptr<protocol::Runtime::RemoteObject>* result) { in getObjectByHeapObjectId()
Dv8-console.cc580 std::unique_ptr<protocol::Runtime::RemoteObject> wrappedObject; in inspectImpl()
/external/v8/include/
Dv8-inspector.h25 class RemoteObject; variable
152 virtual std::unique_ptr<protocol::Runtime::API::RemoteObject> wrapObject(
/external/python/cpython2/Lib/idlelib/
Drpc.py189 if isinstance(ret, RemoteObject):
478 class RemoteObject(object): class
/external/python/cpython3/Lib/idlelib/
Drpc.py194 if isinstance(ret, RemoteObject):
490 class RemoteObject(object): class