Fixed the known native arg handler from accidentally using 'continue' to break out...
commitf7d70316811920a4a7e29ae2907892fb676eaa90
authorDavid Anderson <danderson@mozilla.com>
Thu, 14 Aug 2008 18:48:43 +0000 (14 11:48 -0700)
committerDavid Anderson <danderson@mozilla.com>
Thu, 14 Aug 2008 18:48:43 +0000 (14 11:48 -0700)
treedfc80cd4711820de388b0924e5e228f2accdc6a4
parentec7e0bc543bc3a8a9e1c2162612e39517c77f83c
Fixed the known native arg handler from accidentally using 'continue' to break out of a loop one level higher.  This was causing crashes when the arg didn't match the expected types (bug 450530).
js/src/jstracer.cpp