/external/webkit/Source/JavaScriptCore/runtime/ |
D | JSNotAnObject.cpp | 42 ASSERT_UNUSED(exec, exec->hadException()); in toPrimitive() 48 ASSERT_UNUSED(exec, exec->hadException()); in getPrimitiveNumber() 54 ASSERT_UNUSED(exec, exec->hadException()); in toBoolean() 60 ASSERT_UNUSED(exec, exec->hadException()); in toNumber() 66 ASSERT_UNUSED(exec, exec->hadException()); in toString() 72 ASSERT_UNUSED(exec, exec->hadException()); in toObject() 79 ASSERT_UNUSED(exec, exec->hadException()); in getOwnPropertySlot() 85 ASSERT_UNUSED(exec, exec->hadException()); in getOwnPropertySlot() 91 ASSERT_UNUSED(exec, exec->hadException()); in getOwnPropertyDescriptor() 97 ASSERT_UNUSED(exec, exec->hadException()); in put() [all …]
|
D | ArrayPrototype.cpp | 175 if (exec->hadException()) in arrayProtoFuncToString() 209 if (exec->hadException()) in arrayProtoFuncToString() 238 if (exec->hadException()) in arrayProtoFuncToLocaleString() 272 if (exec->hadException()) in arrayProtoFuncJoin() 374 if (exec->hadException()) in arrayProtoFuncPop() 401 if (exec->hadException()) in arrayProtoFuncPush() 415 if (exec->hadException()) in arrayProtoFuncReverse() 443 if (exec->hadException()) in arrayProtoFuncShift() 477 if (exec->hadException()) in arrayProtoFuncSlice() 496 if (!length || exec->hadException()) in arrayProtoFuncSort() [all …]
|
D | ObjectConstructor.cpp | 142 if (exec->hadException()) in objectConstructorGetOwnPropertyDescriptor() 148 if (exec->hadException()) in objectConstructorGetOwnPropertyDescriptor() 206 if (exec->hadException()) in toPropertyDescriptor() 213 if (exec->hadException()) in toPropertyDescriptor() 221 if (exec->hadException()) in toPropertyDescriptor() 228 if (exec->hadException()) in toPropertyDescriptor() 235 if (exec->hadException()) in toPropertyDescriptor() 251 if (exec->hadException()) in toPropertyDescriptor() 286 if (exec->hadException()) in objectConstructorDefineProperty() 292 ASSERT(!exec->hadException()); in objectConstructorDefineProperty() [all …]
|
D | JSONObject.cpp | 217 if (exec->hadException()) in Stringifier() 236 if (exec->hadException()) in Stringifier() 250 if (m_exec->hadException()) in stringify() 259 if (m_exec->hadException()) in stringify() 322 ASSERT(!m_exec->hadException()); in toJSON() 327 if (m_exec->hadException()) in toJSON() 348 if (m_exec->hadException()) in appendStringifiedValue() 356 if (m_exec->hadException()) in appendStringifiedValue() 370 if (m_exec->hadException()) in appendStringifiedValue() 425 if (m_exec->hadException()) in appendStringifiedValue() [all …]
|
/external/webkit/Source/WebCore/bindings/js/ |
D | ScriptFunctionCall.cpp | 124 ScriptValue ScriptFunctionCall::call(bool& hadException, bool reportExceptions) in call() argument 131 if (m_exec->hadException()) { in call() 135 hadException = true; in call() 145 if (m_exec->hadException()) { in call() 149 hadException = true; in call() 158 bool hadException = false; in call() local 159 return call(hadException); in call() 162 ScriptObject ScriptFunctionCall::construct(bool& hadException, bool reportExceptions) in construct() argument 169 if (m_exec->hadException()) { in construct() 173 hadException = true; in construct() [all …]
|
D | JSGeolocationCustom.cpp | 67 if (exec->hadException()) in createPositionOptions() 71 if (exec->hadException()) in createPositionOptions() 76 if (exec->hadException()) in createPositionOptions() 80 if (exec->hadException()) in createPositionOptions() 86 if (exec->hadException()) in createPositionOptions() 92 if (exec->hadException()) in createPositionOptions() 96 if (exec->hadException()) in createPositionOptions() 104 if (exec->hadException()) in createPositionOptions() 117 if (exec->hadException()) in getCurrentPosition() 122 if (exec->hadException()) in getCurrentPosition() [all …]
|
D | JSDeviceMotionEventCustom.cpp | 47 if (exec->hadException()) in readAccelerationArgument() 51 if (exec->hadException()) in readAccelerationArgument() 55 if (exec->hadException()) in readAccelerationArgument() 59 if (exec->hadException()) in readAccelerationArgument() 63 if (exec->hadException()) in readAccelerationArgument() 67 if (exec->hadException()) in readAccelerationArgument() 85 if (exec->hadException()) in readRotationRateArgument() 89 if (exec->hadException()) in readRotationRateArgument() 93 if (exec->hadException()) in readRotationRateArgument() 97 if (exec->hadException()) in readRotationRateArgument() [all …]
|
D | JSSQLTransactionSyncCustom.cpp | 52 if (exec->hadException()) in executeSql() 65 if (exec->hadException()) in executeSql() 68 if (exec->hadException()) in executeSql() 73 if (exec->hadException()) in executeSql() 83 if (exec->hadException()) in executeSql()
|
D | JSSQLTransactionCustom.cpp | 53 if (exec->hadException()) in executeSql() 66 if (exec->hadException()) in executeSql() 69 if (exec->hadException()) in executeSql() 74 if (exec->hadException()) in executeSql() 84 if (exec->hadException()) in executeSql()
|
D | JSLocationCustom.cpp | 181 if (exec->hadException()) in setHref() 189 if (exec->hadException()) in setProtocol() 199 if (exec->hadException()) in setHost() 207 if (exec->hadException()) in setHostname() 215 if (exec->hadException()) in setPort() 223 if (exec->hadException()) in setPathname() 231 if (exec->hadException()) in setSearch() 239 if (exec->hadException()) in setHash() 247 if (exec->hadException()) in replace() 262 if (exec->hadException()) in assign()
|
D | JSWebGLRenderingContextCustom.cpp | 142 if (exec->hadException()) in getObjectParameter() 145 if (exec->hadException()) in getObjectParameter() 213 if (exec->hadException()) in getAttachedShaders() 236 if (exec->hadException()) in getExtension() 255 if (exec->hadException()) in getFramebufferAttachmentParameter() 258 if (exec->hadException()) in getFramebufferAttachmentParameter() 261 if (exec->hadException()) in getFramebufferAttachmentParameter() 279 if (exec->hadException()) in getParameter() 300 if (exec->hadException()) in getProgramParameter() 326 if (exec->hadException()) in getShaderParameter() [all …]
|
D | JSDirectoryEntrySyncCustom.cpp | 69 if (exec->hadException()) in getFile() 73 if (exec->hadException()) in getFile() 86 if (exec->hadException()) in getDirectory() 90 if (exec->hadException()) in getDirectory()
|
D | JSHistoryCustom.cpp | 167 if (exec->hadException()) in pushState() 171 if (exec->hadException()) in pushState() 177 if (exec->hadException()) in pushState() 191 if (exec->hadException()) in replaceState() 195 if (exec->hadException()) in replaceState() 201 if (exec->hadException()) in replaceState()
|
D | ScriptFunctionCall.h | 79 ScriptValue call(bool& hadException, bool reportExceptions = true); 81 ScriptObject construct(bool& hadException, bool reportExceptions = true); 93 ScriptValue call(bool& hadException);
|
D | JSNodeFilterCondition.cpp | 72 if (exec->hadException()) in acceptNode() 76 if (exec->hadException()) in acceptNode() 80 if (exec->hadException()) in acceptNode()
|
D | JSDataViewCustom.cpp | 71 if (exec->hadException()) in getDataViewMember() 77 if (exec->hadException()) in getDataViewMember() 128 if (exec->hadException()) in setDataViewMember() 131 if (exec->hadException()) in setDataViewMember()
|
D | JSNavigatorCustom.cpp | 56 if (exec->hadException()) in webkitGetUserMedia() 60 if (exec->hadException()) in webkitGetUserMedia() 64 if (exec->hadException()) in webkitGetUserMedia()
|
D | JSDirectoryEntryCustom.cpp | 52 if (exec->hadException()) in getFile() 71 if (exec->hadException()) in getFile() 98 if (exec->hadException()) in getDirectory() 117 if (exec->hadException()) in getDirectory()
|
/external/webkit/Source/WebCore/bindings/v8/ |
D | ScriptFunctionCall.cpp | 115 ScriptValue ScriptFunctionCall::call(bool& hadException, bool reportExceptions) in call() argument 122 hadException = true; in call() 135 hadException = true; in call() 144 bool hadException = false; in call() local 145 return call(hadException); in call() 148 ScriptObject ScriptFunctionCall::construct(bool& hadException, bool reportExceptions) in construct() argument 155 hadException = true; in construct() 168 hadException = true; in construct() 183 bool hadException = false; in call() local 184 return call(hadException); in call() [all …]
|
D | ScriptFunctionCall.h | 66 ScriptValue call(bool& hadException, bool reportExceptions = true); 68 ScriptObject construct(bool& hadException, bool reportExceptions = true); 80 ScriptValue call(bool& hadException);
|
/external/webkit/Source/WebCore/dom/ |
D | TreeWalker.cpp | 65 if (state && state->hadException()) in parentNode() 77 if (state && state->hadException()) in firstChild() 110 if (state && state->hadException()) in lastChild() 147 if (state && state->hadException()) in previousSibling() 169 if (state && state->hadException()) in previousSibling() 184 if (state && state->hadException()) in nextSibling() 206 if (state && state->hadException()) in nextSibling() 220 if (state && state->hadException()) in previousNode() 227 if (state && state->hadException()) in previousNode() 244 if (state && state->hadException()) in previousNode() [all …]
|
/external/webkit/Source/WebCore/inspector/ |
D | InjectedScript.cpp | 107 bool hadException = false; in nodeForObjectId() local 108 ScriptValue resultValue = function.call(hadException); in nodeForObjectId() 109 ASSERT(!hadException); in nodeForObjectId() 153 bool hadException = false; in wrapObject() local 154 ScriptValue r = wrapFunction.call(hadException); in wrapObject() 155 if (hadException) { in wrapObject() 197 bool hadException = false; in makeCall() local 198 ScriptValue resultValue = function.call(hadException); in makeCall() 200 ASSERT(!hadException); in makeCall() 201 if (!hadException) in makeCall()
|
/external/webkit/Source/WebCore/bindings/objc/ |
D | WebScriptObject.mm | 98 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 …]
|
/external/webkit/Source/JavaScriptCore/API/ |
D | JSObjectRef.cpp | 128 if (exec->hadException()) { in JSObjectMakeFunction() 152 if (exec->hadException()) { in JSObjectMakeArray() 172 if (exec->hadException()) { in JSObjectMakeDate() 191 if (exec->hadException()) { in JSObjectMakeError() 211 if (exec->hadException()) { in JSObjectMakeRegExp() 259 if (exec->hadException()) { in JSObjectGetProperty() 283 if (exec->hadException()) { in JSObjectSetProperty() 298 if (exec->hadException()) { in JSObjectGetPropertyAtIndex() 316 if (exec->hadException()) { in JSObjectSetPropertyAtIndex() 331 if (exec->hadException()) { in JSObjectDeleteProperty() [all …]
|
/external/webkit/Source/WebCore/bindings/scripts/test/JS/ |
D | JSTestObj.cpp | 852 if (exec->hadException()) in jsTestObjPrototypeFunctionVoidMethodWithArgs() 855 if (exec->hadException()) in jsTestObjPrototypeFunctionVoidMethodWithArgs() 858 if (exec->hadException()) in jsTestObjPrototypeFunctionVoidMethodWithArgs() 886 if (exec->hadException()) in jsTestObjPrototypeFunctionIntMethodWithArgs() 889 if (exec->hadException()) in jsTestObjPrototypeFunctionIntMethodWithArgs() 892 if (exec->hadException()) in jsTestObjPrototypeFunctionIntMethodWithArgs() 921 if (exec->hadException()) in jsTestObjPrototypeFunctionObjMethodWithArgs() 924 if (exec->hadException()) in jsTestObjPrototypeFunctionObjMethodWithArgs() 927 if (exec->hadException()) in jsTestObjPrototypeFunctionObjMethodWithArgs() 945 if (exec->hadException()) in jsTestObjPrototypeFunctionMethodThatRequiresAllArgs() [all …]
|