gnash-commit
[Top][All Lists]
Advanced

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

Re: [Gnash-commit] /srv/bzr/gnash/avm2 r9591: Replace 'new Object' with


From: strk
Subject: Re: [Gnash-commit] /srv/bzr/gnash/avm2 r9591: Replace 'new Object' with '{}'
Date: Wed, 8 Oct 2008 10:38:41 +0200

On Wed, Oct 08, 2008 at 01:14:54PM +0800, Tom Stellard wrote:
> ------------------------------------------------------------
> revno: 9591
> committer: Tom Stellard <address@hidden>
> branch nick: gnash_dev
> timestamp: Wed 2008-10-08 13:14:54 +0800
> message:
>   Replace 'new Object' with '{}'

Should be two different opcodes there:

        'new Object'
        {
                push 'Object'
                new
        }

        '{}'
        {
                initObject
        }

--strk;




reply via email to

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