mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 21:34:08 -07:00
Use prototype = Object.create(parent) instead of prototype = new parent(...) to avoid calling the constructor needlessly (as it is redundant with the base constructor call in the constructor calls the parent constructor). Testfile reference comes from |
||
|---|---|---|
| .. | ||
| addentity | ||
| interfaces | ||
| error.js | ||
| test-addentity.js | ||
| test-destroyentity.js | ||
| test-entityid.js | ||
| test-global-helper.js | ||
| test-helper.js | ||
| test-hotload1.js | ||
| test-hotload2.js | ||
| test-interface.js | ||
| test-modding1.js | ||
| test-modding2.js | ||
| test-msg.js | ||
| test-param.js | ||
| test-query.js | ||
| test-serialize.js | ||
| test.js | ||