strict-double.js (233B)
1 // Copyright (C) 2024 Igalia S.L. All rights reserved. 2 // This code is governed by the BSD license found in the LICENSE file. 3 4 "use strict"; 5 async function f() { 6 let 7 await 0; 8 } 9 10 assert.sameValue(true, f instanceof Function);