Lines Matching refs:PropertyCallbackInfo
72 friend class PropertyCallbackInfo;
165 class PropertyCallbackInfo {
187 * const v8::PropertyCallbackInfo<v8::Value>& info) {
255 friend class internal::CustomArguments<PropertyCallbackInfo>;
267 V8_INLINE explicit PropertyCallbackInfo(internal::Address* args)
462 Isolate* PropertyCallbackInfo<T>::GetIsolate() const {
467 Local<Value> PropertyCallbackInfo<T>::Data() const {
472 Local<Object> PropertyCallbackInfo<T>::This() const {
477 Local<Object> PropertyCallbackInfo<T>::Holder() const {
482 ReturnValue<T> PropertyCallbackInfo<T>::GetReturnValue() const {
487 bool PropertyCallbackInfo<T>::ShouldThrowOnError() const {