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.cc975 protocol::ErrorSupport errorSupport; in currentCallFrames() local
976 *result = Array<CallFrame>::fromValue(protocolValue.get(), &errorSupport); in currentCallFrames()
977 if (!*result) return Response::Error(errorSupport.errors()); in currentCallFrames()