Home
last modified time | relevance | path

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

/external/v8/src/
Disolate-inl.h80 Isolate::ExceptionScope::ExceptionScope(Isolate* isolate) in ExceptionScope() function
85 Isolate::ExceptionScope::~ExceptionScope() { in ~ExceptionScope()
Disolate.h640 class ExceptionScope {
644 inline explicit ExceptionScope(Isolate* isolate);
645 inline ~ExceptionScope();
Dmessages.cc77 Isolate::ExceptionScope exception_scope(isolate); in ReportMessage()