Photon 1.0.0
|
#include <ECMAVirtualMachine.hpp>
Public Member Functions | |
ECMAObject & | operator= (const ECMAObject &rhs) |
ECMAObject & | operator-= (const ECMAObject &rhs) |
ECMAObject & | operator+= (const ECMAObject &rhs) |
Public Attributes | |
String | m_name {} |
std::unordered_map< String, ECMAFunction > | m_methods |
std::unordered_map< String, ECMAValue > | m_properties |
|
inline |
|
inline |
|
inline |
std::unordered_map<String, ECMAFunction> Photon::ECMAObject::m_methods |
String Photon::ECMAObject::m_name {} |