index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibJS
/
AST.cpp
Age
Commit message (
Expand
)
Author
2022-12-14
LibJS: Convert RegExpObject::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Object::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Error::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert ECMAScriptFunctionObject::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Array::create{,_from}() to NonnullGCPtr
Linus Groh
2022-12-10
LibJS: Use ToPropertyKey AO for computed member expression value
Linus Groh
2022-12-08
LibJS: Make one compact allocation for CallExpression and its Arguments
Andreas Kling
2022-12-08
LibJS: Rearrange ASTNode members so there's a padding hole at the end
Andreas Kling
2022-12-07
LibJS: Replace standalone js_string() with PrimitiveString::create()
Linus Groh
2022-12-07
LibJS: Replace standalone js_bigint() with BigInt::create()
Linus Groh
2022-12-07
LibJS: Move initialize_instance_elements() from VM to Object
Linus Groh
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-30
LibJS: Fix that constant declaration in for loop was mutable in body
davidot
2022-11-22
LibJS: Shrink Identifier's environment coordinate cache
Andreas Kling
2022-11-22
LibJS: Reduce AST memory usage by shrink-wrapping source range info
Andreas Kling
2022-11-17
LibJS: Initialize functions in spec order
davidot
2022-11-15
LibJS: Use correct this value for tagged template calls
davidot
2022-11-11
LibJS: Make Identifier::execute() actually use the lookup cache
Andreas Kling
2022-11-11
LibJS: Cache access to bindings in the global environment
Andreas Kling
2022-10-17
LibJS: Implement RegExp legacy static properties
leeight
2022-10-17
LibJS: Forward a string aproximation of the CallExpression to Call Ops
Hendiadyoin1
2022-10-02
LibJS: Make PromiseCapability GC-allocated
Linus Groh
2022-10-02
LibJS: Move PromiseCapability into its own cpp/h file
Linus Groh
2022-09-06
LibJS: Make Script and Module GC-allocated
Andreas Kling
2022-09-02
LibJS: Only check for duplicate exports if they have a name
davidot
2022-09-02
LibJS: Handle empty named export
davidot
2022-08-27
LibJS: Move intrinsics to the realm
Linus Groh
2022-08-23
LibJS+LibWeb: Reduce use of GlobalObject as an intermediary
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in remaining AOs [Part 19/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in common AOs [Part 18/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Promise AOs [Part 8/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Iterator AOs [Part 7/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Reference AOs [Part 6/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Environment AOs [Part 5/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]
Linus Groh
2022-08-23
LibJS: Remove GlobalObject from VM::throw_completion()
Linus Groh
2022-08-23
LibJS: Remove GlobalObject from execute() and related AST functions
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
Linus Groh
2022-08-20
LibJS: Use a synthetic constructor if class with parent doesn't have one
davidot
2022-08-17
LibJS: Resolve the correct this value for calls in with statements
davidot
2022-08-17
LibJS: Implement tagged literals evaluation like the spec
davidot
2022-08-17
LibJS: Allow invalid string in tagged template literals
davidot
2022-08-15
LibJS: Use NaN boxing to decrease the memory size of Values
davidot
2022-07-12
Everywhere: Explicitly specify the size in StringView constructors
sin-ack
2022-07-06
LibJS: Make AST.cpp compile with -O0
Linus Groh
2022-05-08
LibJS: Remove callerRealm from HostEnsureCanCompileStrings
Luke Wilde
2022-05-03
LibJS: Use more consistent wording for creating empty lists
Linus Groh
2022-05-03
LibJS: Remove implicit wrapping/unwrapping of completion records
Linus Groh
2022-05-01
LibJS: Change "Completion {}" to "Completion Record {}" in comments
Linus Groh
[next]