Home
last modified time | relevance | path

Searched defs:PropertyCallbackInfo (Results 1 – 1 of 1) sorted by relevance

/external/v8/include/
Dv8.h132 template<typename T> class PropertyCallbackInfo; variable
316 template<class F> friend class PropertyCallbackInfo; variable
3480 template<class F> friend class PropertyCallbackInfo; variable
3640 V8_INLINE PropertyCallbackInfo(internal::Object** args) : args_(args) {} in PropertyCallbackInfo() function