Home | History | Annotate | Download | only in src

Lines Matching full:postfix

3678       const char* postfix = "]";
3682 int postfix_len = i::StrLength(postfix);
3696 // Write postfix.
3697 i::OS::MemCopy(ptr, postfix, postfix_len * v8::internal::kCharSize);