Searched refs:ExceptionScope (Results 1 – 3 of 3) sorted by relevance
80 Isolate::ExceptionScope::ExceptionScope(Isolate* isolate) in ExceptionScope() function85 Isolate::ExceptionScope::~ExceptionScope() { in ~ExceptionScope()
640 class ExceptionScope {644 inline explicit ExceptionScope(Isolate* isolate);645 inline ~ExceptionScope();
77 Isolate::ExceptionScope exception_scope(isolate); in ReportMessage()