Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Druntime0.h37 #define MP_SCOPE_FLAG_HASCONSTS (0x20) // used only if native emitter enabled macro
A Demitnative.c113 || ((emit)->scope->scope_flags & (MP_SCOPE_FLAG_REFGLOBALS | MP_SCOPE_FLAG_HASCONSTS)))
443 } else if (scope->scope_flags & MP_SCOPE_FLAG_HASCONSTS) { in emit_native_start_pass()
1427 emit->scope->scope_flags |= MP_SCOPE_FLAG_HASCONSTS; in emit_native_load_const_obj()
A Dcompile.c616 comp->scope_cur->scope_flags |= MP_SCOPE_FLAG_REFGLOBALS | MP_SCOPE_FLAG_HASCONSTS; in close_over_variables_etc()

Completed in 18 milliseconds