23 #ifndef _KJS_REFERENCE_H_
24 #define _KJS_REFERENCE_H_
26 #include "identifier.h"
82 unsigned propertyNameAsNumber;
84 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.