Home
last modified time | relevance | path

Searched defs:InterceptorInfo (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dapi-callbacks-inl.h91 BOOL_ACCESSORS(InterceptorInfo, flags, can_intercept_symbols, in BOOL_ACCESSORS() argument
Djs-objects-inl.h258 DEF_GETTER(JSObject, GetIndexedInterceptor, InterceptorInfo) { in DEF_GETTER() argument
262 DEF_GETTER(JSObject, GetNamedInterceptor, InterceptorInfo) { in DEF_GETTER() argument
Dmap-inl.h122 DEF_GETTER(Map, GetIndexedInterceptor, InterceptorInfo) { in DEF_GETTER() argument
/third_party/node/deps/v8/src/common/
Dglobals.h715 class InterceptorInfo; variable