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:
@@ -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 */
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user