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()
188 v8::TryCatch exceptionCatcher; in created() local189 exceptionCatcher.SetVerbose(true); in created()231 v8::TryCatch exceptionCatcher; in attributeChanged() local232 exceptionCatcher.SetVerbose(true); in attributeChanged()258 v8::TryCatch exceptionCatcher; in call() local259 exceptionCatcher.SetVerbose(true); in call()
71 v8::TryCatch exceptionCatcher; in acceptNode() local91 if (exceptionCatcher.HasCaught()) { in acceptNode()92 exceptionState.rethrowV8Exception(exceptionCatcher.Exception()); in acceptNode()
241 ExceptionCatcher exceptionCatcher; in _NPN_Invoke() local295 ExceptionCatcher exceptionCatcher; in _NPN_InvokeDefault() local343 ExceptionCatcher exceptionCatcher; in _NPN_EvaluateHelper() local378 ExceptionCatcher exceptionCatcher; in _NPN_GetProperty() local411 ExceptionCatcher exceptionCatcher; in _NPN_SetProperty() local438 ExceptionCatcher exceptionCatcher; in _NPN_RemoveProperty() local457 ExceptionCatcher exceptionCatcher; in _NPN_HasProperty() local479 ExceptionCatcher exceptionCatcher; in _NPN_HasMethod() local506 ExceptionCatcher exceptionCatcher; in _NPN_SetException() local522 ExceptionCatcher exceptionCatcher; in _NPN_Enumerate() local[all …]
74 v8::TryCatch exceptionCatcher; in call() local75 exceptionCatcher.SetVerbose(true); in call()
159 v8::TryCatch exceptionCatcher; in createCallbacks() local160 exceptionCatcher.SetVerbose(true); in createCallbacks()
68 v8::TryCatch exceptionCatcher; in handleEvent() local69 exceptionCatcher.SetVerbose(true); in handleEvent()79 return exceptionCatcher.HasCaught() || (!result.IsEmpty() && result->BooleanValue()); in handleEvent()
107 v8::TryCatch exceptionCatcher; in responseAttributeGetterCustom() local109 if (exceptionCatcher.HasCaught() || json.IsEmpty()) in responseAttributeGetterCustom()
131 v8::TryCatch exceptionCatcher; in completeWithJson() local133 if (exceptionCatcher.HasCaught() || jsonDictionary.IsEmpty()) { in completeWithJson()