Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/
Dtrack-fields.js264 function attr_mismatch_obj(v, writable) { function
275 var writable = attr_mismatch_obj(10, true);
276 var non_writable1 = attr_mismatch_obj(10.5, false);
281 var non_writable2 = attr_mismatch_obj(10.5, false);