Searched defs:zero_string (Results 1 - 1 of 1) sorted by relevance

/external/v8/test/mjsunit/
H A Dstrict-mode.js884 var zero_string = "-0-".substring(1,2); variable
889 assertThrows(function() { o[zero_string] = "new value"; }, TypeError);
900 var zero_string = "-0-".substring(1,2); variable
906 assertThrows(function() { frozen[zero_string] = "value"; }, TypeError);
907 assertThrows(function() { sealed[zero_string] = "value"; }, TypeError);

Completed in 69 milliseconds