Struct v8::value::FunctionCallbackInfo [] [src]

pub struct FunctionCallbackInfo {
    pub isolate: Isolate,
    pub length: isize,
    pub args: Vec<Value>,
    pub this: Object,
    pub holder: Object,
    pub new_target: Value,
    pub is_construct_call: bool,
}

Fields