Wikipedia's page about ECMAScript states (quoting) :
ECMAScript is a scripting language,
standardized by Ecma International in
the ECMA-262 specification and ISO/IEC
16262. The language is widely used on the web, especially in the form of its
three best-known dialects,
JavaScript, ActionScript,
and JScript.
So I'm guessing that those three languages sort-of are "children" of ECMAScript, and that each of those choose to implement (or not) some specific features -- while all keeping the same root.
The page about ActionScript kind of confirms that, stating (quoting, emphasis mine) :
ActionScript is a scripting language
based on ECMAScript.
I suppose this "based on" is the important part.
Also, there might be a difference depending on the version of ECMAScript that is used, I'd say -- especially considering people are talking about ECMAScript 5, and that, for instance, Javascript is based on ECMAScript 3 :
As of 2009, the latest version of the
language is JavaScript 1.8.1. It is a
superset of ECMAScript (ECMA-262)
Edition 3.