HomeSort by relevance Sort by last modified time
    Searched full:pop_call (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/v8/test/mjsunit/
object-seal.js 205 var pop_call = function(a) { return a.pop(); } function
208 pop_call(obj);
213 assertThrows(function() { pop_call(obj); }, TypeError);
217 assertDoesNotThrow(function() { pop_call(objControl); });

Completed in 51 milliseconds