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 r9528: If we can't find a propert


From: Tom Stellard
Subject: Re: [Gnash-commit] /srv/bzr/gnash/avm2 r9528: If we can't find a property in the scope stack, look again using as_environment::find_object.
Date: Thu, 28 Aug 2008 21:00:55 +0800


> revno: 9528
> committer: Tom Stellard <address@hidden>
> branch nick: gnash_dev
> timestamp: Wed 2008-08-27 13:41:23 +0800
> message:
>   If we can't find a property in the scope stack, look again using as_environment::find_object.

Why not as_environment::get_variable ?
find_object only looks for objects, not variables...

You are right, it looks like as_environment::get_variable would be better, especially since that function gives a pointer to the object that contained the variable, which is what we are really looking for.

-Tom

reply via email to

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