mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:27:34 +00:00
LibJS: Implement Atomics.and
This commit is contained in:
parent
940875c9fd
commit
2d3af5c1b4
4 changed files with 91 additions and 0 deletions
|
@ -351,6 +351,7 @@ namespace JS {
|
|||
P(writable)
|
||||
|
||||
struct CommonPropertyNames {
|
||||
PropertyName and_ { "and", PropertyName::StringMayBeNumber::No };
|
||||
PropertyName catch_ { "catch", PropertyName::StringMayBeNumber::No };
|
||||
PropertyName delete_ { "delete", PropertyName::StringMayBeNumber::No };
|
||||
PropertyName for_ { "for", PropertyName::StringMayBeNumber::No };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue