Home | History | Annotate | Download | only in v8

Lines Matching refs:tryCatch

709     Serializer(Writer& writer, MessagePortArray* messagePorts, ArrayBufferArray* arrayBuffers, Vector<String>& blobURLs, v8::TryCatch& tryCatch, v8::Isolate* isolate)
711 , m_tryCatch(tryCatch)
719 ASSERT(!tryCatch.HasCaught());
1226 v8::TryCatch& m_tryCatch;
2435 v8::TryCatch tryCatch;
2436 Serializer serializer(writer, messagePorts, arrayBuffers, m_blobURLs, tryCatch, isolate);
2442 tryCatch.ReThrow();
2450 // of the TryCatch scope.