···3232 jsoff_t tlen; // length of the last parsed token
3333 jsval_t tval; // holds last parsed numeric or string literal value
3434 jsval_t scope; // current scope
3535+ jsval_t global; // global root object
3536 jsval_t this_val; // 'this' value for currently executing function
3637 jsval_t super_val; // 'super' value for class methods
3738 jsval_t new_target; // constructor called with 'new', undefined otherwise