Skip to main content

get_property_declarations

Function get_property_declarations 

Source
fn get_property_declarations(
    cx: &mut JSContext,
    object: HandleObject<'_>,
    parser_context: &ParserContext<'_>,
) -> Fallible<Vec<KeyframePropertyDeclaration>>
Expand description