index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Meta
/
Lagom
/
Fuzzers
/
FuzzilliJs.cpp
Age
Commit message (
Expand
)
Author
2021-10-31
FuzzilliJS: Convert native functions to ThrowCompletionOr
Idan Horowitz
2021-10-20
LibJS: Rename define_native_function => define_old_native_function
Idan Horowitz
2021-10-20
LibJS: Add ThrowCompletionOr versions of the JS native function macros
Idan Horowitz
2021-10-18
LibJS: Convert to_i32() to ThrowCompletionOr
Idan Horowitz
2021-10-13
LibJS: Convert to_string() to ThrowCompletionOr
Linus Groh
2021-09-06
Meta: Correct misuse of ByteBuffer::resize() as grow() in FuzziliJS
Ali Mohammad Pur
2021-07-06
LibJS: Remove the default length & attributes from define_native_*
Idan Horowitz
2021-07-06
LibJS: Add define_direct_property and remove the define_property helper
Idan Horowitz
2021-05-31
AK: Replace ByteBuffer::grow with resize()/ensure_capacity()
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-17
LibJS: Rename GlobalObject::initialize() => initialize_global_object()
Andreas Kling
2021-03-12
FuzzilliJs: Add missing <errno.h> include
Andreas Kling
2021-02-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-08
Everywhere: Remove unnecessary headers 4/4
Ben Wiederhake
2021-02-08
Fuzz: Remove unused FuzziliJS header
Ben Wiederhake
2021-01-24
Lagom/Fuzzers: Fix FuzzilliJs build and update patch for new Fuzzilli version
Luke
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2020-11-07
Lagom/Fuzzers: Add Fuzzilli version of FuzzJs
Luke