Home
last modified time | relevance | path

Searched defs:V8_ASSUME (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/include/v8-include/
H A Dv8config.h465 # define V8_ASSUME(condition) DCHECK(condition) macro
467 # define V8_ASSUME(condition) __builtin_assume(condition) macro
469 # define V8_ASSUME(condition) \ macro
472 # define V8_ASSUME(condition) macro

Completed in 3 milliseconds