Searched refs:GeneralError (Results 1 – 7 of 7) sorted by relevance
119 V8Proxy::throwError(V8Proxy::GeneralError, "Too much time spent in unload handler."); in OnSleepDetected()
132 V8Proxy::throwError(V8Proxy::GeneralError, "TYPE_MISMATCH_ERR: DOM Exception 17"); in throwTypeMismatchException()
218 … state->exception = V8Proxy::throwError(V8Proxy::GeneralError, state->errorMessage.utf8().data()); in evaluate()
443 V8Proxy::throwError(V8Proxy::GeneralError, message); in _NPN_SetException()455 V8Proxy::throwError(V8Proxy::GeneralError, message); in _NPN_SetException()
132 GeneralError enumerator
134 throwError("Error calling method on NPObject.", V8Proxy::GeneralError); in npObjectInvokeImpl()
702 case GeneralError: in throwError()