Closed
Bug 653517
Opened 14 years ago
Closed 6 years ago
ANI: provide a cleaner version of Toplevel::callproperty() for dynamic C++->AS3 calls
Categories
(Tamarin Graveyard :: Virtual Machine, defect)
Tamarin Graveyard
Virtual Machine
Tracking
(Not tracked)
RESOLVED
WONTFIX
Future
People
(Reporter: stejohns, Unassigned)
References
Details
Currently, the only correct way to call C++->AS3 if the callee is (possibly) dynamically bound is to use Toplevel::callproperty. This is an awkward API that is much more fiddly than most code needs; we should add a simpler wrapper that doesn't require argc/argv, doesn't require an explicit VTable arg, uses Value instead of Atom, etc...
Assignee: stejohns → nobody
Flags: flashplayer-qrb+
Flags: flashplayer-needsversioning-
Flags: flashplayer-needsbackport-
Flags: flashplayer-bug-
Target Milestone: --- → Future
Comment 1•6 years ago
|
||
Tamarin is a dead project now. Mass WONTFIX.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
Comment 2•6 years ago
|
||
Tamarin isn't maintained anymore. WONTFIX remaining bugs.
You need to log in
before you can comment on or make changes to this bug.
Description
•