Jerryscript::Undefined Struct Reference

Use to create Value containing javascript 'undefined'. More...

#include <Types.h>

Collaboration diagram for Jerryscript::Undefined:

Public Member Functions

 Undefined ()
 

Public Attributes

const jerry_value_t value = jerry_value_t(Ecma::VALUE_UNDEFINED)
 

Detailed Description

Use to create Value containing javascript 'undefined'.

e.g. Value myValue = Undefined{};

Constructor & Destructor Documentation

◆ Undefined()

Jerryscript::Undefined::Undefined ( )
inline

Member Data Documentation

◆ value

const jerry_value_t Jerryscript::Undefined::value = jerry_value_t(Ecma::VALUE_UNDEFINED)

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