Searched refs:exceptionCatcher (Results 1 – 7 of 7) sorted by relevance
200 v8::TryCatch exceptionCatcher; in evaluate() local206 if (!exceptionCatcher.CanContinue()) { in evaluate()211 if (exceptionCatcher.HasCaught()) { in evaluate()212 v8::Local<v8::Message> message = exceptionCatcher.Message(); in evaluate()220 state->exception = ScriptValue(exceptionCatcher.Exception()); in evaluate()222 exceptionCatcher.Reset(); in evaluate()
174 ExceptionCatcher exceptionCatcher; in _NPN_Invoke() local227 ExceptionCatcher exceptionCatcher; in _NPN_InvokeDefault() local276 ExceptionCatcher exceptionCatcher; in _NPN_EvaluateHelper() local315 ExceptionCatcher exceptionCatcher; in _NPN_GetProperty() local350 ExceptionCatcher exceptionCatcher; in _NPN_SetProperty() local378 ExceptionCatcher exceptionCatcher; in _NPN_RemoveProperty() local399 ExceptionCatcher exceptionCatcher; in _NPN_HasProperty() local423 ExceptionCatcher exceptionCatcher; in _NPN_HasMethod() local453 ExceptionCatcher exceptionCatcher; in _NPN_SetException() local471 ExceptionCatcher exceptionCatcher; in _NPN_Enumerate() local[all …]
68 v8::TryCatch exceptionCatcher; in acceptNode() local88 if (exceptionCatcher.HasCaught()) { in acceptNode()89 state->setException(exceptionCatcher.Exception()); in acceptNode()
192 v8::TryCatch exceptionCatcher; in call() local202 if (exceptionCatcher.HasCaught()) { in call()204 m_scriptState->setException(exceptionCatcher.Exception()); in call()
68 v8::TryCatch exceptionCatcher; in invokeCallback() local69 exceptionCatcher.SetVerbose(true); in invokeCallback()88 return exceptionCatcher.HasCaught(); in invokeCallback()
50 v8::TryCatch exceptionCatcher; in webkitGetUserMediaCallback() local52 if (exceptionCatcher.HasCaught()) in webkitGetUserMediaCallback()53 return throwError(exceptionCatcher.Exception()); in webkitGetUserMediaCallback()
87 v8::TryCatch exceptionCatcher; in evaluateCallback() local89 if (exceptionCatcher.HasCaught()) in evaluateCallback()90 return throwError(exceptionCatcher.Exception()); in evaluateCallback()