···4545 jsval_t this_val; // 'this' value for currently executing function
4646 jsval_t super_val; // 'super' value for class methods
4747 jsval_t new_target; // constructor called with 'new', undefined otherwise
4848+ jsval_t pending_ntg; // staged new_target for next do_call_op
4849 jsval_t module_ns; // current ESM module namespace
4950 uint8_t *mem; // available JS memory
5051 jsoff_t size; // memory size