nxt_bool_t ctor)
{
size_t size;
- nxt_uint_t n, max_args, closures;;
+ nxt_uint_t n, max_args, closures;
njs_value_t *value, *bound;
njs_frame_t *frame;
njs_native_frame_t *native_frame;
cont->retval = retval;
cont->return_address = vm->current
- + sizeof(njs_vmcode_function_call_t);;
+ + sizeof(njs_vmcode_function_call_t);
vm->current = (u_char *) njs_continuation_nexus;
return NJS_APPLIED;
if (type == NJS_SCOPE_FUNCTION) {
scope->next_index[0] = type;
scope->next_index[1] = NJS_SCOPE_CLOSURE + nesting
- + sizeof(njs_value_t);;
+ + sizeof(njs_value_t);
} else {
if (type == NJS_SCOPE_GLOBAL) {