mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-15 23:30:00 -04:00
test cases and drm
This commit is contained in:
parent
fc8738b239
commit
14a0305bdb
10 changed files with 3582 additions and 22 deletions
6
rewriter/tests/2-function-default.js
Normal file
6
rewriter/tests/2-function-default.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
function f(g = globalThis, l = location) {
|
||||
check(g);
|
||||
check(l);
|
||||
}
|
||||
|
||||
f();
|
Loading…
Add table
Add a link
Reference in a new issue