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

/external/webkit/Source/WebCore/bindings/v8/
H A DScriptScope.cpp40 ScriptScope::ScriptScope(ScriptState* scriptState, bool reportExceptions) argument
45 m_exceptionCatcher.SetVerbose(reportExceptions);
H A DScriptFunctionCall.h66 ScriptValue call(bool& hadException, bool reportExceptions = true);
68 ScriptObject construct(bool& hadException, bool reportExceptions = true);
H A DScriptScope.h41 ScriptScope(ScriptState* scriptState, bool reportExceptions = true);
H A DScriptFunctionCall.cpp115 ScriptValue ScriptFunctionCall::call(bool& hadException, bool reportExceptions) argument
117 ScriptScope scope(m_scriptState, reportExceptions);
148 ScriptObject ScriptFunctionCall::construct(bool& hadException, bool reportExceptions) argument
150 ScriptScope scope(m_scriptState, reportExceptions);
/external/webkit/Source/WebCore/bindings/js/
H A DScriptFunctionCall.h79 ScriptValue call(bool& hadException, bool reportExceptions = true);
81 ScriptObject construct(bool& hadException, bool reportExceptions = true);
H A DScriptFunctionCall.cpp124 ScriptValue ScriptFunctionCall::call(bool& hadException, bool reportExceptions) argument
132 if (reportExceptions)
146 if (reportExceptions)
162 ScriptObject ScriptFunctionCall::construct(bool& hadException, bool reportExceptions) argument
170 if (reportExceptions)
184 if (reportExceptions)

Completed in 119 milliseconds