Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/inspector/
Dvalue-mirror.cc32 using protocol::Runtime::RemoteObject;
220 if (value->IsUndefined()) return RemoteObject::TypeEnum::Undefined; in descriptionForPrimitiveType()
221 if (value->IsNull()) return RemoteObject::SubtypeEnum::Null; in descriptionForPrimitiveType()
362 if (preview->getType() == RemoteObject::TypeEnum::String) { in descriptionForEntry()
379 if (preview->getType() == RemoteObject::TypeEnum::String) { in descriptionForEntry()
403 std::unique_ptr<RemoteObject>* result) const override { in buildRemoteObject()
406 *result = RemoteObject::create() in buildRemoteObject()
411 (*result)->setSubtype(RemoteObject::SubtypeEnum::Null); in buildRemoteObject()
426 (*preview)->setSubtype(RemoteObject::SubtypeEnum::Null); in buildEntryPreview()
439 (*preview)->setSubtype(RemoteObject::SubtypeEnum::Null); in buildPropertyPreview()
[all …]
Dinjected-script.h62 std::unique_ptr<protocol::Runtime::RemoteObject> result,
100 std::unique_ptr<protocol::Runtime::RemoteObject>* result);
105 std::unique_ptr<protocol::Runtime::RemoteObject>* result);
109 std::unique_ptr<protocol::Runtime::RemoteObject>* result);
110 std::unique_ptr<protocol::Runtime::RemoteObject> wrapTable(
137 std::unique_ptr<protocol::Runtime::RemoteObject>* result,
229 const String16& groupName, protocol::Runtime::RemoteObject* remoteObject);
Dv8-console-message.cc253 std::unique_ptr<protocol::Array<protocol::Runtime::RemoteObject>>
269 std::make_unique<protocol::Array<protocol::Runtime::RemoteObject>>(); in wrapArguments()
287 std::unique_ptr<protocol::Runtime::RemoteObject> wrapped = in wrapArguments()
298 std::unique_ptr<protocol::Runtime::RemoteObject> wrapped = in wrapArguments()
320 std::unique_ptr<protocol::Runtime::RemoteObject> exception = in reportToFrontend()
350 std::unique_ptr<protocol::Array<protocol::Runtime::RemoteObject>> in reportToFrontend()
355 std::make_unique<protocol::Array<protocol::Runtime::RemoteObject>>(); in reportToFrontend()
357 std::unique_ptr<protocol::Runtime::RemoteObject> messageArg = in reportToFrontend()
358 protocol::Runtime::RemoteObject::create() in reportToFrontend()
359 .setType(protocol::Runtime::RemoteObject::TypeEnum::String) in reportToFrontend()
[all …]
Dinjected-script.cc69 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()
[all …]
Dv8-inspector-session-impl.h62 std::unique_ptr<protocol::Runtime::RemoteObject> wrapObject(
65 std::unique_ptr<protocol::Runtime::RemoteObject> wrapTable(
94 std::unique_ptr<protocol::Runtime::API::RemoteObject> wrapObject(
Dv8-console-message.h82 std::unique_ptr<protocol::Array<protocol::Runtime::RemoteObject>>
84 std::unique_ptr<protocol::Runtime::RemoteObject> wrapException(
Dv8-runtime-agent-impl.h120 std::unique_ptr<protocol::Runtime::RemoteObject>* objects) override;
140 void inspect(std::unique_ptr<protocol::Runtime::RemoteObject> objectToInspect,
Dv8-inspector-session-impl.cc313 std::unique_ptr<protocol::Runtime::API::RemoteObject>
320 std::unique_ptr<protocol::Runtime::RemoteObject>
328 std::unique_ptr<protocol::Runtime::RemoteObject> result; in wrapObject()
335 std::unique_ptr<protocol::Runtime::RemoteObject>
Dv8-heap-profiler-agent-impl.h51 std::unique_ptr<protocol::Runtime::RemoteObject>* result) override;
Dv8-runtime-agent-impl.cc66 using protocol::Runtime::RemoteObject;
78 void sendSuccess(std::unique_ptr<protocol::Runtime::RemoteObject> result, in sendSuccess()
101 std::unique_ptr<RemoteObject> result; in wrapEvaluateResultAsync()
645 std::unique_ptr<protocol::Runtime::RemoteObject>* objects) { in queryObjects()
981 std::unique_ptr<protocol::Runtime::RemoteObject> objectToInspect, in inspect()
Dvalue-mirror.h57 std::unique_ptr<protocol::Runtime::RemoteObject>* result) const = 0;
Dv8-debugger-agent-impl.cc40 using protocol::Runtime::RemoteObject;
289 std::unique_ptr<RemoteObject> object; in buildScopes()
1257 std::unique_ptr<RemoteObject>* result, in evaluateOnCallFrame()
1461 std::unique_ptr<RemoteObject> protocolReceiver; in currentCallFrames()
1472 protocolReceiver = RemoteObject::create() in currentCallFrames()
1473 .setType(RemoteObject::TypeEnum::Undefined) in currentCallFrames()
1508 std::unique_ptr<RemoteObject> value; in currentCallFrames()
1809 std::unique_ptr<protocol::Runtime::RemoteObject> obj; in didPause()
Dv8-debugger-agent-impl.h119 std::unique_ptr<protocol::Runtime::RemoteObject>* result,
Dv8-heap-profiler-agent-impl.cc286 std::unique_ptr<protocol::Runtime::RemoteObject>* result) { in getObjectByHeapObjectId()
Dcustom-preview.cc120 std::unique_ptr<protocol::Runtime::RemoteObject> wrapper; in substituteObjectTags()
Dv8-console.cc724 std::unique_ptr<protocol::Runtime::RemoteObject> wrappedObject; in inspectImpl()
/third_party/node/test/fixtures/wpt/resources/
Dchannel.sub.js644 if (value instanceof RemoteObject) {
701 class RemoteObject { class
715 return new RemoteObject(type, id);
740 self.RemoteObject = RemoteObject;
992 let remote = new RemoteObject(value.type, value.objectId);
/third_party/node/deps/v8/include/
Djs_protocol.pdl113 Runtime.RemoteObject this
115 optional Runtime.RemoteObject returnValue
135 Runtime.RemoteObject object
212 Runtime.RemoteObject result
684 Runtime.RemoteObject result
994 type RemoteObject extends object
1049 # It contains json ML array that represents RemoteObject.
1153 optional RemoteObject value
1158 optional RemoteObject get
1161 optional RemoteObject set
[all …]
Dv8-inspector.h38 class RemoteObject; variable
196 virtual std::unique_ptr<protocol::Runtime::API::RemoteObject> wrapObject(
/third_party/node/lib/internal/debugger/
Dinspect_repl.js275 class RemoteObject { class
325 return new RemoteObject(result);
334 const value = new RemoteObject(prop.value);
604 }), RemoteObject.fromEvalResult);
610 }), RemoteObject.fromEvalResult);
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_rpc.js500 export const RemoteObjectClass = class RemoteObject { class
747 RemoteObject: RemoteObjectClass, property
/third_party/python/Lib/idlelib/
Drpc.py193 if isinstance(ret, RemoteObject):
489 class RemoteObject: class
/third_party/typescript/tests/baselines/reference/user/
Dchrome-devtools-frontend.log4482 …. Variable 'args' must be of type 'string[]', but here has type 'Protocol.Runtime.RemoteObject[]'.
4487 …. Variable 'args' must be of type 'string[]', but here has type 'Protocol.Runtime.RemoteObject[]'.
/third_party/chromium/patch/
D0001-cve.patch6251 @@ -196,3 +196,26 @@ export const format = (fmt: string, args: SDK.RemoteObject.RemoteObject[]): {