···3131 jsoff_t pos; // current parsing position
3232 jsoff_t toff; // offset of the last parsed token
3333 jsoff_t tlen; // length of the last parsed token
3434- jsoff_t nogc; // entity offset to exclude from GC
3534 jsval_t tval; // holds last parsed numeric or string literal value
3635 jsval_t scope; // current scope
3736 jsval_t this_val; // 'this' value for currently executing function