[pypy-commit] lang-js default: mark immutable fields

2012-12-28 Thread stepahn
Author: Stephan Branch: Changeset: r314:38a3df9f5a9f Date: 2012-12-11 16:30 +0100 http://bitbucket.org/pypy/lang-js/changeset/38a3df9f5a9f/ Log:mark immutable fields diff --git a/js/environment_record.py b/js/environment_record.py --- a/js/environment_record.py +++ b/js/environment_record.p

[pypy-commit] lang-js default: mark immutable fields on Reference

2012-12-28 Thread stepahn
Author: Stephan Branch: Changeset: r284:8f8a17e7646c Date: 2012-08-24 10:45 +0200 http://bitbucket.org/pypy/lang-js/changeset/8f8a17e7646c/ Log:mark immutable fields on Reference diff --git a/js/lexical_environment.py b/js/lexical_environment.py --- a/js/lexical_environment.py +++ b/js/lexi