1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 22, 2024 — Jul 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Improved next index allocation. More... over 6 years ago
Simplified function parsing. More... over 6 years ago
Improved setting vm->trace. More... over 6 years ago
Removed unused vm->scratch field. More... over 6 years ago
Style. More... over 6 years ago
Setting exit index for try_return instruction is simplified. More... over 6 years ago
Fixed comments "try" instructions. More... over 6 years ago
Fixed try_break instruction. More... over 6 years ago
Making generator block for block statements. More... over 6 years ago
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... over 6 years ago
Improved working with scope indexes of variables. More... over 6 years ago
Improved njs_generate_typeof_operation(). More... over 6 years ago
Removed duplicate njs_variable_reference() declaration. More... over 6 years ago