Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/
Djson.js164 function TestInvalid(str) { class
168 TestInvalid('abcdef');
169 TestInvalid('isNaN()');
170 TestInvalid('{"x": [1, 2, deepObject]}');
171 TestInvalid('[1, [2, [deepObject], 3], 4]');
172 TestInvalid('function () { return 0; }');
174 TestInvalid("[1, 2");
175 TestInvalid('{"x": 3');
178 TestInvalid('[01]');
179 TestInvalid('[.1]');
[all …]