webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
JSC::CatchScope Class Reference

#include <CatchScope.h>

Inheritance diagram for JSC::CatchScope:
JSC::ExceptionScope JSC::ExceptionScope

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 VMvm () const
 
ALWAYS_INLINE Exceptionexception ()
 
ALWAYS_INLINE VMvm () const
 
ALWAYS_INLINE Exceptionexception ()
 

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
VMm_vm
 

Constructor & Destructor Documentation

◆ CatchScope() [1/6]

ALWAYS_INLINE JSC::CatchScope::CatchScope ( VM vm)
inline

◆ CatchScope() [2/6]

JSC::CatchScope::CatchScope ( const CatchScope )
delete

◆ CatchScope() [3/6]

JSC::CatchScope::CatchScope ( CatchScope &&  )
default

◆ CatchScope() [4/6]

ALWAYS_INLINE JSC::CatchScope::CatchScope ( VM vm)
inline

◆ CatchScope() [5/6]

JSC::CatchScope::CatchScope ( const CatchScope )
delete

◆ CatchScope() [6/6]

JSC::CatchScope::CatchScope ( CatchScope &&  )
default

Member Function Documentation

◆ clearException() [1/2]

ALWAYS_INLINE void JSC::CatchScope::clearException ( )
inline

◆ clearException() [2/2]

ALWAYS_INLINE void JSC::CatchScope::clearException ( )
inline

The documentation for this class was generated from the following file: