Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Self referential call on "Set<?>.size()" results in Uncaught RangeError: Maximum call stack size exceeded #71

@34638a

Description

@34638a

Just dropping this off for later thorough investigation:
Issue appears to be repeatable. Issue arises in instances where a hashmap key set is retrieved and then the size of the set is requested.
Exact cause is yet to be determined as to why the minified has this result.
Full minified is attached.
j4ts.min.zip

Minified j4ts.js included below. Error case is found at j4ts.min.js?v=167416913297991951691696567159:1:305201

c.prototype.remove = function(t) { return !!this.__parent.containsKey(t) && (this.remove(t), !0) } , c.prototype.size = function() { return this.size() } ; var s, e = c; function c(t) { var e = s.call(this) || this; return e.__parent = t, e } function h(t, e) { this.outerIter = e, this.__parent = t } (t.AbstractMap$0 = e).__interfaces = ["java.util.Collection", "java.util.Set", "java.lang.Iterable"],

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions