invoke method

void invoke(
  1. JSObject ret
)

Implementation

void invoke(JSObject ret) {
  _ref.value = ret.ref;
}