index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibJS
/
Interpreter.cpp
Age
Commit message (
Expand
)
Author
2020-04-21
LibJS: Rename global_call_fram to global_call_frame
Linus Groh
2020-04-19
LibJS: Do not assume that a call frame exists in {get,set}_variable
AnotherTest
2020-04-19
LibJS: Add MarkedValueList and use it for argument passing
Andreas Kling
2020-04-18
LibJS: Move the empty object shape from Interpreter to GlobalObject
Andreas Kling
2020-04-18
LibJS: Move builtin prototypes to the global object
Andreas Kling
2020-04-18
LibJS: Pass prototype to Function constructors
Andreas Kling
2020-04-16
LibJS: Dump a JavaScript backtrace when throwing exceptions
Andreas Kling
2020-04-16
LibJS: Remove unreachable code in Interpreter::enter_scope()
Andreas Kling
2020-04-15
LibJS: Introduce LexicalEnvironment
Andreas Kling
2020-04-13
LibJS: Use HashMap::ensure_capacity() in enter_scope()
Andreas Kling
2020-04-13
LibJS: Remove Interpreter::declare_variable()
Andreas Kling
2020-04-13
LibJS: Hoist variable declarations to the nearest relevant scope
Andreas Kling
2020-04-13
LibJS: Throw on assignment of an const variable
Brian Gianforcaro
2020-04-13
LibJS: Parse "this" as ThisExpression
Stephan Unverwerth
2020-04-12
LibJS: Cache a FlyString for "this" to speed up variable lookup
Andreas Kling
2020-04-11
LibJS: Make Function and CallFrame aware of their function name
Linus Groh
2020-04-10
LibJS: Use enumerator macros for boilerplate code around native types
Andreas Kling
2020-04-10
LibJS: Add all the Error subclasses
Andreas Kling
2020-04-08
LibJS: rename JS::DeclarationType => JS::DeclarationKind
Emanuele Torre
2020-04-08
LibJS: Add "constructor" property to constructor prototypes
Andreas Kling
2020-04-07
LibJS: Add Boolean constructor object
Jack Karamanian
2020-04-06
LibJS: Support array holes, encoded as empty JS::Value
Andreas Kling
2020-04-06
LibJS: Give argument vectors an inline capacity of 8
Andreas Kling
2020-04-04
LibJS: Don't return the "last computed value" from Interpreter::run()
Andreas Kling
2020-04-04
LibJS: Add NumberObject and make to_object() on number values create it
Andreas Kling
2020-04-04
LibJS: Log when we throw a JavaScript Error
Andreas Kling
2020-04-04
LibJS: Add Function() and Function.prototype
Linus Groh
2020-04-02
LibJS: Start implementing object shapes
Andreas Kling
2020-04-02
LibJS: Fix bad cast in Interpreter::run()
Andreas Kling
2020-04-01
LibWeb+LibJS: Move DOM Window object to dedicated classes
Andreas Kling
2020-03-30
LibJS: Start implementing Date :^)
Linus Groh
2020-03-28
LibJS: Rework how native functions are called to improve |this| value
Andreas Kling
2020-03-28
LibJS: Add a global "Object" constructor
Andreas Kling
2020-03-28
LibJS: Make it possible to reference the "this" value in JavaScript
Andreas Kling
2020-03-27
LibJS: Allow function calls with missing arguments
Andreas Kling
2020-03-27
LibJS: Actually pop frames off of the scope stack when exiting a scope
Andreas Kling
2020-03-24
LibJS: Implement "throw"
Andreas Kling
2020-03-24
LibJS: Implement basic exception throwing
Andreas Kling
2020-03-23
LibJS: Actually leave the current function scope on "return"
Andreas Kling
2020-03-23
LibJS: Implement "else" parsing
Andreas Kling
2020-03-22
LibJS: Use FlyString for identifiers
Andreas Kling
2020-03-20
LibJS: Add ArrayPrototype and implement Array.prototype.push()
Andreas Kling
2020-03-18
LibJS: Add Interpreter::call(Function*, this_value, arguments)
Andreas Kling
2020-03-18
LibJS: Make the AST reference-counted
Andreas Kling
2020-03-17
LibJS: Protect function call "this" and arguments from GC
Andreas Kling
2020-03-16
LibJS: Add "Heap" and "Runtime" subdirectories
Andreas Kling
2020-03-16
LibJS: Fix assignment of const variable on declaration
0xtechnobabble
2020-03-15
LibJS: Add ObjectPrototype and implement hasOwnProperty()
Andreas Kling
2020-03-15
LibJS: Rename collect_roots() => gather_roots()
Andreas Kling
2020-03-15
LibJS: Use the same StringPrototype globally
Andreas Kling
[next]