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

Method getRawName

deps/v8/tools/profile.mjs:960–962  ·  view source on GitHub ↗

* Returns raw node name (without type decoration).

()

Source from the content-addressed store, hash-verified

958 * Returns raw node name (without type decoration).
959 */
960 getRawName() {
961 return this.sfi.getName();
962 }
963
964 isJSFunction() {
965 return true;

Callers

nothing calls this directly

Calls 1

getNameMethod · 0.45

Tested by

no test coverage detected