Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/strong/
Dclass-object-frozen.js39 function convertPropertyToData(o) { function
47 assertDoesNotThrow(function(){convertPropertyToData(classFunc())});
48 assertDoesNotThrow(function(){convertPropertyToData(classFunc().prototype)});
54 assertThrows(function(){convertPropertyToData(classFunc())}, TypeError);
55 assertThrows(function(){convertPropertyToData(classFunc().prototype)},
80 assertDoesNotThrow(function(){convertPropertyToData(parent)});
96 assertThrows(function(){convertPropertyToData(parent)}, TypeError);