pub unsafe extern "C" fn get_string(
out: &mut Local,
object: Local,
key: *const u8,
len: i32,
) -> boolExpand description
Mutates the out argument provided to refer to the v8::Local value of the v8::String’s
underlying content. Returns false if the value couldn’t be retrieved.