mirror of https://github.com/svaarala/duktape.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
418 B
32 lines
418 B
# Must match C header.
|
|
class_names:
|
|
- none
|
|
- Arguments
|
|
- Array
|
|
- Boolean
|
|
- Date
|
|
- Error
|
|
- Function
|
|
- JSON
|
|
- Math
|
|
- Number
|
|
- Object
|
|
- RegExp
|
|
- String
|
|
- global
|
|
- ObjEnv
|
|
- DecEnv
|
|
- Pointer
|
|
- Thread
|
|
- ArrayBuffer
|
|
- DataView
|
|
- Int8Array
|
|
- Uint8Array
|
|
- Uint8ClampedArray
|
|
- Int16Array
|
|
- Uint16Array
|
|
- Int32Array
|
|
- Uint32Array
|
|
- Float32Array
|
|
- Float64Array
|
|
- Buffer
|
|
|