no-frontmatter.js (289B)
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 /*--- 5 flags: [noStrict] 6 description: | 7 pending 8 esid: pending 9 ---*/ 10 11 async function f() { 12 let 13 await 0; 14 } 15 16 assert.sameValue(true, f instanceof Function);