Searched defs:get_condition (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
D | object-macros.h | 196 #define ACCESSORS_CHECKED2(holder, name, type, offset, get_condition, \ argument 229 #define ACCESSORS_RELAXED_CHECKED2(holder, name, type, offset, get_condition, \ argument 253 #define RELAXED_ACCESSORS_CHECKED2(holder, name, type, offset, get_condition, \ argument 274 get_condition, set_condition) \ argument 295 #define WEAK_ACCESSORS_CHECKED2(holder, name, offset, get_condition, \ argument 316 get_condition, set_condition) \ argument
|
D | code-inl.h | 156 #define CODE_ACCESSORS_CHECKED2(name, type, offset, get_condition, \ in OBJECT_CONSTRUCTORS_IMPL() argument 176 get_condition, set_condition) \ argument
|