Searched refs:functionTemplate (Results 1 – 4 of 4) sorted by relevance
16 void functionTemplate(T t) { in functionTemplate() function26 functionTemplate<int>(0); in main()27 functionTemplate(0.0); in main()
76 …andle<v8::Object> lookupDOMWrapper(v8::Handle<v8::FunctionTemplate> functionTemplate, v8::Handle<v… in lookupDOMWrapper() argument78 … return object.IsEmpty() ? object : object->FindInstanceInPrototypeChain(functionTemplate); in lookupDOMWrapper()
203 v8::Persistent<v8::FunctionTemplate> functionTemplate = staticTemplateMap.get(id); in npObjectGetProperty() local205 if (functionTemplate.IsEmpty()) { in npObjectGetProperty()209 functionTemplate = v8::Persistent<v8::FunctionTemplate>::New(temp); in npObjectGetProperty()210 staticTemplateMap.set(id, functionTemplate); in npObjectGetProperty()214 v8::Local<v8::Function> v8Function = functionTemplate->GetFunction(); in npObjectGetProperty()
138 v8::Handle<v8::FunctionTemplate> functionTemplate = type->getTemplate(); in getConstructor() local142 v8::Local<v8::Function> value = functionTemplate->GetFunction(); in getConstructor()