Lines Matching defs:handler
87 #include "v8-wasm-trap-handler-win.h"
90 #include "v8-wasm-trap-handler-posix.h"
402 // Reset to the default signal handler, i.e. cause a hard crash.
418 sigaction_cb handler,
420 CHECK_NOT_NULL(handler);
425 previous_sigsegv_action.store(handler);
433 previous_sigbus_action.store(handler);
440 sa.sa_sigaction = handler;
470 // The only bad handler value we can inhert from before exec is SIG_IGN
474 // library) has set up own signal handler for own purposes