MCPcopy Create free account
hub / github.com/nodejs/node / get_nested_literal

Function get_nested_literal

deps/v8/test/mjsunit/allocation-site-info.js:384–387  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

382(function() {
383 // Make sure we handle nested arrays
384 function get_nested_literal() {
385 var literal = [[1,2,3,4], [2], [3]];
386 return literal;
387 }
388
389 obj = get_nested_literal();
390 assertKind(elements_kind.fast, obj);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected