Question

GitHub search reveals only 2 occurances: here

(Am I using GitHub search wrong?)

Where is FLAG_hard_abort defined in the V8 source code?

Was it helpful?

Solution

Found it here (flag-definitions.h):

DEFINE_bool(hard_abort, true, "abort by crashing")
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top