Skip to content
  • mjs's avatar
    Change ArgumentListNode operations to be iterative instead of · a34e69ca
    mjs authored
    	recursive. This probably fixes 3095446 (Crash in
    	KJS::ArgumentListNode::ref()) but I can't reproduce it myself so
    	I'm not 100% sure. I think the original bug was a stack overflow
    	and this change would remove that possibility.
    
            * kjs/nodes.cpp:
            (ArgumentListNode::ref): Make iterative.
            (ArgumentListNode::deref): Make iterative.
            (ArgumentListNode::evaluateList): Make iterative.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2735 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    a34e69ca