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