Searched refs:tryCatch (Results 1 – 8 of 8) sorted by relevance
72 v8::TryCatch tryCatch; in invokeEventHandler() local73 tryCatch.SetVerbose(true); in invokeEventHandler()77 tryCatch.Reset(); in invokeEventHandler()81 tryCatch.Reset(); in invokeEventHandler()85 tryCatch.Reset(); in invokeEventHandler()92 tryCatch.Reset(); in invokeEventHandler()
104 v8::TryCatch tryCatch; in reportError() local105 tryCatch.SetVerbose(true); in reportError()117 if (tryCatch.HasCaught()) { in reportError()118 tryCatch.Reset(); in reportError()
380 v8::TryCatch tryCatch; in evaluate() local381 tryCatch.SetVerbose(true); in evaluate()
513 v8::TryCatch tryCatch; in getConstructor() local
59 v8::TryCatch tryCatch; in CALLBACK_FUNC_DECL() local62 if (tryCatch.HasCaught()) in CALLBACK_FUNC_DECL()63 return throwError(tryCatch.Exception()); in CALLBACK_FUNC_DECL()
59 v8::TryCatch tryCatch; in CALLBACK_FUNC_DECL() local61 if (tryCatch.HasCaught()) in CALLBACK_FUNC_DECL()62 return throwError(tryCatch.Exception()); in CALLBACK_FUNC_DECL()
138 v8::TryCatch tryCatch; in CALLBACK_FUNC_DECL() local140 if (tryCatch.HasCaught() || scriptUrl.IsEmpty()) in CALLBACK_FUNC_DECL()
267 v8::TryCatch tryCatch; in CALLBACK_FUNC_DECL() local284 if (tryCatch.HasCaught()) in CALLBACK_FUNC_DECL()