04fefc74f182f5dae7083087d12e6e472d3f4a85
[platform/framework/web/crosswalk-tizen.git] /
1 // SequenceExpression (aka. comma operator)
2
3 a,b
4 a,b,c
5
6 a=3,foo(),   bar()   ,"baz",c
7
8 it="is"  , ("a"),(trap())
9
10 // borrowed from signals.min test a bug related to line breaks and indent
11     if(e!==-1){if(a =this._bindings[e],a.isOnce()!==b)throw Error('foo');}else a=new h(this,a,b,c,d),this._addBinding(a);
12