Home
last modified time | relevance | path

Searched refs:remoteCallFrameId (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/inspector/
Dremote-object-id.cc49 std::unique_ptr<RemoteCallFrameId> remoteCallFrameId(new RemoteCallFrameId()); in parse() local
51 remoteCallFrameId->parseInjectedScriptId(objectId); in parse()
55 parsedObjectId->getInteger("ordinal", &remoteCallFrameId->m_frameOrdinal); in parse()
57 *result = std::move(remoteCallFrameId); in parse()
Dinjected-script.h183 CallFrameScope(V8InspectorSessionImpl*, const String16& remoteCallFrameId);