Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-debugger-agent-impl.cc1006 protocol::ErrorSupport errorSupport; in currentCallFrames() local
1007 *result = Array<CallFrame>::parse(protocolValue.get(), &errorSupport); in currentCallFrames()
1008 if (!*result) return Response::Error(errorSupport.errors()); in currentCallFrames()