Source code

Revision control

Copy as Markdown

Other Tools

"use strict";
/* eslint-disable no-unused-vars */
function bar() {}
function foo() {
bar();
}
postMessage("evaled");