Searched refs:RemoteObjectId (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/inspector/ |
D | remote-object-id.cc | 49 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()
|
D | remote-object-id.h | 32 class RemoteObjectId final : public RemoteObjectIdBase { 34 static Response parse(const String16&, std::unique_ptr<RemoteObjectId>*); 35 ~RemoteObjectId() = default;
|
D | injected-script.h | 49 class RemoteObjectId; variable 114 Response findObject(const RemoteObjectId&, v8::Local<v8::Value>*) const; 115 String16 objectGroupName(const RemoteObjectId&) const;
|
D | injected-script.cc | 521 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()
|
D | v8-inspector-session-impl.cc | 283 std::unique_ptr<RemoteObjectId> remoteId; in unwrapObject() 284 Response response = RemoteObjectId::parse(objectId, &remoteId); in unwrapObject()
|
/external/v8/include/ |
D | js_protocol.pdl | 404 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 …]
|