Searched defs:IsTwoByte (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dobjects.h6785 bool IsTwoByte() { return state_ == TWO_BYTE; } function in class:v8::internal::String::FlatContent
6793 // Return the two-byte content of the string. Only use if IsTwoByte()
/external/chromium_org/v8/src/
H A Dobjects.h8142 bool IsTwoByte() { return state_ == TWO_BYTE; } function in class:v8::internal::String::FlatContent
8150 // Return the two-byte content of the string. Only use if IsTwoByte()

Completed in 102 milliseconds