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

Function ConsNotSmiIndex

deps/v8/test/mjsunit/string-charcodeat.js:171–174  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

169assertEquals(0x1234, Flat16Optimized());
170
171function ConsNotSmiIndex() {
172 var str = Cons();
173 assertTrue(isNaN(str.charCodeAt(0x7fffffff)));
174};
175%PrepareFunctionForOptimization(ConsNotSmiIndex);
176for (var i = 0; i < 5; i++) {
177 ConsNotSmiIndex();

Callers 1

Calls 2

ConsFunction · 0.70
assertTrueFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…