|
void | Initialize (Isolate *) |
|
Address | try_catch_handler_address () |
|
void | Free () |
|
| STATIC_ASSERT (sizeof(Context)==kPointerSize) |
|
|
Isolate * | isolate_ = nullptr |
|
Context | context_ |
|
ThreadId | thread_id_ = ThreadId::Invalid() |
|
Object * | pending_exception_ = nullptr |
|
Context | pending_handler_context_ |
|
Address | pending_handler_entrypoint_ = kNullAddress |
|
Address | pending_handler_constant_pool_ = kNullAddress |
|
Address | pending_handler_fp_ = kNullAddress |
|
Address | pending_handler_sp_ = kNullAddress |
|
bool | rethrowing_message_ = false |
|
Object * | pending_message_obj_ = nullptr |
|
Object * | scheduled_exception_ = nullptr |
|
bool | external_caught_exception_ = false |
|
SaveContext * | save_context_ = nullptr |
|
Address | c_entry_fp_ = kNullAddress |
|
Address | handler_ = kNullAddress |
|
Address | c_function_ = kNullAddress |
|
PromiseOnStack * | promise_on_stack_ = nullptr |
|
Address | js_entry_sp_ = kNullAddress |
|
ExternalCallbackScope * | external_callback_scope_ = nullptr |
|
StateTag | current_vm_state_ = EXTERNAL |
|
v8::FailedAccessCheckCallback | failed_access_check_callback_ = nullptr |
|
Address | thread_in_wasm_flag_address_ = kNullAddress |
|
Definition at line 343 of file isolate.h.
The documentation for this class was generated from the following files: