Searched refs:testOne (Results 1 - 1 of 1) sorted by relevance

/external/v8/test/mjsunit/
H A Dkeyed-call-generic.js30 function testOne(receiver, key, result) { function
57 testOne(0, toStringNonSymbol, '0');
59 testOne(1, 'toString', '1');
60 testOne('1', 'toString', '1');
61 testOne(1.0, 'toString', '1');
63 testOne(1, 'type', 'object');
64 testOne(2.3, 'type', 'object');
65 testOne('x', 'type', 'object');
66 testOne(true, 'type', 'object');
67 testOne(fals
[all...]

Completed in 55 milliseconds