Test that "importScript" function is called only in module heads to avoid bugs like https://bugs.webkit.org/show_bug.cgi?id=111535
Created attachment 191701 [details] Patch
Comment on attachment 191701 [details] Patch You want to raise exception here, not exit.
This will exit with exitcode = 1 and error message. In the nutshell it raises SystemExit exception - so what's the difference?
Created attachment 191706 [details] Patch
Comment on attachment 191706 [details] Patch Clearing flags on attachment: 191706 Committed r144926: <http://trac.webkit.org/changeset/144926>
All reviewed patches have been landed. Closing bug.