···2929 jsval_t tval; // holds last parsed numeric or string literal value
3030 jsval_t scope; // current scope
3131 jsval_t this_val; // 'this' value for currently executing function
3232+ jsval_t super_val; // 'super' value for class methods
3233 jsval_t new_target; // constructor called with 'new', undefined otherwise
3334 jsval_t module_ns; // current ESM module namespace
3435 uint8_t *mem; // available JS memory