-
Notifications
You must be signed in to change notification settings - Fork 684
Pull requests: jerryscript-project/jerryscript
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Fix "floating-point comparison is always false" clang error
#5232
opened Jun 3, 2025 by
ossy-szeged
Loading…
Rename jerry_port_log to jerry_port_log_buffer for reduce strlen usage
#5201
opened Dec 17, 2024 by
lygstate
Loading…
Fixes ecma_uint32_to_utf8_string that fill \0 at the end of string
#5196
opened Dec 10, 2024 by
lygstate
Loading…
When the eval is either a non-string or empty, clear the local state to prevent contamination of the next parsing unit
#5244
opened Jul 24, 2025 by
happy-boy-maker
Loading…
Fix Assertion '!jcontext_has_pending_exception ()' failed
#5229
opened May 28, 2025 by
happy-boy-maker
Loading…
Raise syntax error on invalid unicode escape sequences
#5146
opened Jun 24, 2024 by
matetokodi
Loading…
Fix the access error caused when a class is implemented to be empty
#5243
opened Jul 22, 2025 by
happy-boy-maker
Loading…
Implement String.prototype.normalize
ES.next
Related to ES2015+ features
#4903
opened Dec 13, 2021 by
rerobika
Loading…
Rework internal methods
ecma core
Related to core ECMA functionality
performance
Affects performance
stack usage
Affects stack usage
#4968
opened Jan 20, 2022 by
szilagyiadam
Loading…
Rework own property enumeration
abandoned
Abandoned by reviewers or author
enhancement
An improvement
#4773
opened Sep 20, 2021 by
zherczeg
Loading…
The skipping of null values during array processing has been removed
#5241
opened Jul 22, 2025 by
happy-boy-maker
Loading…
Add custom dispatcher to every builtin object for consistency
#4738
opened Aug 17, 2021 by
orkvi
Loading…
Rework VM dispatch
abandoned
Abandoned by reviewers or author
interpreter
Related to the virtual machine
performance
Affects performance
stack usage
Affects stack usage
#4967
opened Jan 19, 2022 by
rerobika
Loading…
Improve location info for syntax errors.
abandoned
Abandoned by reviewers or author
enhancement
An improvement
#4816
opened Nov 3, 2021 by
zherczeg
Loading…
Fixed the issue where gc was triggered during the attribute search pr…
#5242
opened Jul 22, 2025 by
happy-boy-maker
Loading…
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.