mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 19:59:17 +00:00
LibJS: Fix incorrectly formatted section comments
A couple of missing URLs, spaces, and a stray comma.
This commit is contained in:
parent
acf3154483
commit
a20b189eab
Notes:
sideshowbarker
2024-07-18 00:44:04 +09:00
Author: https://github.com/linusg
Commit: a20b189eab
6 changed files with 7 additions and 7 deletions
|
@ -88,7 +88,7 @@ ThrowCompletionOr<Value> Object::get(PropertyKey const& property_name) const
|
|||
return TRY(internal_get(property_name, this));
|
||||
}
|
||||
|
||||
// 7.3.3 GetV ( V, P ) is defined as Value::get().
|
||||
// NOTE: 7.3.3 GetV ( V, P ) is implemented as Value::get().
|
||||
|
||||
// 7.3.4 Set ( O, P, V, Throw ), https://tc39.es/ecma262/#sec-set-o-p-v-throw
|
||||
ThrowCompletionOr<bool> Object::set(PropertyKey const& property_name, Value value, ShouldThrowExceptions throw_exceptions)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue