Home
last modified time | relevance | path

Searched refs:DECL_INT_ACCESSORS (Results 1 – 14 of 14) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dliteral-objects.h48 DECL_INT_ACCESSORS(flags)
121 DECL_INT_ACCESSORS(arguments_count)
157 DECL_INT_ACCESSORS(flags)
Ddebug-objects.h106 DECL_INT_ACCESSORS(side_effect_state)
119 DECL_INT_ACCESSORS(debugging_id)
217 DECL_INT_ACCESSORS(bytecode_offset_or_source_position)
Dscript.h63 DECL_INT_ACCESSORS(type)
90 DECL_INT_ACCESSORS(eval_from_position)
Dmap.h204 DECL_INT_ACCESSORS(instance_size)
207 DECL_INT_ACCESSORS(instance_size_in_words)
212 DECL_INT_ACCESSORS(inobject_properties_start_or_constructor_function_index)
656 DECL_INT_ACCESSORS(construction_counter)
874 DECL_INT_ACCESSORS(used_or_unused_instance_size_in_words)
Dproperty-array.h75 DECL_INT_ACCESSORS(length_and_hash)
Djs-objects.h1206 DECL_INT_ACCESSORS(error_level)
1232 DECL_INT_ACCESSORS(start_position)
1235 DECL_INT_ACCESSORS(end_position)
1237 DECL_INT_ACCESSORS(raw_type)
1240 DECL_INT_ACCESSORS(message_type)
Djs-array.h157 DECL_INT_ACCESSORS(raw_kind)
Dallocation-site.h46 DECL_INT_ACCESSORS(transition_info)
Dtemplates.h202 DECL_INT_ACCESSORS(embedder_field_count)
Dobject-macros-undef.h17 #undef DECL_INT_ACCESSORS
Djs-temporal-objects.h114 DECL_INT_ACCESSORS(calendar_index)
374 DECL_INT_ACCESSORS(offset_milliseconds_or_time_zone_index)
Dshared-function-info.h502 DECL_INT_ACCESSORS(function_map_index)
Dcode.h1083 DECL_INT_ACCESSORS(parameter_size) in DEFINE_OPERATORS_FOR_FLAGS()
Dobject-macros.h56 #define DECL_INT_ACCESSORS(name) DECL_PRIMITIVE_ACCESSORS(name, int) macro