-
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
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 the access error caused when a class is implemented to be empty
#5243
opened Jul 22, 2025 by
happy-boy-maker
Loading…
Fixed the issue where gc was triggered during the attribute search pr…
#5242
opened Jul 22, 2025 by
happy-boy-maker
Loading…
The skipping of null values during array processing has been removed
#5241
opened Jul 22, 2025 by
happy-boy-maker
Loading…
Fix "unhandled exception occurs when a private variable increments"
#5239
opened Jul 11, 2025 by
hvwyl
Loading…
Fix "floating-point comparison is always false" clang error
#5232
opened Jun 3, 2025 by
ossy-szeged
Loading…
Fix Assertion '!jcontext_has_pending_exception ()' failed
#5229
opened May 28, 2025 by
happy-boy-maker
Loading…
fix heap-buffer-overflow in lexer_compare_identifier_to_char
#5228
opened May 20, 2025 by
happy-boy-maker
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…
Fix memory leak when using continue or break statement with syntaxError
#5190
opened Dec 9, 2024 by
gergocs
Loading…
Refactoring ecma_extended_object_t::cls:: to ease the coding about builtin object class
#5176
opened Nov 25, 2024 by
lygstate
Loading…
Raise syntax error on invalid unicode escape sequences
#5146
opened Jun 24, 2024 by
matetokodi
Loading…
literal storage: 4x performance improvement using a hashmap
#5131
opened Mar 20, 2024 by
ronanj
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 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…
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.