Searched defs:V8_ALIGNAS (Results 1 – 1 of 1) sorted by relevance
387 # define V8_ALIGNAS(type, alignment) alignas(type) macro389 # define V8_ALIGNAS(type, alignment) __attribute__((aligned(__alignof__(type)))) macro391 # define V8_ALIGNAS(type, alignment) V8_ALIGNED(alignment) macro