19 #ifndef GNASH_AS_ENVIRONMENT_H
20 #define GNASH_AS_ENVIRONMENT_H
68 if (!_original_target) _original_target =
target;
103 return _stack.top(
dist);
113 _stack.drop(std::min(count, _stack.size()));
152 as_value
getVariable(
const as_environment& ctx,
const std::string& varname,
174 bool delVariable(
const as_environment& ctx,
const std::string& varname,
218 DisplayObject*
findTarget(
const as_environment& env,
const std::string&
path);
226 movie_root&
getRoot(
const as_environment& env);
229 Global_as&
getGlobal(
const as_environment &env);