setValue method

void setValue(
  1. JSStaticFunctionStruct struct
)

Implementation

void setValue(JSStaticFunctionStruct struct) {
  this.name = struct.name;
  this.callAsFunction = struct.callAsFunction;
  this.attributes = struct.attributes;
}