Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ first
Method
first
deps/v8/tools/system-analyzer/timeline.mjs:277–279 ·
view source on GitHub ↗
@returns {T}
()
Source
from the content-addressed store, hash-verified
275
276
/** @returns {T} */
277
first() {
278
return
this.at(0);
279
}
280
281
/** @returns {T} */
282
at(index) {
Callers
15
has
Method · 0.95
createForOfBindingStatement
Function · 0.45
getVariableDeclarationOfObjectLiteral
Function · 0.45
addPropertyToElementList
Function · 0.45
getSpecifierForModuleSymbol
Function · 0.45
signaturesRelatedTo
Function · 0.45
getArgumentArityError
Function · 0.45
createCombinedSymbolForOverloadFailure
Function · 0.45
checkUnusedLocalsAndParameters
Function · 0.45
bindingNameText
Function · 0.45
checkMembersForOverrideModifier
Function · 0.45
getMemberOverrideModifierStatus
Function · 0.45
Calls
1
at
Method · 0.95
Tested by
no test coverage detected