Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-function-call.cc68 bool reportExceptions) { in call() argument
70 tryCatch.SetVerbose(reportExceptions); in call()
Dv8-function-call.h52 v8::Local<v8::Value> call(bool& hadException, bool reportExceptions = true);