Searched refs:exceptionCatcher (Results 1 – 9 of 9) sorted by relevance
46 v8::TryCatch exceptionCatcher; in invokeCallback() local47 exceptionCatcher.SetVerbose(true); in invokeCallback()49 return !exceptionCatcher.HasCaught(); in invokeCallback()
185 v8::TryCatch exceptionCatcher; in created() local186 exceptionCatcher.SetVerbose(true); in created()226 v8::TryCatch exceptionCatcher; in attributeChanged() local227 exceptionCatcher.SetVerbose(true); in attributeChanged()251 v8::TryCatch exceptionCatcher; in call() local252 exceptionCatcher.SetVerbose(true); in call()
65 v8::TryCatch exceptionCatcher; in acceptNode() local85 if (exceptionCatcher.HasCaught()) { in acceptNode()86 state->setException(exceptionCatcher.Exception()); in acceptNode()
240 ExceptionCatcher exceptionCatcher; in _NPN_Invoke() local295 ExceptionCatcher exceptionCatcher; in _NPN_InvokeDefault() local344 ExceptionCatcher exceptionCatcher; in _NPN_EvaluateHelper() local380 ExceptionCatcher exceptionCatcher; in _NPN_GetProperty() local414 ExceptionCatcher exceptionCatcher; in _NPN_SetProperty() local442 ExceptionCatcher exceptionCatcher; in _NPN_RemoveProperty() local462 ExceptionCatcher exceptionCatcher; in _NPN_HasProperty() local485 ExceptionCatcher exceptionCatcher; in _NPN_HasMethod() local512 ExceptionCatcher exceptionCatcher; in _NPN_SetException() local529 ExceptionCatcher exceptionCatcher; in _NPN_Enumerate() local[all …]
79 v8::TryCatch exceptionCatcher; in call() local80 exceptionCatcher.SetVerbose(true); in call()
198 v8::TryCatch exceptionCatcher; in call() local199 exceptionCatcher.SetVerbose(true); in call()
143 v8::TryCatch exceptionCatcher; in createCallbacks() local144 exceptionCatcher.SetVerbose(true); in createCallbacks()
69 v8::TryCatch exceptionCatcher; in handleEvent() local70 exceptionCatcher.SetVerbose(true); in handleEvent()80 return exceptionCatcher.HasCaught() || (!result.IsEmpty() && result->BooleanValue()); in handleEvent()
107 v8::TryCatch exceptionCatcher; in responseAttributeGetterCustom() local111 if (exceptionCatcher.HasCaught() || json.IsEmpty()) in responseAttributeGetterCustom()