Type Definition ObjectRef
ecmascript::compiler::value
type ObjectRef = RcRef<Object>;
impl PartialEq<RcRef<Object>> for ObjectRef
fn eq(&self, other: &ObjectRef) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
self
other
==
#[must_use] fn ne(&self, other: &Rhs) -> bool
This method tests for !=.
!=
impl Eq for ObjectRef
impl Display for ObjectRef
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more