PageRenderTime 21ms CodeModel.GetById 18ms RepoModel.GetById 1ms app.codeStats 0ms

/js/lib/Socket.IO-node/support/expresso/deps/jscoverage/tests/javascript/javascript-dot.js

http://github.com/onedayitwillmake/RealtimeMultiplayerNodeJs
JavaScript | 8 lines | 7 code | 1 blank | 0 comment | 0 complexity | 66d320793228736844b0457ae5af4b0e MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.1, MPL-2.0-no-copyleft-exception, BSD-3-Clause
  1. x.y = y.x;
  2. x["y"] = y["x"];
  3. x[y] = y[x];
  4. x['2y'] = y['var'];
  5. x[''] = y[""];
  6. print(123.0.toString());
  7. ({}.toString());