Searched refs:MP_SCOPE_FLAG_HASCONSTS (Results 1 – 3 of 3) sorted by relevance
37 #define MP_SCOPE_FLAG_HASCONSTS (0x20) // used only if native emitter enabled macro
113 || ((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()
616 comp->scope_cur->scope_flags |= MP_SCOPE_FLAG_REFGLOBALS | MP_SCOPE_FLAG_HASCONSTS; in close_over_variables_etc()
Completed in 18 milliseconds