PageRenderTime 36ms CodeModel.GetById 23ms RepoModel.GetById 1ms app.codeStats 0ms

/pyjs/tests/test039.js

http://pyjamas.googlecode.com/
JavaScript | 7 lines | 5 code | 2 blank | 0 comment | 0 complexity | 2f76cc243e89ef1dc29c54eb8707b4c9 MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0
  1. function test() {
  2. var foo = new pyjslib_Dict([]);
  3. foo.__setitem__("five", 5);
  4. foo.__delitem__("five");
  5. }