Home
last modified time | relevance | path

Searched refs:call_method (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Demit.h153 …void (*call_method)(emit_t *emit, mp_uint_t n_positional, mp_uint_t n_keyword, mp_uint_t star_flag… member
A Dcompile.c1787 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 Dquickjs-opcode.h105 DEF( call_method, 3, 2, 1, npop) /* arguments are not counted in n_pop */

Completed in 11 milliseconds