Domanda

GitHub search reveals only 2 occurances: here

(Am I using GitHub search wrong?)

Where is FLAG_hard_abort defined in the V8 source code?

È stato utile?

Soluzione

Found it here (flag-definitions.h):

DEFINE_bool(hard_abort, true, "abort by crashing")
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top