Unicorn XML Toolkit
Version 1.00.00

Namespace EcmaScript
Class CBuiltinConstructor

class CBuiltinConstructor: public CNativeObject {
public:
    CBuiltinConstructor(
        CGlobalObject *pGlobalObject,
        const XObject &pPrototype);
    ~CBuiltinConstructor();
public:
    CString Class();
    CString TypeOf();
    };

The built-in constructor.

Classes implementing built-in constructors are usually derived from this class.

Since:
1.00.00
Version:
1.00.00
Author:
Alexey Gokhberg
See Also:
CObject, CGlobalObject
Constructor/Destructor Summary
CBuiltinConstructor (CGlobalObject *pGlobalObject, const XObject &pPrototype);
����������Constructs the built-in constructor.
~CBuiltinConstructor ();
����������Destroys the built-in constructor.

Function Summary
CString Class ();
����������Returns the class of this object.
CString TypeOf ();
����������Returns a string representing type of this object.

Constructor/Destructor Detail

CBuiltinConstructor

CBuiltinConstructor(
    CGlobalObject *pGlobalObject,
    const XObject &pPrototype);

Constructs the built-in constructor.

Parameters:
pGlobalObject - the global object
pPrototype - the prototype of the constructed built-in constructor

~CBuiltinConstructor

~CBuiltinConstructor();

Destroys the built-in constructor.

Function Detail

Class

CString Class();

Returns the class of this object.

This function corresponds to the internal [[Class]] property.

Returns:
the class of this object

TypeOf

CString TypeOf();

Returns a string representing type of this object.

Returns:
the string representing type of this object

Unicorn XML Toolkit
Version 1.00.00


This document was created using Unicorn DOC++.

Copyright 1999-2001 Unicorn Enterprises SA.
All Rights Reserved.