2 == Running test suite: Runtime.getProperties
3 -- Running test case: CheckPropertiesOfWrapperObject
4 Evaluating expression: (function(){var r = Object(5); r.foo = 'cat';return r;})()
6 __proto__ object Number
9 -- Running test case: CheckPropertiesOfArray
10 Evaluating expression: ['red', 'green', 'blue']
12 __proto__ object Array
17 -- Running test case: CheckPropertiesOfBoundConstructor
18 Evaluating expression: Number.bind({}, 5)
20 __proto__ function function () {
24 name string bound Number
26 boundArgs object Array
27 boundThis object Object
28 targetFunction function function Number() {
32 -- Running test case: CheckPropertiesOfBoundFunctionNoArguments
33 Evaluating expression: (function(){}).bind(null)
35 __proto__ function function () {
41 boundThis object undefined
42 targetFunction function function (){}