訳の正確性を保証するものではありませんので必要に応じて原文であるEcma InternationalのECMA-262にある ECMA-262.pdf ( ECMA-262 5.1 Edition )を参照下さい。
訳:2012年04月 webzoit.net
【構文】 ThrowStatement : throw [no LineTerminator here] Expression ;
【セマンティックス】 プロダクション
ThrowStatement : throw [no LineTerminator here] Expression ;
は、次のように評価されます。
1. exprRef は、Expressionを評価した結果とする 2. return (throw, GetValue(exprRef), empty)