Uses of Class
org.htmlunit.corejs.javascript.EqualObjectGraphs
Packages that use EqualObjectGraphs
-
Uses of EqualObjectGraphs in org.htmlunit.corejs.javascript
Fields in org.htmlunit.corejs.javascript with type parameters of type EqualObjectGraphsModifier and TypeFieldDescriptionprivate static final ThreadLocal
<EqualObjectGraphs> EqualObjectGraphs.instance
Methods in org.htmlunit.corejs.javascript with parameters of type EqualObjectGraphsModifier and TypeMethodDescription(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 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 EqualObjectGraphsModifier and TypeMethodDescription(package private) static <T> T
EqualObjectGraphs.withThreadLocal
(Function<EqualObjectGraphs, T> action)