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
Age
Commit message (
Expand
)
Author
2020-07-14
LibJS: Implement Symbol.hasInstance
Matthew Olsson
2020-07-14
LibJS: Implement spec-complient instance_of operation
Matthew Olsson
2020-07-14
LibJS: Integrate iterator protocol into language features
Matthew Olsson
2020-07-13
LibJS: Add StringIterator
Matthew Olsson
2020-07-11
LibJS: Implement Symbol.toStringTag
Matthew Olsson
2020-07-11
LibJS: Implement spec-compliant Object.prototype.toString
Matthew Olsson
2020-07-11
LibJS: Prefer "define_property" over "put"
Matthew Olsson
2020-07-11
LibJS: Use macros to enumerate well-known symbols
Matthew Olsson
2020-07-11
LibJS: Start implementing iterable framework, add ArrayIterator
Matthew Olsson
2020-07-11
LibJS: Renamed Object::GetOwnPropertyReturnMode to Object::PropertyKind
Matthew Olsson
2020-07-11
LibJS: Remove a few superfluous exception checks
Linus Groh
2020-07-09
LibJS: Integrate Symbols into objects as valid keys
Matthew Olsson
2020-07-09
LibJS: Move global symbol map from SymbolObject to Interpreter
Matthew Olsson
2020-07-07
LibJS: Object.preventExtensions should allow property modfication
Matthew Olsson
2020-07-06
LibJS/test-js: Clean up test-js code
Matthew Olsson
2020-07-06
LibJS: Fix String.raw.length
Matthew Olsson
2020-07-06
LibJS: Hide some debug output behind flags
Matthew Olsson
2020-07-03
LibJS: Use correct MarkedValueList append method
Matthew Olsson
2020-07-01
LibJS: Explicitly pass a "Function& new_target" to Function::construct
Matthew Olsson
2020-07-01
LibJS: Implement Proxy [[Call]] and [[Construct]] traps
Matthew Olsson
2020-06-29
LibJS: Initial class implementation; allow super expressions in object
Jack Karamanian
2020-06-29
LibJS: Add Object::define_accessor()
Jack Karamanian
2020-06-29
LibJS: Define the "constructor" property on ScriptFunction's prototype
Jack Karamanian
2020-06-26
LibJS: to_string_without_side_effects() should handle NativeProperty
Andreas Kling
2020-06-25
LibJS: Handle "receiver" argument in Reflect.{get,set}()
Linus Groh
2020-06-23
LibJS: Explicitly invoke Cell constructor in Object(Object& prototype)
Andreas Kling
2020-06-23
LibJS: Make NativeProperty a plain Cell instead of an Object
Andreas Kling
2020-06-23
LibJS: Clarify Object (base class) construction somewhat
Andreas Kling
2020-06-23
LibWeb: Make wrapper factory functions take JS::GlobalObject&
Andreas Kling
2020-06-22
LibWeb: Generate CanvasRenderingContext2D bindings from IDL :^)
Andreas Kling
2020-06-22
LibJS: expose some more math functions
stelar7
2020-06-21
LibJS+LibWeb: Add JS::Object::inherits(class_name)
Andreas Kling
2020-06-21
LibWeb+LibJS: Add a naive way to check if a wrapper "is" a certain type
Andreas Kling
2020-06-20
LibJS: Make Interpreter::construct() take a GlobalObject&
Andreas Kling
2020-06-20
LibJS: Object::initialize() overrides must always call base class
Andreas Kling
2020-06-20
LibJS: NativeProperty get/put should take a GlobalObject&
Andreas Kling
2020-06-20
LibJS: Split more native object constructors into construct/initialize
Andreas Kling
2020-06-20
LibJS: Remove some Interpreter::global_object() calls in JSONObject
Andreas Kling
2020-06-20
LibJS: Pass GlobalObject& to Reference get/put
Andreas Kling
2020-06-20
LibJS: Make Value::to_object() take a GlobalObject&
Andreas Kling
2020-06-20
LibJS: More Interpreter::global_object() removal
Andreas Kling
2020-06-20
LibJS: Pass GlobalObject& when constructing an Accessor
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-06-20
LibJS: Remove some more use of Interpreter::global_object()
Andreas Kling
2020-06-13
LibJS: Add JSON.parse
Matthew Olsson
2020-06-13
LibJS: Add JSON.stringify
Matthew Olsson
2020-06-12
AK: Make string-to-number conversion helpers return Optional
Andreas Kling
2020-06-11
LibJS: Consolidate error messages into ErrorTypes.h
Matthew Olsson
2020-06-08
LibJS: Make more Interpreter functions take a GlobalObject&
Andreas Kling
[next]