暂无描述

multiple.js 120B

    // foo function foo () { return baz(); } function bar () { return foo(baz); } function baz () { return bar(); }