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.
12 lines
401 B
12 lines
401 B
define: DUK_USE_PC2LINE
|
|
feature_enables: DUK_OPT_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.
|
|
|