setValue method

void setValue(
  1. JSStaticValueStruct struct
)

Implementation

void setValue(JSStaticValueStruct struct) {
  this.name = struct.name;
  this.setProperty = struct.setProperty;
  this.getProperty = struct.getProperty;
  this.attributes = struct.attributes;
}