| Top |
| enum | SeedPropertyAttributes |
| enum | SeedClassAttributes |
| typedef | SeedClass |
| #define | seed_empty_class |
SeedObject seed_make_constructor (SeedContext ctx,SeedClass klass,SeedObjectCallAsConstructorCallback constructor);
ctx |
A SeedContext. |
|
class |
A SeedClass to use as the default for constructed objects. |
|
constructor |
The JSObjectCallAsConstructorCallback function to call when the constructor is invoked with 'new'. |