@NotNull
 public JsFunction getFunctionObject(@NotNull CallableDescriptor descriptor) {
   return staticContext.getFunctionWithScope(descriptor);
 }