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

/external/v8/include/
H A Dv8.h8506 static const int kFullStringRepresentationMask = 0x0f; member in class:v8::internal::Internals
8583 int representation = (instance_type & kFullStringRepresentationMask);
9206 int type = I::GetInstanceType(obj) & I::kFullStringRepresentationMask;

Completed in 86 milliseconds