Home
last modified time | relevance | path

Searched refs:GeneralError (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/
DDateExtension.cpp119 V8Proxy::throwError(V8Proxy::GeneralError, "Too much time spent in unload handler."); in OnSleepDetected()
DV8Utilities.cpp132 V8Proxy::throwError(V8Proxy::GeneralError, "TYPE_MISMATCH_ERR: DOM Exception 17"); in throwTypeMismatchException()
DWorkerContextExecutionProxy.cpp218 … state->exception = V8Proxy::throwError(V8Proxy::GeneralError, state->errorMessage.utf8().data()); in evaluate()
DNPV8Object.cpp443 V8Proxy::throwError(V8Proxy::GeneralError, message); in _NPN_SetException()
455 V8Proxy::throwError(V8Proxy::GeneralError, message); in _NPN_SetException()
DV8Proxy.h132 GeneralError enumerator
DV8NPObject.cpp134 throwError("Error calling method on NPObject.", V8Proxy::GeneralError); in npObjectInvokeImpl()
DV8Proxy.cpp702 case GeneralError: in throwError()