Searched refs:ExceptionScope (Results 1 – 3 of 3) sorted by relevance
124 Isolate::ExceptionScope::ExceptionScope(Isolate* isolate) in ExceptionScope() function129 Isolate::ExceptionScope::~ExceptionScope() { in ~ExceptionScope()
812 class ExceptionScope {816 inline explicit ExceptionScope(Isolate* isolate);817 inline ~ExceptionScope();
93 Isolate::ExceptionScope exception_scope(isolate); in ReportMessage()