◐ Shell
clean mode source ↗

src: remove declarations of removed BaseObject static fns · nodejs/node@88b99ee

Original file line numberDiff line numberDiff line change

@@ -128,11 +128,6 @@ class BaseObject : public MemoryRetainer {

128128

// a BaseObjectPtr to this object.

129129

inline void Detach();

130130
131-

static inline v8::Local<v8::FunctionTemplate> GetConstructorTemplate(

132-

Environment* env);

133-

static v8::Local<v8::FunctionTemplate> GetConstructorTemplate(

134-

IsolateData* isolate_data);

135-
136131

// Interface for transferring BaseObject instances using the .postMessage()

137132

// method of MessagePorts (and, by extension, Workers).

138133

// GetTransferMode() returns a transfer mode that indicates how to deal with