Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/
Dobject-seal.js192 var pop_call = function(a) { return a.pop(); } function
195 pop_call(obj);
200 assertThrows(function() { pop_call(obj); }, TypeError);
204 assertDoesNotThrow(function() { pop_call(objControl); });