Lines Matching refs:Holder
3470 * the holder of the function.
3480 V8_INLINE Local<Object> Holder() const;
3544 * info.Holder()
3574 * has an interceptor. Then `info.This()` is `x` and `info.Holder()` is `y`.
3575 * The Holder() could be a hidden object (the global object, rather
3580 V8_INLINE Local<Object> Holder() const;
6254 typedef StartupData (*SerializeInternalFieldsCallback)(Local<Object> holder,
6260 typedef void (*DeserializeInternalFieldsCallback)(Local<Object> holder,
8814 Local<Object> FunctionCallbackInfo<T>::Holder() const {
9443 Local<Object> PropertyCallbackInfo<T>::Holder() const {