Skip to content

union js_Value

Defined at ./jsi.h#376

Short strings abuse the js_Value struct. By putting the type tag in the last byte, and using 0 as the tag for short strings, we can use the entire js_Value as string storage by letting the type tag serve double purpose as the string zero terminator.

Members

public t

public u

Records