set_string

Function set_string 

Source
pub unsafe extern "C" fn set_string(
    out: &mut bool,
    object: Local,
    key: *const u8,
    len: i32,
    val: Local,
) -> bool
Expand description

Sets the underlying content of a v8::String object. Also mutates the out argument provided to refer to a v8::Local boolean value, true if the set was successful.