tor-browser

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

bug-1899344-1.js (240B)


      1 // |jit-test| module;
      2 
      3 load(libdir + 'match.js');
      4 const { Pattern } = Match;
      5 const { OBJECT_WITH_EXACTLY } = Pattern;
      6 
      7 import a from './bug-1899344.json' with { type: 'json' };
      8 
      9 Pattern(OBJECT_WITH_EXACTLY({ 'hello': 'world' })).assert(a);