mirror of
https://github.com/RGBCube/serenity
synced 2025-05-20 18:15:07 +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
6 changed files with 7 additions and 7 deletions
|
@ -43,7 +43,7 @@ void StringObject::visit_edges(Cell::Visitor& visitor)
|
|||
visitor.visit(&m_string);
|
||||
}
|
||||
|
||||
// 10.4.3.5 StringGetOwnProperty ( S, P ),https://tc39.es/ecma262/#sec-stringgetownproperty
|
||||
// 10.4.3.5 StringGetOwnProperty ( S, P ), https://tc39.es/ecma262/#sec-stringgetownproperty
|
||||
static Optional<PropertyDescriptor> string_get_own_property(GlobalObject& global_object, StringObject const& string, PropertyKey const& property_name)
|
||||
{
|
||||
// 1. Assert: S is an Object that has a [[StringData]] internal slot.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue