/pyjs/tests/test035.js
http://pyjamas.googlecode.com/ · JavaScript · 13 lines · 11 code · 2 blank · 0 comment · 0 complexity · 58466e2bc991ea5e2c6e3de03b59ee01 MD5 · raw file
- __Foo.prototype.__class__ = "Foo";
- function Foo() {
- return new __Foo();
- }
- function __Foo() {
- }
- function test() {
- var foo = Foo();
- var bar = Foo;
- __baz_Baz.prototype.doSomething.call();
- }