NewOperatorFactory is not used
This commit is contained in:
parent
0a48af9ff7
commit
a259d10bcb
1 changed files with 0 additions and 6 deletions
|
@ -180,12 +180,6 @@ class Constructor {
|
||||||
DISALLOW_COPY_AND_ASSIGN(Constructor);
|
DISALLOW_COPY_AND_ASSIGN(Constructor);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
template<typename T>
|
|
||||||
WrappableBase* NewOperatorFactory() {
|
|
||||||
return new T;
|
|
||||||
}
|
|
||||||
|
|
||||||
template<typename T, typename Sig>
|
template<typename T, typename Sig>
|
||||||
v8::Local<v8::Function> CreateConstructor(
|
v8::Local<v8::Function> CreateConstructor(
|
||||||
v8::Isolate* isolate,
|
v8::Isolate* isolate,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue