Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ lookupScript
Method
lookupScript
deps/v8/tools/parse-processor.mjs:891–893 ·
view source on GitHub ↗
(id)
Source
from the content-addressed store, hash-verified
889
}
890
891
lookupScript(id) {
892
return
this.idToScript.get(id);
893
}
894
895
getOrCreateFunction(
896
scriptId, startPosition, endPosition, duration, timestamp, functionName) {
Callers
11
getOrCreateFunction
Method · 0.95
processScriptDetails
Method · 0.95
processScriptSource
Method · 0.95
processFull
Method · 0.95
processParseScript
Method · 0.95
processFirstExecution
Method · 0.95
processCompile
Method · 0.95
processBaselineLazy
Method · 0.95
processOptimizeLazy
Method · 0.95
processDeserialize
Method · 0.95
processCompilationCacheEvent
Method · 0.95
Calls
1
get
Method · 0.65
Tested by
no test coverage detected