Home
last modified time | relevance | path

Searched refs:mp_store_global (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dnativeglue.c269 mp_store_global,
A Druntime.h108 void mp_store_global(qstr qst, mp_obj_t obj);
A Ddynruntime.h174 #define mp_store_global(qst, obj) (mp_fun_table.store_global((qst), (obj))) macro
A Dvm.c493 mp_store_global(qst, POP()); in mp_execute_bytecode()
A Druntime.c224 void mp_store_global(qstr qst, mp_obj_t obj) { in mp_store_global() function
/AliOS-Things-master/components/py_engine/engine/mpy-cross/
A Dmain.c71 mp_store_global(MP_QSTR___file__, MP_OBJ_NEW_QSTR(source_name)); in compile_and_save()

Completed in 12 milliseconds