Searched refs:checkNumericWriteStrict (Results 1 – 2 of 2) sorted by relevance
74 PASS checkNumericWriteStrict(1, Number) threw exception TypeError: Cannot create property '42' on n…75 PASS checkNumericWriteStrict('hello', String) threw exception TypeError: Cannot create property '42…76 PASS checkNumericWriteStrict(true, Boolean) threw exception TypeError: Cannot create property '42' …
218 function checkNumericWriteStrict(x, constructor) function