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

Method getState

deps/v8/tools/profile.mjs:948–950  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

946
947 static STATE_PREFIX = ["", "~", "^", "-", "+", "*"];
948 getState() {
949 return DynamicFuncCodeEntry.STATE_PREFIX[this.state];
950 }
951
952 getName() {
953 const name = this.sfi.getName();

Callers 4

getNameMethod · 0.95
hasSourceFileFunction · 0.80
createBuilderProgramFunction · 0.80
formatProfileEntryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected