Home
last modified time | relevance | path

Searched refs:old_locals (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dbuiltinevex.c49 mp_obj_dict_t *old_locals = mp_locals_get(); in code_execute() local
66 mp_locals_set(old_locals); in code_execute()
71 mp_locals_set(old_locals); in code_execute()
A Dbuiltinimport.c158 mp_obj_dict_t *volatile old_locals = mp_locals_get(); in do_execute_raw_code() local
172 mp_locals_set(old_locals); in do_execute_raw_code()
176 mp_locals_set(old_locals); in do_execute_raw_code()
A Druntime.c1477 mp_obj_dict_t *volatile old_locals = mp_locals_get(); in mp_parse_compile_execute() local
1501 mp_locals_set(old_locals); in mp_parse_compile_execute()
1506 mp_locals_set(old_locals); in mp_parse_compile_execute()
A Dmodbuiltins.c53 mp_obj_dict_t *old_locals = mp_locals_get(); in mp_builtin___build_class__() local
61 mp_locals_set(old_locals); in mp_builtin___build_class__()

Completed in 13 milliseconds