Searched refs:convertPropertyToData (Results 1 – 1 of 1) sorted by relevance
39 function convertPropertyToData(o) { function47 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);