summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Runtime/SymbolObject.h
AgeCommit message (Expand)Author
2020-11-28LibJS: Rename Cell::visit_children() => Cell::visit_edges()Andreas Kling
2020-07-09LibJS: Move global symbol map from SymbolObject to InterpreterMatthew Olsson
2020-06-21LibJS+LibWeb: Add JS::Object::inherits(class_name)Andreas Kling
2020-05-17LibJS: Add symbol objectsmattco98