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
352 B
11 lines
352 B
define: DUK_USE_EXEC_INDIRECT_BOUND_CHECK
|
|
introduced: 1.0.0
|
|
default: false
|
|
tags:
|
|
- execution
|
|
- debug
|
|
description: >
|
|
For opcodes with indirect indices, check final index against stack size.
|
|
Useful for diagnosing problems. Normally this check is not necessary
|
|
because the compiler is trusted, and we don't bound check direct indices
|
|
either.
|
|
|