Status: Accepted
Owner: [email protected]
Labels: Type-Bug Priority-Medium

New issue 721 by [email protected]: Incorrect file/lineno reported in JavaScript error when instantiating an object using an undefined constructor.
http://code.google.com/p/v8/issues/detail?id=721

Repro:
<script>
  new undefined();
</script>

JavaScript console reports an error in "native_runtime.js:404", which is
obviously not where the error is. This can make debugging very hard.

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to