blob: efbf5a6e5b52834d811942670bf74db1b0643bb8 [file] [log] [blame]
This tests verifies the identity of function.arguments vs 'arguments' used locally.
PASS: getArguments() == arguments should be false and is.
PASS: getArguments() == eval('arguments') should be false and is.
PASS: getArguments() == arguments {eval present} should be false and is.
PASS: getArguments() == arguments {function present} should be false and is.
PASS: getArguments() == arguments {closure present} should be false and is.
PASS: getArguments() == arguments {with present} should be false and is.
PASS: getArguments() == arguments {catch present} should be false and is.
PASS: getArguments() == arguments {var declaration} should be false and is.
PASS: getArguments() == arguments {function declaration} should be false and is.