Home | History | Annotate | Download | only in mjsunit

Lines Matching refs:str_obj

995   var str_obj = new String(str_val);
996 var str_cat = str_val + str_val + str_obj;
999 assertThrows(function() { str_obj.length = 1; }, TypeError);