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

Method at

deps/v8/tools/system-analyzer/timeline.mjs:282–284  ·  view source on GitHub ↗

@returns {T}

(index)

Source from the content-addressed store, hash-verified

280
281 /** @returns {T} */
282 at(index) {
283 return this.items[index];
284 }
285
286 size() {
287 return this.items.length;

Callers 15

lastMethod · 0.95
firstMethod · 0.95
withMetaFunction · 0.45
execWorkspacesMethod · 0.45
processTimerEventEndMethod · 0.45
isLoopTestMethod · 0.45
wrapBlockWithTryCatchFunction · 0.45
ReturnStatementMethod · 0.45
TypedArrayAtHelperFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected