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

/external/v8/include/
H A Dv8.h132 template<typename T> class PropertyCallbackInfo;
316 template<class F> friend class PropertyCallbackInfo;
2838 const PropertyCallbackInfo<Value>& info);
2841 const PropertyCallbackInfo<Value>& info);
2847 const PropertyCallbackInfo<void>& info);
2851 const PropertyCallbackInfo<void>& info);
3480 template<class F> friend class PropertyCallbackInfo;
3538 class PropertyCallbackInfo { class in namespace:v8
3560 * const v8::PropertyCallbackInfo<v8::Value>& info) {
3631 friend class internal::CustomArguments<PropertyCallbackInfo>;
3640 V8_INLINE PropertyCallbackInfo(internal::Object** args) : args_(args) {} function in class:v8::PropertyCallbackInfo
[all...]

Completed in 127 milliseconds