Closed Bug 491065 Opened 15 years ago Closed 15 years ago

abcasm: Special Type Null not accessible as an istype literal

Categories

(Tamarin Graveyard :: Tools, defect)

defect
Not set
minor

Tracking

(Not tracked)

VERIFIED WORKSFORME

People

(Reporter: cpeyer, Assigned: tharwood)

Details

See http://help.adobe.com/en_US/AS3LCR/Flash_10.0/specialTypes.html#Null for description of Null Special Type

Trying to use:
pushnull
istype Null

results in:
VerifyError: Error #1014: Class Null could not be found.
I'll look into this, but I'm not sure if this is an ABC-level construct or something the compiler cooks up.  Try running your program with $PLAYERGLOBAL, it might be in there (it has to be somewhere, the AVM doesn't conjure up types on its own).
Per Jeff Dyer's comments, Null is a higher-level construct with no concrete representation at the AVM/assembler level.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.