20 #ifndef GNASH_EXECUTABLECODE_H
21 #define GNASH_EXECUTABLECODE_H
24 #include <boost/noncopyable.hpp>
73 if (!
target()->unloaded()) {
111 if (!
target()->isDestroyed()) {
112 _buffers.push_back(&buffer);
117 for (BufferList::iterator it = _buffers.begin(),
118 itEnd = _buffers.end(); it != itEnd; ++it) {
161 callMethod(_obj, _name, _arg1, _arg2);
181 #endif // GNASH_EXECUTABLECODE_H