gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-dev] ASHandlers vs action.cpp


From: strk
Subject: [Gnash-dev] ASHandlers vs action.cpp
Date: Wed, 21 Jun 2006 13:48:28 +0200

Looking at avaiable testcases I found out
that we lost a lot of functionalities in
the action.cpp => ASHandlers.cpp switch.
The Action handlers must have access to the
program counters in a few situations and the
new layout doesn't give them visibility of
them.

The cases are ActionReturn, BranchIfTrue and
friends. Should we make the program counters
part of the action_buffer class and pass a
reference to it to SWFHandlers in addition
to the reference to the as_environment ?

BTW, why is the filename called ASHandlers
but the class defined inside called SWFHandlers ?
I think the filename is more correct.

--strk;

 /"\    ASCII Ribbon Campaign
 \ /    Respect for low technology.
  X     Keep e-mail messages readable by any computer system.
 / \    Keep it ASCII. 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]