Home
last modified time | relevance | path

Searched refs:InterceptorInfo (Results 1 – 25 of 92) sorted by relevance

1234

/dports/www/node10/node-v10.24.1/deps/v8/src/objects/
H A Dapi-callbacks-inl.h22 CAST_ACCESSOR(InterceptorInfo)
86 ACCESSORS(InterceptorInfo, getter, Object, kGetterOffset) in ACCESSORS()
87 ACCESSORS(InterceptorInfo, setter, Object, kSetterOffset) in ACCESSORS()
88 ACCESSORS(InterceptorInfo, query, Object, kQueryOffset) in ACCESSORS()
90 ACCESSORS(InterceptorInfo, deleter, Object, kDeleterOffset) in ACCESSORS()
92 ACCESSORS(InterceptorInfo, definer, Object, kDefinerOffset) in ACCESSORS()
93 ACCESSORS(InterceptorInfo, data, Object, kDataOffset) in ACCESSORS()
94 SMI_ACCESSORS(InterceptorInfo, flags, kFlagsOffset) in ACCESSORS()
95 BOOL_ACCESSORS(InterceptorInfo, flags, can_intercept_symbols, in ACCESSORS()
98 BOOL_ACCESSORS(InterceptorInfo, flags, non_masking, kNonMasking) in ACCESSORS()
[all …]
H A Dapi-callbacks.h135 class InterceptorInfo : public Struct {
154 DECL_CAST(InterceptorInfo)
157 DECL_PRINTER(InterceptorInfo)
158 DECL_VERIFIER(InterceptorInfo)
178 DISALLOW_IMPLICIT_CONSTRUCTORS(InterceptorInfo);
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/api/
H A Dapi-arguments.h89 inline Handle<Object> CallNamedQuery(Handle<InterceptorInfo> interceptor,
91 inline Handle<Object> CallNamedGetter(Handle<InterceptorInfo> interceptor,
93 inline Handle<Object> CallNamedSetter(Handle<InterceptorInfo> interceptor,
96 inline Handle<Object> CallNamedDefiner(Handle<InterceptorInfo> interceptor,
99 inline Handle<Object> CallNamedDeleter(Handle<InterceptorInfo> interceptor,
104 Handle<InterceptorInfo> interceptor);
108 inline Handle<Object> CallIndexedQuery(Handle<InterceptorInfo> interceptor,
110 inline Handle<Object> CallIndexedGetter(Handle<InterceptorInfo> interceptor,
120 Handle<InterceptorInfo> interceptor, uint32_t index);
122 Handle<InterceptorInfo> interceptor);
[all …]
H A Dapi-arguments-inl.h96 Handle<InterceptorInfo> interceptor, Handle<Name> name) { \
163 Handle<InterceptorInfo> interceptor) { in CallNamedEnumerator()
172 Handle<InterceptorInfo> interceptor) { in CallIndexedEnumerator()
181 Handle<InterceptorInfo> interceptor, Handle<Name> name) { in CallNamedGetter()
194 Handle<InterceptorInfo> interceptor, Handle<Name> name) { in CallNamedDescriptor()
219 Handle<InterceptorInfo> interceptor, Handle<Name> name, in CallNamedSetter()
236 Handle<InterceptorInfo> interceptor, Handle<Name> name, in CallNamedDefiner()
269 Handle<InterceptorInfo> interceptor, uint32_t index, in CallIndexedDefiner()
286 Handle<InterceptorInfo> interceptor, uint32_t index) { in CallIndexedGetter()
299 Handle<InterceptorInfo> interceptor, uint32_t index) { in CallIndexedDescriptor()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/api/
H A Dapi-arguments.h89 inline Handle<Object> CallNamedQuery(Handle<InterceptorInfo> interceptor,
91 inline Handle<Object> CallNamedGetter(Handle<InterceptorInfo> interceptor,
93 inline Handle<Object> CallNamedSetter(Handle<InterceptorInfo> interceptor,
96 inline Handle<Object> CallNamedDefiner(Handle<InterceptorInfo> interceptor,
99 inline Handle<Object> CallNamedDeleter(Handle<InterceptorInfo> interceptor,
104 Handle<InterceptorInfo> interceptor);
108 inline Handle<Object> CallIndexedQuery(Handle<InterceptorInfo> interceptor,
110 inline Handle<Object> CallIndexedGetter(Handle<InterceptorInfo> interceptor,
120 Handle<InterceptorInfo> interceptor, uint32_t index);
122 Handle<InterceptorInfo> interceptor);
[all …]
H A Dapi-arguments-inl.h96 Handle<InterceptorInfo> interceptor, Handle<Name> name) { \
163 Handle<InterceptorInfo> interceptor) { in CallNamedEnumerator()
172 Handle<InterceptorInfo> interceptor) { in CallIndexedEnumerator()
181 Handle<InterceptorInfo> interceptor, Handle<Name> name) { in CallNamedGetter()
194 Handle<InterceptorInfo> interceptor, Handle<Name> name) { in CallNamedDescriptor()
219 Handle<InterceptorInfo> interceptor, Handle<Name> name, in CallNamedSetter()
236 Handle<InterceptorInfo> interceptor, Handle<Name> name, in CallNamedDefiner()
269 Handle<InterceptorInfo> interceptor, uint32_t index, in CallIndexedDefiner()
286 Handle<InterceptorInfo> interceptor, uint32_t index) { in CallIndexedGetter()
299 Handle<InterceptorInfo> interceptor, uint32_t index) { in CallIndexedDescriptor()
[all …]
/dports/lang/v8/v8-9.6.180.12/src/api/
H A Dapi-arguments.h96 inline Handle<Object> CallNamedQuery(Handle<InterceptorInfo> interceptor,
98 inline Handle<Object> CallNamedGetter(Handle<InterceptorInfo> interceptor,
100 inline Handle<Object> CallNamedSetter(Handle<InterceptorInfo> interceptor,
103 inline Handle<Object> CallNamedDefiner(Handle<InterceptorInfo> interceptor,
106 inline Handle<Object> CallNamedDeleter(Handle<InterceptorInfo> interceptor,
111 Handle<InterceptorInfo> interceptor);
115 inline Handle<Object> CallIndexedQuery(Handle<InterceptorInfo> interceptor,
117 inline Handle<Object> CallIndexedGetter(Handle<InterceptorInfo> interceptor,
127 Handle<InterceptorInfo> interceptor, uint32_t index);
129 Handle<InterceptorInfo> interceptor);
[all …]
H A Dapi-arguments-inl.h93 Handle<InterceptorInfo> interceptor, Handle<Name> name) { \
157 Handle<InterceptorInfo> interceptor) { in CallNamedEnumerator()
165 Handle<InterceptorInfo> interceptor) { in CallIndexedEnumerator()
173 Handle<InterceptorInfo> interceptor, Handle<Name> name) { in CallNamedGetter()
185 Handle<InterceptorInfo> interceptor, Handle<Name> name) { in CallNamedDescriptor()
209 Handle<InterceptorInfo> interceptor, Handle<Name> name, in CallNamedSetter()
225 Handle<InterceptorInfo> interceptor, Handle<Name> name, in CallNamedDefiner()
256 Handle<InterceptorInfo> interceptor, uint32_t index, in CallIndexedDefiner()
272 Handle<InterceptorInfo> interceptor, uint32_t index) { in CallIndexedGetter()
284 Handle<InterceptorInfo> interceptor, uint32_t index) { in CallIndexedDescriptor()
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dapi-arguments.h115 inline Handle<Object> CallNamedQuery(Handle<InterceptorInfo> interceptor,
117 inline Handle<Object> CallNamedGetter(Handle<InterceptorInfo> interceptor,
119 inline Handle<Object> CallNamedSetter(Handle<InterceptorInfo> interceptor,
122 inline Handle<Object> CallNamedDefiner(Handle<InterceptorInfo> interceptor,
125 inline Handle<Object> CallNamedDeleter(Handle<InterceptorInfo> interceptor,
130 Handle<InterceptorInfo> interceptor);
134 inline Handle<Object> CallIndexedQuery(Handle<InterceptorInfo> interceptor,
136 inline Handle<Object> CallIndexedGetter(Handle<InterceptorInfo> interceptor,
146 Handle<InterceptorInfo> interceptor, uint32_t index);
148 Handle<InterceptorInfo> interceptor);
[all …]
H A Dapi-arguments-inl.h39 Handle<InterceptorInfo> interceptor, Handle<Name> name) { \
99 Handle<InterceptorInfo> interceptor) { in CallNamedEnumerator()
108 Handle<InterceptorInfo> interceptor) { in CallIndexedEnumerator()
117 Handle<InterceptorInfo> interceptor, Handle<Name> name) { in CallNamedGetter()
130 Handle<InterceptorInfo> interceptor, Handle<Name> name) { in CallNamedDescriptor()
154 Handle<InterceptorInfo> interceptor, Handle<Name> name, in CallNamedSetter()
172 Handle<InterceptorInfo> interceptor, Handle<Name> name, in CallNamedDefiner()
207 Handle<InterceptorInfo> interceptor, uint32_t index, in CallIndexedDefiner()
225 Handle<InterceptorInfo> interceptor, uint32_t index) { in CallIndexedGetter()
238 Handle<InterceptorInfo> interceptor, uint32_t index) { in CallIndexedDescriptor()
[all …]
H A Dlookup.h262 inline Handle<InterceptorInfo> GetInterceptor() const { in GetInterceptor()
264 InterceptorInfo* result = in GetInterceptor()
269 Handle<InterceptorInfo> GetInterceptorForFailedAccessCheck() const;
336 inline InterceptorInfo* GetInterceptor(JSObject* holder) const { in GetInterceptor()
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dapi-callbacks-inl.h27 TQ_OBJECT_CONSTRUCTORS_IMPL(InterceptorInfo) in TQ_OBJECT_CONSTRUCTORS_IMPL()
91 BOOL_ACCESSORS(InterceptorInfo, flags, can_intercept_symbols, in BOOL_ACCESSORS() argument
93 BOOL_ACCESSORS(InterceptorInfo, flags, all_can_read, AllCanReadBit::kShift) in BOOL_ACCESSORS()
94 BOOL_ACCESSORS(InterceptorInfo, flags, non_masking, NonMaskingBit::kShift) in BOOL_ACCESSORS()
95 BOOL_ACCESSORS(InterceptorInfo, flags, is_named, NamedBit::kShift) in BOOL_ACCESSORS()
96 BOOL_ACCESSORS(InterceptorInfo, flags, has_no_side_effect, in BOOL_ACCESSORS()
H A Dapi-callbacks.h86 class InterceptorInfo
87 : public TorqueGeneratedInterceptorInfo<InterceptorInfo, Struct> {
97 TQ_OBJECT_CONSTRUCTORS(InterceptorInfo)
H A Dapi-callbacks.tq19 extern class InterceptorInfo extends Struct {
33 named_interceptor: InterceptorInfo|Zero|Undefined;
34 indexed_interceptor: InterceptorInfo|Zero|Undefined;
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Dapi-callbacks-inl.h27 TQ_OBJECT_CONSTRUCTORS_IMPL(InterceptorInfo) in TQ_OBJECT_CONSTRUCTORS_IMPL()
91 BOOL_ACCESSORS(InterceptorInfo, flags, can_intercept_symbols, in BOOL_ACCESSORS() argument
93 BOOL_ACCESSORS(InterceptorInfo, flags, all_can_read, AllCanReadBit::kShift) in BOOL_ACCESSORS()
94 BOOL_ACCESSORS(InterceptorInfo, flags, non_masking, NonMaskingBit::kShift) in BOOL_ACCESSORS()
95 BOOL_ACCESSORS(InterceptorInfo, flags, is_named, NamedBit::kShift) in BOOL_ACCESSORS()
96 BOOL_ACCESSORS(InterceptorInfo, flags, has_no_side_effect, in BOOL_ACCESSORS()
H A Dapi-callbacks.h84 class InterceptorInfo
85 : public TorqueGeneratedInterceptorInfo<InterceptorInfo, Struct> {
95 TQ_OBJECT_CONSTRUCTORS(InterceptorInfo)
H A Dapi-callbacks.tq22 extern class InterceptorInfo extends Struct {
38 named_interceptor: InterceptorInfo|Zero|Undefined;
39 indexed_interceptor: InterceptorInfo|Zero|Undefined;
H A Dtemplates.tq22 named_property_handler: InterceptorInfo|Undefined;
23 indexed_property_handler: InterceptorInfo|Undefined;
H A Dlookup.h182 inline Handle<InterceptorInfo> GetInterceptor() const;
183 Handle<InterceptorInfo> GetInterceptorForFailedAccessCheck() const;
254 inline InterceptorInfo GetInterceptor(JSObject holder) const;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Dapi-callbacks-inl.h26 TQ_OBJECT_CONSTRUCTORS_IMPL(InterceptorInfo) in OBJECT_CONSTRUCTORS_IMPL()
99 BOOL_ACCESSORS(InterceptorInfo, flags, can_intercept_symbols, in BOOL_ACCESSORS() argument
101 BOOL_ACCESSORS(InterceptorInfo, flags, all_can_read, kAllCanReadBit) in BOOL_ACCESSORS()
102 BOOL_ACCESSORS(InterceptorInfo, flags, non_masking, kNonMasking) in BOOL_ACCESSORS()
103 BOOL_ACCESSORS(InterceptorInfo, flags, is_named, kNamed) in BOOL_ACCESSORS()
104 BOOL_ACCESSORS(InterceptorInfo, flags, has_no_side_effect, kHasNoSideEffect) in BOOL_ACCESSORS()
H A Dapi-callbacks.h105 class InterceptorInfo
106 : public TorqueGeneratedInterceptorInfo<InterceptorInfo, Struct> {
115 DECL_PRINTER(InterceptorInfo)
123 TQ_OBJECT_CONSTRUCTORS(InterceptorInfo)
H A Dapi-callbacks.tq13 extern class InterceptorInfo extends Struct {
28 named_interceptor: InterceptorInfo|Zero|Undefined;
29 indexed_interceptor: InterceptorInfo|Zero|Undefined;
H A Dlookup.h180 inline Handle<InterceptorInfo> GetInterceptor() const;
181 Handle<InterceptorInfo> GetInterceptorForFailedAccessCheck() const;
251 inline InterceptorInfo GetInterceptor(JSObject holder) const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/inc/dispatch/
H A Dinterceptionhelper.hxx55 struct InterceptorInfo struct in framework::InterceptionHelper
75 class InterceptorList : public ::std::deque< InterceptorInfo >
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/inc/dispatch/
H A Dinterceptionhelper.hxx55 struct InterceptorInfo struct in framework::InterceptionHelper
75 class InterceptorList : public ::std::deque< InterceptorInfo >

1234