Home | History | Annotate | Download | only in src

Lines Matching defs:postfix

3387       const char* postfix = "]";
3391 int postfix_len = i::StrLength(postfix);
3405 // Write postfix.
3406 i::MemCopy(ptr, postfix, postfix_len * v8::internal::kCharSize);