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
352 B
12 lines
352 B
9 years ago
|
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.
|