Uses of Class
org.htmlunit.corejs.javascript.EqualObjectGraphs
-
Packages that use EqualObjectGraphs Package Description org.htmlunit.corejs.javascript -
-
Uses of EqualObjectGraphs in org.htmlunit.corejs.javascript
Fields in org.htmlunit.corejs.javascript with type parameters of type EqualObjectGraphs Modifier and Type Field Description private static java.lang.ThreadLocal<EqualObjectGraphs>
EqualObjectGraphs. instance
Methods in org.htmlunit.corejs.javascript with parameters of type EqualObjectGraphs Modifier and Type Method Description (package private) static boolean
ArrowFunction. equalObjectGraphs(ArrowFunction f1, ArrowFunction f2, EqualObjectGraphs eq)
(package private) static boolean
BoundFunction. equalObjectGraphs(BoundFunction f1, BoundFunction f2, EqualObjectGraphs eq)
(package private) static boolean
IdFunctionObject. equalObjectGraphs(IdFunctionObject f1, IdFunctionObject f2, EqualObjectGraphs eq)
private static java.lang.Boolean
Interpreter.CallFrame. equals(Interpreter.CallFrame f1, Interpreter.CallFrame f2, EqualObjectGraphs equal)
private boolean
Interpreter.CallFrame. fieldsEqual(Interpreter.CallFrame other, EqualObjectGraphs equal)
Method parameters in org.htmlunit.corejs.javascript with type arguments of type EqualObjectGraphs Modifier and Type Method Description (package private) static <T> T
EqualObjectGraphs. withThreadLocal(java.util.function.Function<EqualObjectGraphs,T> action)
-