Searched refs:INIT_CODESTATE (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | objfun.c | 210 #define INIT_CODESTATE(code_state, _fun_bc, _n_state, n_args, n_kw, args) \ macro 240 INIT_CODESTATE(code_state, self, n_state, n_args, n_kw, args); in mp_obj_fun_bc_prepare_codestate() 285 INIT_CODESTATE(code_state, self, n_state, n_args, n_kw, args); in fun_bc_call()
|
Completed in 3 milliseconds