PageRenderTime 98ms CodeModel.GetById 10ms RepoModel.GetById 0ms app.codeStats 0ms

/pyjs/tests/test033.js

http://pyjamas.googlecode.com/
JavaScript | 12 lines | 10 code | 2 blank | 0 comment | 0 complexity | ce949769f86c9ba184656c0b9a99e78b MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0
  1. function test() {
  2. var a = y;
  3. var b = x.y;
  4. var c = this.y;
  5. var d = __foo_bar.y;
  6. var e = __Baz.y;
  7. var f = x.y.z;
  8. var g = x.__getitem__(0).y;
  9. var h = x().y;
  10. }