Searched refs:delete_element (Results 1 - 1 of 1) sorted by relevance

/external/v8/test/mjsunit/
H A Dstrict-mode.js475 function delete_element(o, i) { function
489 assertThrows(function() { delete_element(object, "1"); }, TypeError);
490 assertThrows(function() { delete_element(object, 1); }, TypeError);
492 assertThrows(function() { delete_element(object, "7"); }, TypeError);
493 assertThrows(function() { delete_element(object, 7); }, TypeError);
495 assertThrows(function() { delete_element(object, "3.14"); }, TypeError);
496 assertThrows(function() { delete_element(object, 3.14); }, TypeError);

Completed in 47 milliseconds