Home
last modified time | relevance | path

Searched refs:ExceptionScope (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Disolate-inl.h124 Isolate::ExceptionScope::ExceptionScope(Isolate* isolate) in ExceptionScope() function
129 Isolate::ExceptionScope::~ExceptionScope() { in ~ExceptionScope()
Disolate.h812 class ExceptionScope {
816 inline explicit ExceptionScope(Isolate* isolate);
817 inline ~ExceptionScope();
Dmessages.cc93 Isolate::ExceptionScope exception_scope(isolate); in ReportMessage()