Skip to main content

this_before_super_error

Function this_before_super_error 

Source
pub fn this_before_super_error() -> String
Expand description

The ReferenceError for touching this in a derived constructor before super() — or returning from one without calling it.