|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <ThrowScope.h>
Public Member Functions | |
| ALWAYS_INLINE | ThrowScope (VM &vm) |
| ThrowScope (const ThrowScope &)=delete | |
| ThrowScope (ThrowScope &&)=default | |
| ALWAYS_INLINE void | throwException (ExecState *exec, Exception *exception) |
| ALWAYS_INLINE JSValue | throwException (ExecState *exec, JSValue value) |
| ALWAYS_INLINE JSObject * | throwException (ExecState *exec, JSObject *obj) |
| ALWAYS_INLINE void | release () |
| ALWAYS_INLINE | ThrowScope (VM &vm) |
| ThrowScope (const ThrowScope &)=delete | |
| ThrowScope (ThrowScope &&)=default | |
| ALWAYS_INLINE void | throwException (ExecState *exec, Exception *exception) |
| ALWAYS_INLINE JSValue | throwException (ExecState *exec, JSValue value) |
| ALWAYS_INLINE JSObject * | throwException (ExecState *exec, JSObject *obj) |
| ALWAYS_INLINE void | release () |
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 |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.13