Searched defs:PropertyCallbackInfo (Results 1 – 1 of 1) sorted by relevance
132 template<typename T> class PropertyCallbackInfo; variable316 template<class F> friend class PropertyCallbackInfo; variable3480 template<class F> friend class PropertyCallbackInfo; variable3640 V8_INLINE PropertyCallbackInfo(internal::Object** args) : args_(args) {} in PropertyCallbackInfo() function