Home | History | Annotate | Download | only in v8

Lines Matching refs:tryCatch

320         v8::TryCatch tryCatch;
321 tryCatch.SetVerbose(false);
323 if (tryCatch.HasCaught()) {
324 v8::Local<v8::Message> message = tryCatch.Message();
648 v8::TryCatch tryCatch;
650 if (tryCatch.HasCaught()) {
651 v8::Local<v8::Message> message = tryCatch.Message();
683 v8::TryCatch tryCatch;
686 if (tryCatch.HasCaught()) {
688 *result = ScriptValue(tryCatch.Exception());
689 v8::Local<v8::Message> message = tryCatch.Message();