Highlights
- Arctic Code Vault Contributor
Pinned
867 contributions in the last year
Activity overview
Contributed to
jerryscript-project/jerryscript,
rerobika/jerryscript-optimizer,
rerobika/escargot-vscode-extension
and 5 other
repositories
Contribution activity
January 2021
Created 39 commits in 2 repositories
Created a pull request in jerryscript-project/jerryscript that received 4 comments
Remove file(GLOB ...) usage from CMakeLists.txt
JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik frobert@inf.u-szeged.hu
+507
−36
•
4
comments
Opened 29 other pull requests in 1 repository
jerryscript-project/jerryscript
4
open
23
merged
2
closed
- Fix lexical declaration check for let variables
- Improve destructuring patterns
- [RFC] Replace vera with clang-format
- Remove the usage of ENABLED macro
- Invalid regexp literals should throw syntax error in ES11
- Rework export default parsing
- compile_commands.json should be generated for the whole project
- Optimize lexenv binding creation
- Remove template array flag from arrays after the collection is freed
- Rename 'this' to 'this_arg' in function arguments
- Add missing error check for for-in HasNext check
- Do not terminate the engine in unsuccessful allocation in String.prototype.repeat
- Introduce jerry_port_track_promise_rejection
- Add strict flag check for ecma_op_object_put_apply_receiver
- Fix underscore lookahead in hex literal parsing
- Remove new target workaround from super call
- Fix mapped arguments legacy argument definition initialization
- Fix strict mode 'let' keyword check in parse for-statement
- Move ARM and target checks to Github Actions from Travis
- Fix VM stack size calculation for class initializer assignments
- Fix inherited property type check in ordinary object.[[Set]]
- Fix unavailable source file handling in main_print_unhandled_exception
- Fix lookahead in lexer_check_numbers
- Fix bytecode emitting for invalid regexp literals
- Bound function 'length' property should be early initialized
- Some pull requests not shown.
Reviewed 54 pull requests in 1 repository
jerryscript-project/jerryscript 54 pull requests
- Fixes Clang compiling error that compare double with int64_t
- Fix test262 harness to handle async negative tests properly
- Set the correct realm when global code is running
- Update profile README file
- Refactoring time-related default port implementations
- Fix MinGW compilation errors in jerry-ext
- Add expm1 test case to cover the k==1024 case
- Fixes comment in log1p.c
- Implement Symbol.matchAll
- Using a single test262-harness.py for es5.1, es2015 and esnext.
- Update API docs for 2.4 release
- Rework module parsing and execution
- Add a callback which is called when Error objects are created
- Get isfinite, isinf, and isnan right in jerry-math
- Fix free of NULL value in function ecma_typedarray_helper_dispatch_construct
- Trying to fixes module-resource-name.js win32
- new_target_object -> new_target_object_p
- Fixes timezone get on win32
- Unify asserts in jerry-ext
- current_new_target -> current_new_target_p
- Sort source and header lists in cmake files
- Use approxEq to judge double compare in math-cbrt.js
- Make all dynamic memory allocations via core API functions in jerry-ext
- exclude test-ext-autorelease.c in SOURCE_UNIT_TEST_EXT_MODULES properly
- rename misspell regression tests file name.
- Some pull request reviews not shown.