| 2980 | napi_status Abort() const; |
| 2981 | |
| 2982 | struct ConvertibleContext { |
| 2983 | template <class T> |
| 2984 | operator T*() { |
| 2985 | return static_cast<T*>(context); |
| 2986 | } |
| 2987 | void* context; |
| 2988 | }; |
| 2989 | |
| 2990 | // This API may be called from any thread. |
| 2991 | ConvertibleContext GetContext() const; |