pub fn class_add_method<S: ValueStore>(
store: &mut S,
class: Value,
name: &str,
method: Value,
is_constructor: bool,
) -> RuntimeResult<()>pub fn class_add_method<S: ValueStore>(
store: &mut S,
class: Value,
name: &str,
method: Value,
is_constructor: bool,
) -> RuntimeResult<()>