/pyjs/tests/test039.js

http://pyjamas.googlecode.com/ · JavaScript · 7 lines · 5 code · 2 blank · 0 comment · 0 complexity · 2f76cc243e89ef1dc29c54eb8707b4c9 MD5 · raw file

  1. function test() {
  2. var foo = new pyjslib_Dict([]);
  3. foo.__setitem__("five", 5);
  4. foo.__delitem__("five");
  5. }