Add UtlString field type.

This commit is contained in:
Nicholas Hastings 2016-12-10 11:48:50 -05:00
parent 4fda4f23a1
commit e6794c34e3

View File

@ -92,6 +92,7 @@ typedef enum _fieldtypes
FIELD_V8_OBJECT,
FIELD_V8_ARRAY,
FIELD_V8_CALLBACK_INFO,
FIELD_UTLSTRING,
FIELD_TYPECOUNT
} fieldtype_t;