Lines Matching refs:TestStringify
36 function TestStringify(expected, input) { class
52 TestStringify(expected_1, array_1);
53 TestStringify(expected_2, array_2);
59 TestStringify('1', num_wrapper);
64 TestStringify('"true"', str_wrapper);
70 TestStringify('false', bool_wrapper);
78 TestStringify('{"getter":123}', getter_obj);
87 TestStringify('[1,2]', tojson_obj);
96 TestStringify('{"a":1}', tojson_proto_obj);
106 TestStringify('321', tojson_via_getter);
115 TestStringify('{"a":"aa","b":"bb"}', tojson_with_key_1);
117 TestStringify('["00","11"]', tojson_with_key_2);
126 TestStringify('{"y":"xy"}', {y: obj});
133 TestStringify("[1,2,7,4]", fast_smi);
140 TestStringify("[1.1,2,7,4]", fast_double);
147 TestStringify("[1,2,7,{}]", fast_obj);
179 TestStringify('{"a":1,"c":3}', non_enum);
185 TestStringify("\"external\"", str, null, 0);