tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

top-level-empty-str-is-valid-assign-expr.js (444B)


      1 // This file was procedurally generated from the following sources:
      2 // - src/dynamic-import/empty-str-is-valid-assign-expr.case
      3 // - src/dynamic-import/syntax/valid/top-level.template
      4 /*---
      5 description: Calling import('') (top level syntax)
      6 esid: sec-import-call-runtime-semantics-evaluation
      7 features: [dynamic-import]
      8 flags: [generated]
      9 info: |
     10    ImportCall :
     11        import( AssignmentExpression )
     12 
     13 ---*/
     14 
     15 import('');
     16 
     17 reportCompare(0, 0);