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
/
Runtime
/
FunctionConstructor.cpp
Age
Commit message (
Expand
)
Author
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 Value AOs [Part 4/19]
Linus Groh
2022-08-23
LibJS: Remove GlobalObject from VM::throw_completion()
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in object constructors
Linus Groh
2022-05-08
LibJS: Remove callerRealm from HostEnsureCanCompileStrings
Luke Wilde
2022-05-05
LibJS: Set "prototype" property of async generator functions
Linus Groh
2022-05-05
LibJS: Add getters for %{Async,}GeneratorFunction.prototype.prototype%
Linus Groh
2022-05-03
LibJS: Remove implicit wrapping/unwrapping of completion records
Linus Groh
2022-05-01
LibJS: Rename scope to environment
Linus Groh
2022-04-11
LibJS: Call HostEnsureCanCompileStrings in CreateDynamicFunction
Luke Wilde
2022-03-16
Libraries: Use default constructors/destructors in LibJS
Lenny Maiorani
2022-02-09
LibJS: Replace uses of MarkedValueList with MarkedVector<Value>
Linus Groh
2022-02-07
LibJS: Reduce header dependency graph in Realm.h
Andreas Kling
2022-01-19
LibJS: Pass source text to ECMAScriptFunctionObject::create()
Linus Groh
2022-01-16
LibJS: Rename GeneratorObjectPrototype to GeneratorPrototype
Linus Groh
2022-01-16
LibJS: Implement create_dynamic_function() according to the spec
Linus Groh
2022-01-16
LibJS: Rename FunctionKind::{Regular => Normal}
Linus Groh
2022-01-03
LibJS: Update AST to use completions :^)
Linus Groh
2021-11-21
LibJS: Parse async generator functions
davidot
2021-11-10
LibJS: Add support for async functions
Idan Horowitz
2021-10-29
LibJS: Convert the CreateDynamicFunction AO to ThrowCompletionOr
Idan Horowitz
2021-10-21
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
Linus Groh
2021-10-13
LibJS: Convert to_string() to ThrowCompletionOr
Linus Groh
2021-09-12
LibJS: Change Interpreter::create_with_existing_{global_object => realm}
Linus Groh
2021-07-06
LibJS: Add define_direct_property and remove the define_property helper
Idan Horowitz
2021-06-28
LibJS: Accept FlyStrings in the NativeFunction constructors
Idan Horowitz
2021-06-27
LibJS: Rename Function => FunctionObject
Andreas Kling
2021-06-19
LibJS: Add a bunch more missing ECMA-262 section/title/URL comments
Linus Groh
2021-06-19
LibJS: Implement GeneratorFunctionConstructor::construct
Matthew Olsson
2021-06-19
LibJS: Add the remaining generator objects
Matthew Olsson
2021-04-22
Everywhere: Use linusg@serenityos.org for my copyright headers
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-10
LibJS: Remove a whole bunch of unnecessary #includes
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling