Home | History | Annotate | Download | only in renderer

Lines Matching defs:Fatal

32 // Logs a fatal error for the calling context, with some added metadata about
38 // This will only actual be fatal in in dev/canary, since in too many cases
42 void Fatal(ScriptContext* context, const std::string& message) {
59 console::Fatal(context->isolate()->GetCallingContext(), full_message);
85 Fatal(context_, CreateExceptionString(try_catch) + "{" + stack_trace + "}");
270 Fatal(context_,
279 Fatal(context_, module_name + "." + method_name + " is not a function");
380 Fatal(module_system->context_,
503 Fatal(context_, "Natives disabled for requireNative(" + native_name + ")");
514 Fatal(context_,
581 Fatal(context_, "No source for require(" + module_name + ")");
591 Fatal(context_, "Bad source for require(" + module_name + ")");