Home | History | Annotate | Download | only in src

Lines Matching full:postfix

2974       const char* postfix = "]";
2978 int postfix_len = i::StrLength(postfix);
2992 // Write postfix.
2993 memcpy(ptr, postfix, postfix_len * v8::internal::kCharSize);