Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Djs-promise-inl.h23 BOOL_ACCESSORS(JSPromise, flags, has_handler, HasHandlerBit::kShift) in BOOL_ACCESSORS() function
Dprototype-info-inl.h49 BOOL_ACCESSORS(PrototypeInfo, bit_field, should_be_fast_map, in BOOL_ACCESSORS() function
Dapi-callbacks-inl.h91 BOOL_ACCESSORS(InterceptorInfo, flags, can_intercept_symbols, in BOOL_ACCESSORS() function
Dobject-macros.h382 #define BOOL_ACCESSORS(holder, field, name, offset) \ macro