[Webkit-unassigned] [Bug 188695] [GLIB] Complete the JSCException API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 17 04:52:59 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=188695

--- Comment #3 from Adrian Perez <aperez at igalia.com> ---
(In reply to Adrian Perez from comment #2)

> > Source/JavaScriptCore/API/glib/JSCException.cpp:262
> > + * jsc_exception_get_back_trace_string:
> 
> Somehow this function name feels a bit clunky when reading it, because
> usually “backtrace” is how the term is written. For the sake of double
> checking, I did the following:
> 
>     % rg -i backtrace /usr/include/|wc -l
>     408
>     % rg -i back_trace /usr/include/ | wc -l
>     0

Also, “backtrace” is written as a single word in many online resources,
and used as such in other programming languages and library functions:

  - https://secure.php.net/manual/en/function.debug-backtrace.php
  - https://linux.die.net/man/3/backtrace
  - https://sourceware.org/gdb/onlinedocs/gdb/Backtrace.html
  - https://wiki.ubuntu.com/Backtrace
  - https://en.wikipedia.org/wiki/Stack_trace

Example from the Wikipedia page:

  “In computing, a stack trace (also called stack backtrace[1] or
   stack traceback[2]) is […]”

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180817/0dd8177a/attachment.html>


More information about the webkit-unassigned mailing list