Inheritance Path. java.lang.Object-> com.itmill.toolkit.terminal.web.WebBrowser.JavaScriptVersion
Parameters
true if this supports the other, false otherwise
Check compability with other JavaScript version.
Use this like:
boolean isEcma = someVersion.supports(ECMA_262);