Home
last modified time | relevance | path

Searched refs:RemoteObjectId (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/inspector/
Dremote-object-id.cc49 Response RemoteObjectId::parse(const String16& objectId, in parse()
50 std::unique_ptr<RemoteObjectId>* result) { in parse()
51 std::unique_ptr<RemoteObjectId> remoteObjectId(new RemoteObjectId()); in parse()
58 String16 RemoteObjectId::serialize(uint64_t isolateId, int injectedScriptId, in serialize()
Dremote-object-id.h32 class RemoteObjectId final : public RemoteObjectIdBase {
34 static Response parse(const String16&, std::unique_ptr<RemoteObjectId>*);
35 ~RemoteObjectId() = default;
Dinjected-script.h49 class RemoteObjectId; variable
114 Response findObject(const RemoteObjectId&, v8::Local<v8::Value>*) const;
115 String16 objectGroupName(const RemoteObjectId&) const;
Dinjected-script.cc521 std::unique_ptr<RemoteObjectId> remoteId; in releaseObject()
522 Response response = RemoteObjectId::parse(objectId, &remoteId); in releaseObject()
668 Response InjectedScript::findObject(const RemoteObjectId& objectId, in findObject()
677 String16 InjectedScript::objectGroupName(const RemoteObjectId& objectId) const { in objectGroupName()
711 std::unique_ptr<RemoteObjectId> remoteObjectId; in resolveCallArgument()
713 RemoteObjectId::parse(callArgument->getObjectId(""), &remoteObjectId); in resolveCallArgument()
969 std::unique_ptr<RemoteObjectId> remoteId; in findInjectedScript()
970 Response response = RemoteObjectId::parse(m_remoteObjectId, &remoteId); in findInjectedScript()
1007 return RemoteObjectId::serialize(m_context->inspector()->isolateId(), in bindObject()
Dv8-inspector-session-impl.cc283 std::unique_ptr<RemoteObjectId> remoteId; in unwrapObject()
284 Response response = RemoteObjectId::parse(objectId, &remoteId); in unwrapObject()
/external/v8/include/
Djs_protocol.pdl404 Runtime.RemoteObjectId objectId
684 Runtime.RemoteObjectId objectId
1006 type RemoteObjectId extends string
1061 optional RemoteObjectId objectId
1072 …# contain RemoteObjectId for the function that returns result of formatter.body(object, config) ca…
1074 optional RemoteObjectId bodyGetterId
1212 optional RemoteObjectId objectId
1300 RemoteObjectId promiseObjectId
1319 optional RemoteObjectId objectId
1442 RemoteObjectId objectId
[all …]