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

/external/v8/include/
H A Dv8.h5806 static const int kFullStringRepresentationMask = 0x07; member in class:v8::internal::Internals
5886 int representation = (instance_type & kFullStringRepresentationMask);
6477 int type = I::GetInstanceType(obj) & I::kFullStringRepresentationMask;

Completed in 334 milliseconds