MCPcopy Index your code
hub / github.com/nodejs/node / pop

Function pop

deps/v8/test/mjsunit/array-pop.js:33–35  ·  view source on GitHub ↗
(arr)

Source from the content-addressed store, hash-verified

31// This test must be the first test to guarantee elements protectors are valid.
32(function() {
33 function pop(arr) {
34 return arr.pop();
35 }
36 let smi_arr = [1, 2, 3, 4];
37 let object_arr = [{}, {}, {}, {}];
38 let double_arr = [1.1, 2.2, 3.3, 4.4];

Callers 2

array-pop.jsFile · 0.70

Calls 1

popMethod · 0.80

Tested by

no test coverage detected