Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dcompile.c1316 EMIT_ARG(label_assign, l_end); in compile_assert_stmt()
1378 EMIT_ARG(label_assign, l_end); in compile_if_stmt()
1450 EMIT_ARG(label_assign, top_label); in compile_for_stmt_optimised_range()
1587 EMIT_ARG(label_assign, pop_label); in compile_for_stmt()
1690 EMIT_ARG(label_assign, l2); in compile_try_except()
1950 EMIT_ARG(label_assign, l_end); in compile_async_with_stmt_helper()
2118 EMIT_ARG(label_assign, l_fail); in compile_test_if_expr()
2121 EMIT_ARG(label_assign, l_end); in compile_test_if_expr()
2170 EMIT_ARG(label_assign, l_end); in compile_or_and_test()
2985 EMIT_ARG(label_assign, l_top); in compile_scope_comp_iter()
[all …]
A Demit.h116 void (*label_assign)(emit_t *emit, mp_uint_t l); member
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs.c23622 int label_parse, label_assign, label_done, label_lvalue, depth_lvalue; in js_parse_destructuring_element() local
23634 label_assign = new_label(s); in js_parse_destructuring_element()
23643 emit_label(s, label_assign); in js_parse_destructuring_element()
23646 emit_label(s, label_assign); in js_parse_destructuring_element()
24004 emit_goto(s, OP_goto, label_assign); in js_parse_destructuring_element()

Completed in 105 milliseconds