Searched defs:interp_env_t (Results 1 – 1 of 1) sorted by relevance
553 struct interp_env_t struct555 interp_env_t () {} in interp_env_t() argument556 interp_env_t (const hb_ubytes_t &str_) in interp_env_t() argument560 bool in_error () const in in_error()563 void set_error () { str_ref.set_error (); } in set_error()565 op_code_t fetch_op () in fetch_op()581 const ARG& eval_arg (unsigned int i) { return argStack[i]; } in eval_arg()583 ARG& pop_arg () { return argStack.pop (); } in pop_arg()584 void pop_n_args (unsigned int n) { argStack.pop (n); } in pop_n_args()586 void clear_args () { pop_n_args (argStack.get_count ()); } in clear_args()[all …]