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

Method setCodeType

deps/v8/tools/tickprocessor.mjs:742–744  ·  view source on GitHub ↗
(name, type)

Source from the content-addressed store, hash-verified

740 }
741
742 setCodeType(name, type) {
743 this.codeTypes_[name] = TickProcessor.CodeTypes[type];
744 }
745
746 isSharedLibrary(name) {
747 return this.codeTypes_[name] == TickProcessor.CodeTypes.SHARED_LIB;

Callers 1

processSharedLibraryMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected