We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72adf52 commit 88b99eeCopy full SHA for 88b99ee
src/base_object.h
@@ -128,11 +128,6 @@ class BaseObject : public MemoryRetainer {
128
// a BaseObjectPtr to this object.
129
inline void Detach();
130
131
- static inline v8::Local<v8::FunctionTemplate> GetConstructorTemplate(
132
- Environment* env);
133
- static v8::Local<v8::FunctionTemplate> GetConstructorTemplate(
134
- IsolateData* isolate_data);
135
-
136
// Interface for transferring BaseObject instances using the .postMessage()
137
// method of MessagePorts (and, by extension, Workers).
138
// GetTransferMode() returns a transfer mode that indicates how to deal with
0 commit comments