tests: Expand funky_function_calls

This commit is contained in:
relrelb 2021-03-31 20:16:27 +03:00 committed by kmeisthax
parent 5beb0164dd
commit 014e85b1f0
3 changed files with 8 additions and 0 deletions

View File

@ -19,6 +19,10 @@ Is it the global object: false
Argument 0: Apply w/ Root
Argument 1: undefined
false
Is it the global object: false
Argument 0: Apply w/ Primitive
Argument 1: undefined
false
Is it the global object: true
Argument 0: Call w/ Undefined
Argument 1: undefined
@ -35,6 +39,10 @@ Is it the global object: false
Argument 0: Call w/ Root
Argument 1: 2
false
Is it the global object: false
Argument 0: Call w/ Primitive
Argument 1: undefined
false
Is it the global object: true
Argument 0: Fake arguments object
Argument 1: 5