diff options
Diffstat (limited to 'gin/isolate_holder.cc')
-rw-r--r-- | gin/isolate_holder.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gin/isolate_holder.cc b/gin/isolate_holder.cc index 1ddbe78..091a983 100644 --- a/gin/isolate_holder.cc +++ b/gin/isolate_holder.cc @@ -66,6 +66,7 @@ IsolateHolder::IsolateHolder(v8::Isolate* isolate) v8::Isolate::Scope isolate_scope(isolate_); v8::HandleScope handle_scope(isolate_); isolate_data_.reset(new PerIsolateData(isolate_)); + InitFunctionTemplates(isolate_data_.get()); } IsolateHolder::~IsolateHolder() { |