Searched defs:PropertyCallbackInfo (Results 1 – 1 of 1) sorted by relevance
116 template<typename T> class PropertyCallbackInfo; variable305 template<class F> friend class PropertyCallbackInfo; variable382 template<class F> friend class PropertyCallbackInfo; variable2622 template<class F> friend class PropertyCallbackInfo; variable2700 V8_INLINE PropertyCallbackInfo(internal::Object** args) : args_(args) {} in PropertyCallbackInfo() function