Lines Matching refs:Add

77 void StringStream::Add(Vector<const char> format, Vector<FmtElm> elms) {
107 Add(value);
129 Add("\\x%02x", value);
131 Add("\\u%04x", value);
139 Add(Vector<const char>(formatted.start(), length));
146 Add("-inf");
148 Add("inf");
150 Add("nan");
154 Add(formatted.start());
162 Add(formatted.start());
191 Add("#%d#", i);
196 Add("#%d#", debug_object_cache->length());
197 debug_object_cache->Add(HeapObject::cast(o));
199 Add("@%p", o);
205 void StringStream::Add(const char* format) {
206 Add(CStrVector(format));
210 void StringStream::Add(Vector<const char> format) {
211 Add(format, Vector<FmtElm>::empty());
215 void StringStream::Add(const char* format, FmtElm arg0) {
218 Add(CStrVector(format), Vector<FmtElm>(argv, argc));
222 void StringStream::Add(const char* format, FmtElm arg0, FmtElm arg1) {
225 Add(CStrVector(format), Vector<FmtElm>(argv, argc));
229 void StringStream::Add(const char* format, FmtElm arg0, FmtElm arg1,
233 Add(CStrVector(format), Vector<FmtElm>(argv, argc));
237 void StringStream::Add(const char* format, FmtElm arg0, FmtElm arg1,
241 Add(CStrVector(format), Vector<FmtElm>(argv, argc));
245 void StringStream::Add(const char* format, FmtElm arg0, FmtElm arg1,
249 Add(CStrVector(format), Vector<FmtElm>(argv, argc));
331 Add("/* anonymous */");
334 Add("%o", name);
344 Add("<Invalid map>\n");
365 Add(": ");
369 Add("<unboxed double> %.16g\n", FmtElm(value));
372 Add("%o\n", value);
387 Add("%d: %o\n", i, array->get(i));
391 Add(" ...\n");
400 Add(" %d: %3d 0x%02x", i, b, b);
402 Add(" '%c'", b);
404 Add(" '\n'");
406 Add(" '\r'");
408 Add(" ^%c", b + 'A' - 1);
410 Add("\n");
413 Add(" ...\n");
422 Add("==== Key ============================================\n\n");
425 Add(" #%d# %p: ", i, printee);
427 Add("\n");
430 Add(" value(): %o\n", JSValue::cast(printee)->value());
474 Add("(Function context is outside heap)\n");
479 Add("Security context: %o\n", token);
483 Add("(Function context is corrupt)\n");
490 Add("/* warning: 'function' was not a heap object */ ");
495 Add("/* warning: 'function' was not on the heap */ ");
499 Add("/* warning: function's map was not on the heap */ ");
503 Add("/* warning: function's map was not a valid map */ ");
515 Add("/* unresolved */ ");
520 Add("%o", f);
521 Add("/* warning: no JSFunction object or function name found */ ");
554 Add("(aka ");