Home | History | Annotate | Download | only in src

Lines Matching full:postfix

3469       const char* postfix = "]";
3473 int postfix_len = i::StrLength(postfix);
3487 // Write postfix.
3488 i::OS::MemCopy(ptr, postfix, postfix_len * v8::internal::kCharSize);