mirror of https://github.com/svaarala/duktape.git
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.
11 lines
368 B
11 lines
368 B
define: DUK_USE_PC2LINE
|
|
introduced: 1.0.0
|
|
default: true
|
|
tags:
|
|
- ecmascript
|
|
description: >
|
|
Record a "pc2line" map into function instances which allows bytecode program
|
|
counter values to be mapped into line numbers e.g. in error tracebacks.
|
|
|
|
Without this map, exceptions won't have meaningful line numbers but function
|
|
instances will have a smaller footprint.
|
|
|