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

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptFunctionCall.h66 ScriptValue call(bool& hadException, bool reportExceptions = true);
68 ScriptValue construct(bool& hadException, bool reportExceptions = true);
H A DScriptFunctionCall.cpp136 ScriptValue ScriptFunctionCall::call(bool& hadException, bool reportExceptions) argument
140 tryCatch.SetVerbose(reportExceptions);
173 ScriptValue ScriptFunctionCall::construct(bool& hadException, bool reportExceptions) argument
177 tryCatch.SetVerbose(reportExceptions);

Completed in 2831 milliseconds