Searched refs:emit_bc_call_function_method_helper (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | emitbc.c | 811 STATIC void emit_bc_call_function_method_helper(emit_t *emit, int stack_adj, mp_uint_t bytecode_bas… in emit_bc_call_function_method_helper() function 822 …emit_bc_call_function_method_helper(emit, 0, MP_BC_CALL_FUNCTION, n_positional, n_keyword, star_fl… in mp_emit_bc_call_function() 826 …emit_bc_call_function_method_helper(emit, -1, MP_BC_CALL_METHOD, n_positional, n_keyword, star_fla… in mp_emit_bc_call_method()
|
Completed in 5 milliseconds