haikuwebkit/JSTests/modules/execution-order-dag.js

8 lines
214 B
JavaScript

// This tests the DAG.
import "./execution-order-dag/9.js"
import "./execution-order-dag/10.js"
var global = (Function("return this"))();
if (global.count !== 10)
throw new Error(`bad value ${global.count}`);