Jerryscript::CallInfo Struct Reference

Maps directly onto jerry_call_info_t structure. More...

#include <Function.h>

Collaboration diagram for Jerryscript::CallInfo:

Public Attributes

Value function
 
Value this_value
 
Value new_target
 

Detailed Description

Maps directly onto jerry_call_info_t structure.

Member Data Documentation

◆ function

Value Jerryscript::CallInfo::function

invoked function object

◆ new_target

Value Jerryscript::CallInfo::new_target

current new target value, undefined for non-constructor calls

◆ this_value

Value Jerryscript::CallInfo::this_value

this value passed to the function


The documentation for this struct was generated from the following file: