Searched refs:objectTemplate (Results 1 – 1 of 1) sorted by relevance
122 v8::Local<v8::Object> SafeAllocation::newInstance(v8::Handle<v8::ObjectTemplate> objectTemplate) in newInstance() argument124 if (objectTemplate.IsEmpty()) in newInstance()127 return objectTemplate->NewInstance(); in newInstance()