1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Jul 22, 2024 — Jul 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Variables handling during code generation is improved. More... over 6 years ago
Interactive shell: immediate events support. More... over 6 years ago
Fixed grammar in njs_vm.h. More... over 6 years ago
Added setImmediate(). More... over 6 years ago
Interactive shell: initial support of posted events. More... over 6 years ago
njs_vm_pending() is split in njs_vm_posted() and njs_vm_waiting(). More... over 6 years ago
njs_vm_run() is rectified. More... over 6 years ago
Improved naming in njs_variables_scope_resolve(). More... over 6 years ago
Style. More... over 6 years ago
Refactored functions related to variables. More... over 6 years ago
Added support of native function calls in njs_vm_call(). More... over 6 years ago
Fixed exit instructions inside try blocks. More... over 6 years ago
Version bump. More... over 6 years ago
Added tag 0.2.7 for changeset 4624ba4f6497 More... over 6 years ago
Version 0.2.7. More... over 6 years ago
Removed surplus for loop. More... over 6 years ago
Added the rest parameters support. More... over 6 years ago
Style. More... over 6 years ago
Removing unused "size" field from njs_parser_operation_t. More... over 6 years ago
Freeing code buffer after is was reallocated. More... over 6 years ago
Code generator is separated from parser structure. More... over 6 years ago
Code generator refactored. More... over 6 years ago
Fixed building on paltforms without librt. More... over 6 years ago
Fixed type of iteration variable in for-in with array values. More... over 6 years ago
Object.entries() method.
Valentin V. Bartenev
as Valentin Bartenev
More... over 6 years ago
Object.values() method.
Valentin V. Bartenev
as Valentin Bartenev
More... over 6 years ago
Slightly optimized njs_object_keys_array().
Valentin V. Bartenev
as Valentin Bartenev
More... over 6 years ago
Fixed comparison of Byte and UTF8 strings. More... over 6 years ago
Using acosh(0) to get NaN in runtime. More... over 6 years ago
Fixed conversion of NAN and INF to uint32_t on some platforms. More... over 6 years ago