summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Bytecode/IdentifierTable.h
AgeCommit message (Collapse)Author
2021-10-24LibJS: Add a separate "identifier table" to bytecode executablesAndreas Kling
This is a specialized string table for storing identifiers only. Identifiers are always FlyStrings, which makes many common operations faster by allowing O(1) comparison.