Closed
Bug 421409
Opened 18 years ago
Closed 7 years ago
Use any_itraitsEnv instead of NULL for "*" types
Categories
(Tamarin Graveyard :: Virtual Machine, enhancement)
Tamarin Graveyard
Virtual Machine
Tracking
(Not tracked)
RESOLVED
WONTFIX
Future
People
(Reporter: stejohns, Unassigned)
Details
A NULL value for TraitsEnv is sometimes used to mean "invalid", and sometimes used to mean "*" (matches any type). The latter usages should migrate to using the newly-created toplevel->any_itraitsEnv. (This is currently done for Forth but not for Verifier, PoolObject, AbcEnv, etc.)
Updated•18 years ago
|
Severity: normal → enhancement
Updated•17 years ago
|
Flags: in-testsuite-
Flags: flashplayer-triage+
Flags: flashplayer-qrb?
| Reporter | ||
Comment 2•16 years ago
|
||
still relevant but definitely for future backlog (ie not urgent at all, just long term code hygiene)
Flags: flashplayer-qrb? → flashplayer-qrb+
Target Milestone: --- → Future
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•