Asserts that lhs [[Values.compare structurally orders after or the same as]] rhs.
Optional message: string[[AssertException]] with message if lhs does not structurally order after or the same as rhs.
Asserts that lhs [[Values.compare structurally orders before or the same as]] rhs.
Optional message: string[[AssertException]] with message if lhs does not structurally order before or the same as rhs.
Asserts that lhs does not [[Values.compare structurally order after or the same as]] rhs.
Optional message: string[[AssertException]] with message if lhs does structurally order after or the same as rhs.
Asserts that lhs does not [[Values.compare structurally order before or the same as]] rhs.
Optional message: string[[AssertException]] with message if lhs does structurally order before or the same as rhs.
Asserts that object has the prototype of constructor in its prototype chain.
Optional message: string[[AssertException]] with message if object does not have the prototype of constructor in its prototype chain.
Asserts that object does not have the prototype of constructor in its prototype chain.
Optional message: string[[AssertException]] with message if object does have the prototype of constructor in its prototype chain.
Generated using TypeDoc
Callable [[Assert]] interface.