Lines Matching refs:TryCatch
331 TryCatch try_catch(isolate); in RunExtraCode()
2111 v8::TryCatch::TryCatch() in TryCatch() function in v8::v8::TryCatch
2128 v8::TryCatch::TryCatch(v8::Isolate* isolate) in TryCatch() function in v8::v8::TryCatch
2145 v8::TryCatch::~TryCatch() { in ~TryCatch()
2175 bool v8::TryCatch::HasCaught() const { in HasCaught()
2180 bool v8::TryCatch::CanContinue() const { in CanContinue()
2185 bool v8::TryCatch::HasTerminated() const { in HasTerminated()
2190 v8::Local<v8::Value> v8::TryCatch::ReThrow() { in ReThrow()
2197 v8::Local<Value> v8::TryCatch::Exception() const { in Exception()
2208 MaybeLocal<Value> v8::TryCatch::StackTrace(Local<Context> context) const { in StackTrace()
2227 v8::Local<Value> v8::TryCatch::StackTrace() const { in StackTrace()
2233 v8::Local<v8::Message> v8::TryCatch::Message() const { in Message()
2244 void v8::TryCatch::Reset() { in Reset()
2255 void v8::TryCatch::ResetInternal() { in ResetInternal()
2262 void v8::TryCatch::SetVerbose(bool value) { in SetVerbose()
2267 void v8::TryCatch::SetCaptureMessage(bool value) { in SetCaptureMessage()
3718 TryCatch try_catch(reinterpret_cast<v8::Isolate*>(isolate)); in SetPrototype()
7654 TryCatch try_catch(v8_isolate); in Utf8Value()
7676 TryCatch try_catch(v8_isolate); in Value()