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

/external/chromium_org/v8/include/
H A Dv8.h116 template<typename T> class PropertyCallbackInfo;
305 template<class F> friend class PropertyCallbackInfo;
382 template<class F> friend class PropertyCallbackInfo;
2235 const PropertyCallbackInfo<Value>& info);
2238 const PropertyCallbackInfo<Value>& info);
2244 const PropertyCallbackInfo<void>& info);
2248 const PropertyCallbackInfo<void>& info);
2622 template<class F> friend class PropertyCallbackInfo;
2679 class PropertyCallbackInfo { class in namespace:v8
2692 friend class internal::CustomArguments<PropertyCallbackInfo>;
2700 V8_INLINE PropertyCallbackInfo(internal::Object** args) : args_(args) {} function in class:v8::PropertyCallbackInfo
[all...]

Completed in 280 milliseconds