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

Method getRawName

deps/v8/tools/profile.mjs:908–910  ·  view source on GitHub ↗

* Returns raw node name (without type decoration).

()

Source from the content-addressed store, hash-verified

906 * Returns raw node name (without type decoration).
907 */
908 getRawName() {
909 return this.name;
910 }
911
912 isJSFunction() {
913 return false;

Callers 2

addSourcePositionMethod · 0.45
functionNameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected