Home | History | Annotate | Download | only in mjsunit

Lines Matching defs:zero_string

884   var zero_string = "-0-".substring(1,2);
889 assertThrows(function() { o[zero_string] = "new value"; }, TypeError);
900 var zero_string = "-0-".substring(1,2);
906 assertThrows(function() { frozen[zero_string] = "value"; }, TypeError);
907 assertThrows(function() { sealed[zero_string] = "value"; }, TypeError);