Lines Matching defs:trace
424 node::Utf8Value trace(env->isolate(), stack_trace);
427 // range errors have a trace member set to undefined
428 if (trace.length() > 0 && !stack_trace->IsUndefined()) {
430 FPrintF(stderr, "%s\n", trace);
433 FPrintF(stderr, "%s\n%s\n", arrow_string, trace);
437 // kind that won't have all this info in the trace, or when non-Error
477 "(Use `%s --trace-uncaught ...` to show where the exception "
488 Local<StackTrace> trace = message->GetStackTrace();
489 if (!trace.IsEmpty()) {
491 PrintStackTrace(env->isolate(), trace);