leobalter / shadowrealms-polyfill

MIT License
58 stars 0 forks source link

Adds a Test262-friendly implementation for use with --prelude #18

Closed rwaldron closed 3 years ago

rwaldron commented 3 years ago

Tests are not available in Test262, however when they become available, use the following:

(from within test262 directory)

test262-harness --prelude ../realms-polyfill/src/test262.js --hostType=jsc --hostPath=`which jsc` 'test/built-ins/ShadowRealm/**/*.js'