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
/
Runtime
/
NativeFunction.h
Age
Commit message (
Expand
)
Author
2020-09-27
LibJS: Remove Interpreter& argument to Function::construct()
Andreas Kling
2020-09-27
LibJS: Make native function/property callbacks take VM, not Interpreter
Andreas Kling
2020-09-27
LibJS: Make Function::call() not require an Interpreter&
Andreas Kling
2020-09-20
LibJS: Remove unused argument in NativeFunction constructor
Andreas Kling
2020-07-23
LibJS: Simplify Cell::initialize()
Andreas Kling
2020-07-01
LibJS: Explicitly pass a "Function& new_target" to Function::construct
Matthew Olsson
2020-06-29
LibJS: Initial class implementation; allow super expressions in object
Jack Karamanian
2020-06-21
LibJS+LibWeb: Add JS::Object::inherits(class_name)
Andreas Kling
2020-06-20
LibJS: Move native objects towards two-pass construction
Andreas Kling
2020-06-20
LibJS: Pass GlobalObject& to native functions and property accessors
Andreas Kling
2020-04-18
LibJS: Pass prototype to Function constructors
Andreas Kling
2020-04-15
LibJS: Introduce LexicalEnvironment
Andreas Kling
2020-04-13
LibJS: Tweak FunctionPrototype::to_string and constructors
Stephan Unverwerth
2020-04-11
LibJS: Make Function and CallFrame aware of their function name
Linus Groh
2020-04-01
LibJS: Implement constructor/non-constructor function calls
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-21
LibJS+LibWeb: Fix some inconsistencies in NativeFunction callbacks
Andreas Kling
2020-03-17
LibJS: Pass argument value vectors as const Vector<Value>&
Andreas Kling
2020-03-16
LibJS: Add "Heap" and "Runtime" subdirectories
Andreas Kling