|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <CatchScope.h>
Public Member Functions | |
| ALWAYS_INLINE | CatchScope (VM &vm) |
| CatchScope (const CatchScope &)=delete | |
| CatchScope (CatchScope &&)=default | |
| ALWAYS_INLINE void | clearException () |
| ALWAYS_INLINE | CatchScope (VM &vm) |
| CatchScope (const CatchScope &)=delete | |
| CatchScope (CatchScope &&)=default | |
| ALWAYS_INLINE void | clearException () |
Public Member Functions inherited from JSC::ExceptionScope | |
| ALWAYS_INLINE VM & | vm () const |
| ALWAYS_INLINE Exception * | exception () |
| ALWAYS_INLINE VM & | vm () const |
| ALWAYS_INLINE Exception * | exception () |
Additional Inherited Members | |
Protected Member Functions inherited from JSC::ExceptionScope | |
| ALWAYS_INLINE | ExceptionScope (VM &vm) |
| ExceptionScope (const ExceptionScope &)=delete | |
| ExceptionScope (ExceptionScope &&)=default | |
| ALWAYS_INLINE | ExceptionScope (VM &vm) |
| ExceptionScope (const ExceptionScope &)=delete | |
| ExceptionScope (ExceptionScope &&)=default | |
Protected Attributes inherited from JSC::ExceptionScope | |
| VM & | m_vm |
|
inline |
|
delete |
|
default |
|
inline |
|
delete |
|
default |
|
inline |
|
inline |
1.8.13