Home
last modified time | relevance | path

Searched refs:RemoteCallFrameId (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/inspector/
Dremote-object-id.cc44 RemoteCallFrameId::RemoteCallFrameId() in RemoteCallFrameId() function in v8_inspector::RemoteCallFrameId
47 Response RemoteCallFrameId::parse(const String16& objectId, in parse()
48 std::unique_ptr<RemoteCallFrameId>* result) { in parse()
49 std::unique_ptr<RemoteCallFrameId> remoteCallFrameId(new RemoteCallFrameId()); in parse()
61 String16 RemoteCallFrameId::serialize(int injectedScriptId, int frameOrdinal) { in serialize()
Dremote-object-id.h40 class RemoteCallFrameId final : public RemoteObjectIdBase {
42 static Response parse(const String16&, std::unique_ptr<RemoteCallFrameId>*);
43 ~RemoteCallFrameId() {} in ~RemoteCallFrameId()
50 RemoteCallFrameId();
Dinjected-script.cc777 std::unique_ptr<RemoteCallFrameId> remoteId; in findInjectedScript()
778 Response response = RemoteCallFrameId::parse(m_remoteCallFrameId, &remoteId); in findInjectedScript()
Dv8-debugger-agent-impl.cc1262 RemoteCallFrameId::serialize(contextId, frameOrdinal); in currentCallFrames()