-
Notifications
You must be signed in to change notification settings - Fork 683
Pull requests: jerryscript-project/jerryscript
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Fix "unhandled exception occurs when a private variable increments"
#5239
opened Jul 11, 2025 by
hvwyl
Loading…
updated Jul 25, 2025
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…
updated Jul 25, 2025
Fixed the issue where gc was triggered during the attribute search pr…
#5242
opened Jul 22, 2025 by
happy-boy-maker
Loading…
updated Jul 23, 2025
The skipping of null values during array processing has been removed
#5241
opened Jul 22, 2025 by
happy-boy-maker
Loading…
updated Jul 23, 2025
Fix the access error caused when a class is implemented to be empty
#5243
opened Jul 22, 2025 by
happy-boy-maker
Loading…
updated Jul 22, 2025
Remove
CMAKE_C_ARCHIVE_*
variables
#5235
opened Jun 26, 2025 by
kasperisager
Loading…
updated Jun 26, 2025
Fix "floating-point comparison is always false" clang error
#5232
opened Jun 3, 2025 by
ossy-szeged
Loading…
updated Jun 3, 2025
fix heap-buffer-overflow in lexer_compare_identifier_to_char
#5228
opened May 20, 2025 by
happy-boy-maker
Loading…
updated Jun 3, 2025
Fix Assertion '!jcontext_has_pending_exception ()' failed
#5229
opened May 28, 2025 by
happy-boy-maker
Loading…
updated Jun 2, 2025
Remove deprecated enum conversions
#5207
opened Feb 20, 2025 by
kasperisager
Loading…
updated Jun 26, 2025
Reduce call to strlen when possible
#5192
opened Dec 9, 2024 by
lygstate
Loading…
updated Dec 17, 2024
Rename jerry_port_log to jerry_port_log_buffer for reduce strlen usage
#5201
opened Dec 17, 2024 by
lygstate
Loading…
updated Dec 17, 2024
Fixes ecma_uint32_to_utf8_string that fill \0 at the end of string
#5196
opened Dec 10, 2024 by
lygstate
Loading…
updated Dec 17, 2024
Improve ecma_string_get_chars related code
#5199
opened Dec 11, 2024 by
lygstate
Loading…
updated Dec 17, 2024
Fix memory leak when using continue or break statement with syntaxError
#5190
opened Dec 9, 2024 by
gergocs
Loading…
updated Dec 11, 2024
Drop JERRY_FEATURE_CPOINTER_32_BIT
#5188
opened Dec 6, 2024 by
lygstate
Loading…
updated Dec 6, 2024
literal storage: 4x performance improvement using a hashmap
#5131
opened Mar 20, 2024 by
ronanj
Loading…
updated Nov 28, 2024
Improve location info for syntax errors.
abandoned
Abandoned by reviewers or author
enhancement
An improvement
#4816
opened Nov 3, 2021 by
zherczeg
Loading…
updated Nov 27, 2024
Rework own property enumeration
abandoned
Abandoned by reviewers or author
enhancement
An improvement
#4773
opened Sep 20, 2021 by
zherczeg
Loading…
updated Nov 27, 2024
Refactoring ecma_extended_object_t::cls:: to ease the coding about builtin object class
#5176
opened Nov 25, 2024 by
lygstate
Loading…
updated Nov 26, 2024
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…
updated Nov 13, 2024
Add custom dispatcher to every builtin object for consistency
#4738
opened Aug 17, 2021 by
orkvi
Loading…
updated Nov 12, 2024
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…
updated Nov 11, 2024
Previous Next
ProTip!
Find all pull requests that aren't related to any open issues with -linked:issue.