Searched refs:hadException (Results 1 - 25 of 73) sorted by relevance

123

/external/webkit/Source/JavaScriptCore/runtime/
H A DJSNotAnObject.cpp42 ASSERT_UNUSED(exec, exec->hadException());
48 ASSERT_UNUSED(exec, exec->hadException());
54 ASSERT_UNUSED(exec, exec->hadException());
60 ASSERT_UNUSED(exec, exec->hadException());
66 ASSERT_UNUSED(exec, exec->hadException());
72 ASSERT_UNUSED(exec, exec->hadException());
79 ASSERT_UNUSED(exec, exec->hadException());
85 ASSERT_UNUSED(exec, exec->hadException());
91 ASSERT_UNUSED(exec, exec->hadException());
97 ASSERT_UNUSED(exec, exec->hadException());
[all...]
H A DPropertySlot.cpp32 if (exec->hadException())
/external/webkit/Source/WebCore/bindings/js/
H A DJSGeolocationCustom.cpp67 if (exec->hadException())
71 if (exec->hadException())
76 if (exec->hadException())
80 if (exec->hadException())
86 if (exec->hadException())
92 if (exec->hadException())
96 if (exec->hadException())
104 if (exec->hadException())
117 if (exec->hadException())
122 if (exec->hadException())
[all...]
H A DJSSQLTransactionSyncCustom.cpp52 if (exec->hadException())
65 if (exec->hadException())
68 if (exec->hadException())
73 if (exec->hadException())
83 if (exec->hadException())
H A DScriptFunctionCall.cpp124 ScriptValue ScriptFunctionCall::call(bool& hadException, bool reportExceptions) argument
131 if (m_exec->hadException()) {
135 hadException = true;
145 if (m_exec->hadException()) {
149 hadException = true;
158 bool hadException = false; local
159 return call(hadException);
162 ScriptObject ScriptFunctionCall::construct(bool& hadException, bool reportExceptions) argument
169 if (m_exec->hadException()) {
173 hadException
202 bool hadException; local
206 call(bool& hadException) argument
[all...]
H A DJSSQLTransactionCustom.cpp53 if (exec->hadException())
66 if (exec->hadException())
69 if (exec->hadException())
74 if (exec->hadException())
84 if (exec->hadException())
H A DJSDeviceMotionEventCustom.cpp47 if (exec->hadException())
51 if (exec->hadException())
55 if (exec->hadException())
59 if (exec->hadException())
63 if (exec->hadException())
67 if (exec->hadException())
85 if (exec->hadException())
89 if (exec->hadException())
93 if (exec->hadException())
97 if (exec->hadException())
[all...]
H A DJSDirectoryEntrySyncCustom.cpp69 if (exec->hadException())
73 if (exec->hadException())
86 if (exec->hadException())
90 if (exec->hadException())
H A DJSNodeFilterCondition.cpp72 if (exec->hadException())
76 if (exec->hadException())
80 if (exec->hadException())
H A DScriptFunctionCall.h79 ScriptValue call(bool& hadException, bool reportExceptions = true);
81 ScriptObject construct(bool& hadException, bool reportExceptions = true);
93 ScriptValue call(bool& hadException);
H A DJSNavigatorCustom.cpp56 if (exec->hadException())
60 if (exec->hadException())
64 if (exec->hadException())
H A DJSConsoleCustom.cpp62 if (exec->hadException())
73 if (exec->hadException())
H A DJSMessageEventCustom.cpp63 if (exec->hadException())
72 if (exec->hadException())
H A DJSMessagePortCustom.cpp72 if (exec->hadException())
78 if (exec->hadException())
H A DJSWebSocketCustom.cpp58 if (exec->hadException())
67 if (exec->hadException())
H A DJSLocationCustom.cpp181 if (exec->hadException())
189 if (exec->hadException())
199 if (exec->hadException())
207 if (exec->hadException())
215 if (exec->hadException())
223 if (exec->hadException())
231 if (exec->hadException())
239 if (exec->hadException())
247 if (exec->hadException())
262 if (exec->hadException())
[all...]
H A DJSWorkerContextCustom.cpp113 if (exec->hadException())
127 if (exec->hadException())
137 if (exec->hadException())
H A DJSDataViewCustom.cpp71 if (exec->hadException())
77 if (exec->hadException())
128 if (exec->hadException())
131 if (exec->hadException())
H A DJSDirectoryEntryCustom.cpp52 if (exec->hadException())
71 if (exec->hadException())
98 if (exec->hadException())
117 if (exec->hadException())
/external/webkit/Source/WebCore/bindings/v8/
H A DScriptFunctionCall.h66 ScriptValue call(bool& hadException, bool reportExceptions = true);
68 ScriptObject construct(bool& hadException, bool reportExceptions = true);
80 ScriptValue call(bool& hadException);
H A DScriptFunctionCall.cpp115 ScriptValue ScriptFunctionCall::call(bool& hadException, bool reportExceptions) argument
122 hadException = true;
135 hadException = true;
144 bool hadException = false; local
145 return call(hadException);
148 ScriptObject ScriptFunctionCall::construct(bool& hadException, bool reportExceptions) argument
155 hadException = true;
168 hadException = true;
183 bool hadException = false; local
184 return call(hadException);
187 call(bool& hadException) argument
[all...]
H A DWorkerContextExecutionProxy.h50 WorkerContextExecutionState() : hadException(false), lineNumber(0) { }
52 bool hadException; member in struct:WebCore::WorkerContextExecutionState
/external/webkit/Source/WebCore/dom/
H A DTreeWalker.cpp65 if (state && state->hadException())
77 if (state && state->hadException())
110 if (state && state->hadException())
147 if (state && state->hadException())
169 if (state && state->hadException())
184 if (state && state->hadException())
206 if (state && state->hadException())
220 if (state && state->hadException())
227 if (state && state->hadException())
244 if (state && state->hadException())
[all...]
/external/webkit/Source/WebCore/inspector/
H A DInjectedScript.cpp107 bool hadException = false; local
108 ScriptValue resultValue = function.call(hadException);
109 ASSERT(!hadException);
153 bool hadException = false; local
154 ScriptValue r = wrapFunction.call(hadException);
155 if (hadException) {
197 bool hadException = false; local
198 ScriptValue resultValue = function.call(hadException);
200 ASSERT(!hadException);
201 if (!hadException)
[all...]
/external/webkit/Source/WebCore/bindings/objc/
H A DWebScriptObject.mm98 if (!window || !exec->hadException())
293 ASSERT(!exec->hadException());
311 if (exec->hadException()) {
331 ASSERT(!exec->hadException());
348 if (exec->hadException()) {
367 ASSERT(!exec->hadException());
374 if (exec->hadException()) {
388 ASSERT(!exec->hadException());
399 if (exec->hadException()) {
423 ASSERT(!exec->hadException());
[all...]

Completed in 205 milliseconds

123