it's not safe to assume that property access is side-effect-free
authorMihai Bazon <mihai@bazon.net>
Tue, 25 Sep 2012 07:32:14 +0000 (10:32 +0300)
committerMihai Bazon <mihai@bazon.net>
Tue, 25 Sep 2012 07:32:14 +0000 (10:32 +0300)
commitea6d1ea7014352ed81bf8d1fd461727d21ff4d12
treecf5e95066cb8416709edf9cf4806a4dc21d747b0
parent368ac8f93ca7ea704ee0eabd419cd083c6b843aa
it's not safe to assume that property access is side-effect-free

(getters/setters + various browser bugs will trigger side effects; also, an
exception is thrown when the expression is undefined)
lib/compress.js