Thanks to nhiroki's work, isolate->TerminateExecution was removed from common paths of worker shutdown. This means that it's super rare that V8 APIs return empty MaybeLocal handles. We should just make the V8 APIs immediately crash if they return empty MaybeLocal handles and stop passing around the MaybeLocal handles. This will significantly clean up the code base.
Comment 1 by haraken@chromium.org
, Jul 4 2016