Searched refs:call_method (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | emit.h | 153 …void (*call_method)(emit_t *emit, mp_uint_t n_positional, mp_uint_t n_keyword, mp_uint_t star_flag… member
|
A D | compile.c | 1787 EMIT_ARG(call_method, 0, 0, 0); in compile_await_object_method() 1802 EMIT_ARG(call_method, 0, 0, 0); in compile_async_for_stmt() 1922 EMIT_ARG(call_method, 3, 0, 0); in compile_async_with_stmt_helper() 1940 EMIT_ARG(call_method, 3, 0, 0); in compile_async_with_stmt_helper() 2458 EMIT_ARG(call_method, n_positional, n_keyword, star_flags); in compile_trailer_paren_helper()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | quickjs-opcode.h | 105 DEF( call_method, 3, 2, 1, npop) /* arguments are not counted in n_pop */
|
Completed in 11 milliseconds