AS3 Test case #3 fails 0.71

Bug #1115748 reported by zahurdias
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Lightspark
Confirmed
Medium
Unassigned

Bug Description

package
{
    import flash.display.*;

    public class test3 extends MovieClip
    {

        public function test3()
        {
        prototype.newValue = 1;
        trace(prototype); // [object Object]
        trace(prototype.toString); // function Function() {}

        return;
        }// end function

    }
}

zahurdias (zahurdias)
description: updated
zahurdias (zahurdias)
description: updated
description: updated
description: updated
Revision history for this message
Antti Ajanki (aajanki) wrote :

The bug is that trace(prototype.toString) returns "[object Function]", should return "function Function() {}"

Changed in lightspark:
importance: Undecided → Medium
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.