Lines Matching refs:PropertyCallbackInfo
71 friend class PropertyCallbackInfo;
145 class PropertyCallbackInfo {
167 * const v8::PropertyCallbackInfo<v8::Value>& info) {
238 friend class internal::CustomArguments<PropertyCallbackInfo>;
247 V8_INLINE PropertyCallbackInfo(internal::Address* args) : args_(args) {}
438 Isolate* PropertyCallbackInfo<T>::GetIsolate() const {
443 Local<Value> PropertyCallbackInfo<T>::Data() const {
448 Local<Object> PropertyCallbackInfo<T>::This() const {
453 Local<Object> PropertyCallbackInfo<T>::Holder() const {
458 ReturnValue<T> PropertyCallbackInfo<T>::GetReturnValue() const {
463 bool PropertyCallbackInfo<T>::ShouldThrowOnError() const {