blob: 90c20253939be17638ae8cf8d385ccc83fd75e84 [file] [log] [blame]
This test checks that methods called directly on primitive types get the wrapper, not the primitive, as the 'this' object.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS (1).thisType() is 'object'
PASS (2.3).thisType() is 'object'
PASS 'xxx'.thisType() is 'object'
PASS (false).thisType() is 'object'
PASS successfullyParsed is true
TEST COMPLETE