1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 28, 2024 — Sep 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed heap-use-after-free introduced in 045ba10db769. More... over 6 years ago
Improved an argument name of njs_function_frame(). More... over 6 years ago
Refactored njs_function_lambda_call(). More... over 6 years ago
Making njs_function_frame_alloc() static. More... over 6 years ago
Inlined njs_function_previous_frame(). More... over 6 years ago
2019 year. More... over 6 years ago
Introduced njs_function_frame(). More... over 6 years ago
Renamed functions related to lambda. More... over 6 years ago
Refactored out njs_function_apply(). More... over 6 years ago
Fixed njs_vm_call(). More... over 6 years ago
Simplified njs_vm_call(). More... over 6 years ago
Making njs_function_activate() more generic. More... over 6 years ago
Moving njs_normalize_args() into njs_function_native_call(). More... over 6 years ago
Introduced njs_function_native_call(). More... over 6 years ago
Refactored njs_function_frame_free. More... over 6 years ago
Fixed vmcode function call. More... over 6 years ago
Improved function naming in variable code. More... over 6 years ago
Removed dead code in njs_set_timer(). More... almost 7 years ago
Improved working with scope indexes of variables. More... almost 7 years ago
Removed duplicate njs_variable_reference() declaration. More... almost 7 years ago
Improved njs_generate_typeof_operation(). More... almost 7 years ago
Variables handling during code generation is improved. More... almost 7 years ago
Interactive shell: immediate events support. More... almost 7 years ago
Fixed grammar in njs_vm.h. More... almost 7 years ago
Added setImmediate(). More... almost 7 years ago
Interactive shell: initial support of posted events. More... almost 7 years ago
njs_vm_pending() is split in njs_vm_posted() and njs_vm_waiting(). More... almost 7 years ago
njs_vm_run() is rectified. More... almost 7 years ago
Improved naming in njs_variables_scope_resolve(). More... almost 7 years ago
Style. More... almost 7 years ago