1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:28:11 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/LibWeb/BindingsGenerator
Andreas Kling 7df1692580 LibJS: Add Object::may_interfere_with_indexed_property_access() virtual
This function must return true if the object may intercept and customize
access to indexed properties (properties where the property name is a
non-negative integer.)

This will be used to implement fast path optimizations for array-like
accesses in subsequent commits.
2023-10-05 16:57:45 +02:00
..
CMakeLists.txt BindingsGenerator: Write generated code to disk instead of stdout 2022-12-13 11:31:24 +01:00
IDLGenerators.cpp LibJS: Add Object::may_interfere_with_indexed_property_access() virtual 2023-10-05 16:57:45 +02:00
main.cpp BindingsGenerator: Only truncate generated files if they have changed 2023-08-04 10:06:41 -06:00
Namespaces.h LibWeb: Add MathML Namespace to IDL Generator 2023-08-12 07:59:23 +01:00