Home | History | Annotate | Download | only in src

Lines Matching refs:postfix

2110       const char* postfix = "]";
2114 int postfix_len = i::StrLength(postfix);
2128 // Write postfix.
2129 memcpy(ptr, postfix, postfix_len * v8::internal::kCharSize);