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

Function fastliteralcase

deps/v8/test/mjsunit/allocation-site-info.js:98–101  ·  view source on GitHub ↗
(literal, value)

Source from the content-addressed store, hash-verified

96assertKind(elements_kind.fast, obj);
97
98function fastliteralcase(literal, value) {
99 literal[0] = value;
100 return literal;
101}
102
103function get_standard_literal() {
104 var literal = [1, 2, 3];

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected