var mod_a = require("mod_a"); var mod_b = require("mod_b"); c = mod_b.C(); d = mod_b.D(); d.DoSomething(c);