Home
last modified time | relevance | path

Searched refs:NJS_LEVEL_CLOSURE (Results 1 – 4 of 4) sorted by relevance

/dports/www/nginx-full/njs-0.7.1/src/
H A Dnjs_async.c84 cur_closures = vm->levels[NJS_LEVEL_CLOSURE]; in njs_await_fulfilled()
90 vm->levels[NJS_LEVEL_CLOSURE] = njs_function_closures(async->function); in njs_await_fulfilled()
110 vm->levels[NJS_LEVEL_CLOSURE] = cur_closures; in njs_await_fulfilled()
H A Dnjs_vm.h122 NJS_LEVEL_CLOSURE, enumerator
H A Dnjs_variable.c490 if (type != NJS_LEVEL_CLOSURE) { in njs_variable_closure()
494 NJS_LEVEL_CLOSURE, var->type); in njs_variable_closure()
H A Dnjs_function.c650 cur_closures = vm->levels[NJS_LEVEL_CLOSURE]; in njs_function_lambda_call()
656 vm->levels[NJS_LEVEL_CLOSURE] = njs_function_closures(function); in njs_function_lambda_call()
705 vm->levels[NJS_LEVEL_CLOSURE] = cur_closures; in njs_function_lambda_call()