Home | History | Annotate | Download | only in src

Lines Matching full:postfix

3266       const char* postfix = "]";
3270 int postfix_len = i::StrLength(postfix);
3284 // Write postfix.
3285 i::MemCopy(ptr, postfix, postfix_len * v8::internal::kCharSize);