Support this binding retrieval for backtrace frames (#4669)

JerryScript-DCO-1.0-Signed-off-by: Zoltan Herczeg zherczeg.u-szeged@partner.samsung.com
This commit is contained in:
Zoltan Herczeg
2021-05-17 11:41:29 +02:00
committed by GitHub
parent a67f198134
commit 67a61bc211
5 changed files with 97 additions and 8 deletions
+1
View File
@@ -157,6 +157,7 @@ struct jerry_backtrace_frame_internal_t
uint8_t frame_type; /**< frame type */
jerry_backtrace_location_t location; /**< location information */
ecma_value_t function; /**< function reference */
ecma_value_t this_binding; /**< this binding passed to the function */
};
/**