Files
ladybird/Libraries/LibJS/Runtime
Jack Karamanian a535d58cac LibJS: Add Object::define_accessor()
This is a helper function based on the getter/setter definition logic from
ObjectExpression::execute() to look up an Accessor property if it already
exists, define a new Accessor property if it doesn't exist, and set the getter or
setter function on the Accessor.
2020-06-29 17:54:54 +02:00
..
2020-06-07 19:29:40 +02:00
2020-06-29 17:54:54 +02:00
2020-06-06 22:13:01 +02:00
2020-05-17 18:05:15 +02:00