handle "this" in ecmascript
authorAndy Wingo <wingo@pobox.com>
Fri, 20 Feb 2009 12:21:09 +0000 (13:21 +0100)
committerAndy Wingo <wingo@pobox.com>
Fri, 20 Feb 2009 23:33:03 +0000 (00:33 +0100)
commit785fb107ef1df793182f59f00251f9f7e3959792
treecbbe442822233e93b0989c91f081afb7254c65ba
parente80ce73d209892bae3bea80853d9e0e16cd82ed1
handle "this" in ecmascript

* module/language/ecmascript/base.scm:
* module/language/ecmascript/compile-ghil.scm:
* module/language/ecmascript/impl.scm:
* module/language/ecmascript/parse.scm: Compile "method calls" in such a
  way that "this" gets propagated correctly.
module/language/ecmascript/base.scm
module/language/ecmascript/compile-ghil.scm
module/language/ecmascript/impl.scm
module/language/ecmascript/parse.scm