Home
last modified time | relevance | path

Searched defs:n_kw_defaults (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Demitbc.c790 …bc_make_function(emit_t *emit, scope_t *scope, mp_uint_t n_pos_defaults, mp_uint_t n_kw_defaults) { in mp_emit_bc_make_function()
798 …emit, scope_t *scope, mp_uint_t n_closed_over, mp_uint_t n_pos_defaults, mp_uint_t n_kw_defaults) { in mp_emit_bc_make_closure()
A Demitnative.c2680 …ve_make_function(emit_t *emit, scope_t *scope, mp_uint_t n_pos_defaults, mp_uint_t n_kw_defaults) { in emit_native_make_function()
2699 …emit, scope_t *scope, mp_uint_t n_closed_over, mp_uint_t n_pos_defaults, mp_uint_t n_kw_defaults) { in emit_native_make_closure()
A Dcompile.c604 …_over_variables_etc(compiler_t *comp, scope_t *this_scope, int n_pos_defaults, int n_kw_defaults) { in close_over_variables_etc()

Completed in 19 milliseconds