1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Sep 18, 2024 — Sep 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Renamed njscript to njs. More... over 7 years ago
Added njs_core.h More... over 7 years ago
Fixed incorrect pointer check in njs_json_parse_string(). More... over 7 years ago
Fixed njs_vm_external_bind(). More... over 7 years ago
Fixed return value type of clearTimeout(). More... over 7 years ago
Fixed unit tests exit code. More... over 7 years ago
Fixed the writeable flag of Array.length property. More... over 7 years ago
Fixed handling of props in Object.getOwnPropertyDescriptor(). More... over 7 years ago
Fixed handling of missing arg of Object.getOwnPropertyDescriptor(). More... over 7 years ago
Improved variable names in Object.isPrototypeOf(). More... over 7 years ago
Fixed return value type for boolean functions. More... over 7 years ago
Adding const qualifiers to njs_number_dec_parse() and friends. More... over 7 years ago
Fixed handling of undefined arguments of functions. More... over 7 years ago
Added array length setter. More... over 7 years ago
Fixed exception type for unsupported types in JSON.stringify(). More... over 7 years ago
Making native getters into universal property handlers. More... over 7 years ago
Fixed JSON.stringify() for arrays with empty cells. More... over 7 years ago
Moved njs vm to the main configuration. More... over 7 years ago
Added njs_vm_value(). More... over 7 years ago
README: added github as a way to report issues and send patches. More... over 7 years ago
HTTP request body getter. More... over 7 years ago
Added shortcuts for creating errors from the outside of a VM. More... over 7 years ago
Fixed crypto update() method after digest() is called. More... over 7 years ago
Added njs_value_is_valid_number(). More... over 7 years ago
Checking the number argument of HTTP return() method is valid. More... over 7 years ago
Improved handling of builtin objects. More... over 7 years ago
Using correct code size addition. More... over 7 years ago
Fixed surname spelling. More... over 7 years ago
Exact values for default switch case expressions. More... over 7 years ago
Style fixes. More... over 7 years ago