Searched refs:V8_NONNULL (Results 1 – 2 of 2) sorted by relevance
377 # define V8_NONNULL(...) __attribute__((nonnull(__VA_ARGS__))) macro379 # define V8_NONNULL(...) /* NOT SUPPORTED */ macro
261 void CopyChars(DstType* dst, const SrcType* src, size_t count) V8_NONNULL(1, 2);