Home
last modified time | relevance | path

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

/external/chromium_org/v8/include/
Dv8.h116 template<typename T> class PropertyCallbackInfo; variable
305 template<class F> friend class PropertyCallbackInfo; variable
382 template<class F> friend class PropertyCallbackInfo; variable
2622 template<class F> friend class PropertyCallbackInfo; variable
2700 V8_INLINE PropertyCallbackInfo(internal::Object** args) : args_(args) {} in PropertyCallbackInfo() function