- 
                Notifications
    
You must be signed in to change notification settings  - Fork 1.2k
 
JsTypedArrayType
        Limin Zhu edited this page Oct 9, 2015 
        ·
        1 revision
      
    The type of a typed JavaScript array.
enum JsTypedArrayType
- JsArrayTypeInt8: An int8 array.
 - JsArrayTypeUint8: An uint8 array.
 - JsArrayTypeUint8Clamped: An uint8 clamped array.
 - JsArrayTypeInt16: An int16 array.
 - JsArrayTypeUint16: An uint16 array.
 - JsArrayTypeInt32: An int32 array.
 - JsArrayTypeUint32: An uint32 array.
 - JsArrayTypeFloat32: A float32 array.
 - JsArrayTypeFloat64: A float64 array.
 
- Architecture Overview
 - Building ChakraCore
 - ChakraCore Code Structure
 - Contributor Guidance
 - Engineering Notes
 - Embedding ChakraCore
 - Testing ChakraCore
 - Getting ChakraCore binaries
 - Label Glossary
 - Resources
 - Roadmap / Release Notes
 
Want to contribute to this Wiki? Fork it and send a pull request!