reference.h
Identifier getPropertyName(ExecState *exec) const
Performs the GetPropertyName type conversion operation on this value (ECMA 8.7).
Definition reference.cpp:103
Value getBase(ExecState *exec) const
Performs the GetBase type conversion operation on this value (ECMA 8.7).
Definition reference.cpp:92
void putValue(ExecState *exec, const Value &w)
Performs the PutValue type conversion operation on this value (ECMA 8.7.1).
Definition reference.cpp:145
Value getValue(ExecState *exec) const
Performs the GetValue type conversion operation on this value (ECMA 8.7.1).
Definition reference.cpp:117
Trinity API Reference