22 #ifndef _KJS_REFERENCE_H_
23 #define _KJS_REFERENCE_H_
25 #include "identifier.h"
81 unsigned propertyNameAsNumber;
83 bool propertyNameIsNumber;
Represents the current state of script execution.
Represents an Identifier for a Javascript object.
Represents an primitive Null value.
An iterator for a ReferenceList.
A list of Reference objects.
Defines a Javascript reference.
Value objects are act as wrappers ("smart pointers") around ValueImp objects and their descendents.