Searched refs:pop_call (Results 1 – 1 of 1) sorted by relevance
192 var pop_call = function(a) { return a.pop(); } function195 pop_call(obj);200 assertThrows(function() { pop_call(obj); }, TypeError);204 assertDoesNotThrow(function() { pop_call(objControl); });