mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 10:22:05 -05:00
LibJS: Update wording from Console spec
https://github.com/whatwg/console/pull/240 is an editorial change to use the term "implementation-defined" more consistently. This seems to be the only instance in the spec text which we quote verbatim. (cherry picked from commit 51f82c1d939dd28a3e719d7fa495cf9f30d0921c)
This commit is contained in:
parent
051f218007
commit
d727545a1f
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ ThrowCompletionOr<Value> Console::trace()
|
|||
|
||||
auto& vm = realm().vm();
|
||||
|
||||
// 1. Let trace be some implementation-specific, potentially-interactive representation of the callstack from where this function was called.
|
||||
// 1. Let trace be some implementation-defined, potentially-interactive representation of the callstack from where this function was called.
|
||||
Console::Trace trace;
|
||||
auto& execution_context_stack = vm.execution_context_stack();
|
||||
// NOTE: -2 to skip the console.trace() execution context
|
||||
|
|
Loading…
Add table
Reference in a new issue