Searched defs:interp_env_t (Results 1 – 1 of 1) sorted by relevance
563 struct interp_env_t struct565 interp_env_t () {} in interp_env_t() function566 interp_env_t (const hb_ubytes_t &str_) in interp_env_t() function570 bool in_error () const in in_error()573 void set_error () { str_ref.set_error (); } in set_error()575 op_code_t fetch_op () in fetch_op()591 const ARG& eval_arg (unsigned int i) { return argStack[i]; } in eval_arg()593 ARG& pop_arg () { return argStack.pop (); } in pop_arg()594 void pop_n_args (unsigned int n) { argStack.pop (n); } in pop_n_args()596 void clear_args () { pop_n_args (argStack.get_count ()); } in clear_args()[all …]