Skip to main content

construct_with_new_target

Function construct_with_new_target 

Source
pub fn construct_with_new_target(
    target: &Function,
    arguments_list: &Array,
    new_target: &Function,
) -> Result<JsValue, JsValue>