Searched refs:NamedPropertyGetter (Results 1 – 3 of 3) sorted by relevance
50 void NamedPropertyGetter(v8::Local<v8::String> property, in NamedPropertyGetter() function144 template_->SetNamedPropertyHandler(&NamedPropertyGetter, in AddNamedPropertyInterceptor()
16 // FIXME: This uses a NamedPropertyGetter to implement the 'duration' attribute
11401 typedef void (*NamedPropertyGetter)( typedef11406 static void CheckInterceptorLoadIC(NamedPropertyGetter getter, in CheckInterceptorLoadIC()