Home
last modified time | relevance | path

Searched refs:njs_function_native_frame (Results 1 – 2 of 2) sorted by relevance

/dports/www/nginx-full/njs-0.7.1/src/
H A Dnjs_function.h106 njs_int_t njs_function_native_frame(njs_vm_t *vm, njs_function_t *function,
151 return njs_function_native_frame(vm, function, this, args, nargs, ctor); in njs_function_frame()
H A Dnjs_function.c369 njs_function_native_frame(njs_vm_t *vm, njs_function_t *function, in njs_function_native_frame() function