You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
1.0 KiB

11 years ago
--- !ditz.rubyforge.org,2008-03-06/issue
title: error line number mismatch when running underscore shim
desc: |-
Run objects.js testcase. Right after testing '*** isEmpty' it returns:
TypeError: call target not an object
duk_js_executor.c:2512
anon /tmp/duk-underscore-test.js:1662
anon /tmp/duk-underscore-test.js:181
global /tmp/duk-underscore-test.js:1512 preventsyield
However, the line number 1662 is nowhere near the 'isEmpty' test.
type: :bugfix
component: duk
release: v0.9
reporter: sva <sami.vaarala@iki.fi>
11 years ago
status: :closed
disposition: :fixed
11 years ago
creation_time: 2014-01-16 00:45:44.257933 Z
references: []
id: a9ede55be64f0dac2e6a12c44de2c20dd2a04d7a
log_events:
- - 2014-01-16 00:45:44.459227 Z
- sva <sami.vaarala@iki.fi>
- created
- ""
11 years ago
- - 2014-01-18 00:40:20.315590 Z
- sva <sami.vaarala@iki.fi>
- closed with disposition fixed
- "Actual cause was a bug in pc2line where a diff_line higher than 127 would use\n\
the full 32-bit (non-diff) encoding, whose value was set incorrectly.\n"