1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
Sep 23, 2024 — Sep 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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... almost 7 years ago
Style. More... almost 7 years ago
Removing unused "size" field from njs_parser_operation_t. More... almost 7 years ago
Freeing code buffer after is was reallocated. More... almost 7 years ago
Code generator is separated from parser structure. More... almost 7 years ago
Code generator refactored. More... almost 7 years ago
Fixed building on paltforms without librt. More... almost 7 years ago
Fixed type of iteration variable in for-in with array values. More... almost 7 years ago
Object.entries() method.
Valentin V. Bartenev
as Valentin Bartenev
More... almost 7 years ago
Object.values() method.
Valentin V. Bartenev
as Valentin Bartenev
More... almost 7 years ago
Slightly optimized njs_object_keys_array().
Valentin V. Bartenev
as Valentin Bartenev
More... almost 7 years ago
Fixed comparison of Byte and UTF8 strings. More... almost 7 years ago
Using acosh(0) to get NaN in runtime. More... almost 7 years ago
Fixed conversion of NAN and INF to uint32_t on some platforms. More... almost 7 years ago
Improved accuracy of console.time()/console.timeEnd(). More... almost 7 years ago
Added nxt_time(). More... almost 7 years ago
Fixed assignment expression from compound assignment. More... almost 7 years ago
Fixed automatic semicolon insertion. More... almost 7 years ago
Version bump. More... almost 7 years ago
Added tag 0.2.6 for changeset 0709b8b4f11e More... almost 7 years ago
Version 0.2.6. More... almost 7 years ago
Fixed parsing of statements in if without newline. More... almost 7 years ago
Fixed parser for newline after throw. More... almost 7 years ago
Fixed typeof for object_value type. More... almost 7 years ago