Searched refs:staticTemplateMap (Results 1 – 1 of 1) sorted by relevance
145 static WeakReferenceMap<PrivateIdentifier, v8::FunctionTemplate> staticTemplateMap(&weakTemplateCal… variable151 ASSERT(staticTemplateMap.contains(identifier)); in weakTemplateCallback()153 staticTemplateMap.forget(identifier); in weakTemplateCallback()181 v8::Persistent<v8::FunctionTemplate> functionTemplate = staticTemplateMap.get(id); in npObjectGetProperty()188 staticTemplateMap.set(id, functionTemplate); in npObjectGetProperty()