mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 04:44:25 +00:00
dafa5ab774
ScriptFunction::Call_ checks HasProperty, but then JS_CallFunctionName calls GetProperty. This is redundant and can be simplified. Reviewed By: phosit Differential Revision: https://code.wildfiregames.com/D5000 This was SVN commit r27726.