Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/es6/
Diteration-semantics.js342 function test_iterator_result_object_non_object(value, descr) { function
356 test_iterator_result_object_non_object(null);
357 test_iterator_result_object_non_object(undefined);
358 test_iterator_result_object_non_object(42);
359 test_iterator_result_object_non_object('abc');
360 test_iterator_result_object_non_object(false);
361 test_iterator_result_object_non_object(Symbol('x'), 'Symbol(x)');