set_name 1400 core/builtin.h void set_name(ErrorObject* obj, AvmBox newVal); set_name 1424 core/builtin.h REALLY_INLINE void set_name(AvmBox newVal) { m_slots_ErrorObject.set_name(this, newVal); } \ set_name 381 extensions/SamplerScript.cpp sf->set_name(e->name()); // NOT e->info()->name() because e->name() can be a fake name set_name 517 shell/shell_toplevel.h void set_name(StackFrameObject* obj, AvmString newVal); set_name 545 shell/shell_toplevel.h REALLY_INLINE void set_name(AvmString newVal) { m_slots_StackFrameObject.set_name(this, newVal); } \