Home
last modified time | relevance | path

Searched refs:checkNumericSet (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/webkit/fast/js/
Dprimitive-property-access-edge-cases-expected.txt56 PASS checkNumericSet(1, Number) is true
57 PASS checkNumericSet('hello', String) is true
58 PASS checkNumericSet(true, Boolean) is true
Dprimitive-property-access-edge-cases.js161 function checkNumericSet(x, constructor) function