summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Interpreter.h
AgeCommit message (Expand)Author
2020-03-16LibJS: Fix assignment of const variable on declaration0xtechnobabble
2020-03-15LibJS: Add ObjectPrototype and implement hasOwnProperty()Andreas Kling
2020-03-15LibJS: Rename collect_roots() => gather_roots()Andreas Kling
2020-03-15LibJS: Use the same StringPrototype globallyAndreas Kling
2020-03-15LibJS: Add basic prototype supportAndreas Kling
2020-03-14LibJS: Evaluate for statements in their own scope if necessary0xtechnobabble
2020-03-12LibJS: Add NativeFunction, a callable wrapper around a C++ lambdaAndreas Kling
2020-03-12LibJS: Implement const variable declarations0xtechnobabble
2020-03-12LibJS: Allow functions to take arguments (#1405)howar6hill
2020-03-11LibJS: Allow the choice of a scope of declaration for a variable (#1408)0xtechnobabble
2020-03-09LibJS: Make sure we mark everything reachable from the scope stackAndreas Kling
2020-03-09LibJS: Add basic support for (scoped) variablesAndreas Kling
2020-03-08LibJS: Add a basic mark&sweep garbage collector :^)Andreas Kling
2020-03-07LibJS: Start building a JavaScript engine for SerenityOS :^)Andreas Kling