KJS-API
kjsobject.h File Reference
#include "kjsapi_export.h"
#include <QtCore/QString>
Include dependency graph for kjsobject.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
class | KJSArray |
A class representing a JavaScript array object. More... | |
class | KJSBoolean |
A class representing a boolean JavaScript value. More... | |
class | KJSDate |
A class representing a JavaScript date object. More... | |
class | KJSGlobalObject |
A class representing a global object of an execution environment. More... | |
class | KJSNull |
A class representing a JavaScript null value. More... | |
class | KJSNumber |
A class representing a JavaScript number value. More... | |
class | KJSObject |
A class representing a JavaScript value. More... | |
class | KJSString |
A class representing a JavaScript string value. More... | |
class | KJSUndefined |
A class representing an undefined JavaScript value. More... |