diff options
author | Linus Groh <mail@linusgroh.de> | 2022-04-20 00:06:45 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-04-20 00:08:32 +0200 |
commit | e815d3f9ce0a0e0371c0852d9b911fe0611d9f3b (patch) | |
tree | d7697e671c051b4496366ab6e9990c5949ef0918 /Base/res | |
parent | 7a02d33cd557d46b4dc9ff0c2c3e67814a2149b9 (diff) | |
download | serenity-e815d3f9ce0a0e0371c0852d9b911fe0611d9f3b.zip |
LibJS: De-duplicate ClassFieldDefinition Records
This was defined twice, despite being the very same thing:
- ClassElement::ClassFieldDefinition
- ECMAScriptFunctionObject::InstanceField
Move the former to a new header and use it everywhere. Also update the
define_field() AO to take a single field instead of separate name and
initializer arguments.
Diffstat (limited to 'Base/res')
0 files changed, 0 insertions, 0 deletions