Files
ladybird/Userland/Libraries/LibJS/Runtime/Object.cpp
Tim Ledbetter 88d425f32b LibJS: Add the [[Unimplemented]] attribute
Properties marked with the [[Unimplemented]] attribute behave as normal
but invoke the `VM::on_unimplemented_property_access callback` when
they are accessed.
2024-06-11 16:33:30 +02:00

55 KiB