Lines Matching defs:handler
54 #include "src/pending-compilation-error-handler.h"
302 // OOM error handler is called and execution is stopped.
315 // Note that the embedder's oom handler won't be called in this case. We
317 FATAL("API fatal error handler returned after process out of memory");
383 // If the fatal error handler returns, we stop execution.
384 FATAL("API fatal error handler returned after process out of memory");
405 // TODO(wfh): Remove this fallback once Blink is setting OOM handler. See
7387 // We pass true to trigger the debugger's on exception handler.
7407 Local<Function> handler) {
7410 i::Handle<i::Object> argv[] = { Utils::OpenHandle(*handler) };
7420 Local<Promise> Promise::Catch(Local<Function> handler) {
7422 RETURN_TO_LOCAL_UNCHECKED(Catch(context, handler), Promise);
7427 Local<Function> handler) {
7430 i::Handle<i::Object> argv[] = { Utils::OpenHandle(*handler) };
7440 Local<Promise> Promise::Then(Local<Function> handler) {
7442 RETURN_TO_LOCAL_UNCHECKED(Then(context, handler), Promise);
7486 i::Handle<i::Object> handler(self->handler(), self->GetIsolate());
7487 return Utils::ToLocal(handler);
7507 i::Handle<i::JSReceiver> handler = Utils::OpenHandle(*local_handler);
7510 !ToLocal<Proxy>(i::JSProxy::New(isolate, target, handler), &result);
9004 v8::Debug::MessageHandler handler) {}