Home | History | Annotate | Download | only in src

Lines Matching defs:Add

81 void StringStream::Add(Vector<const char> format, Vector<FmtElm> elms) {
111 Add(value);
133 Add("\\x%02x", value);
135 Add("\\u%04x", value);
143 Add(Vector<const char>(formatted.start(), length));
150 Add("-inf");
152 Add("inf");
154 Add("nan");
158 Add(formatted.start());
166 Add(formatted.start());
195 Add("#%d#", i);
200 Add("#%d#", debug_object_cache->length());
201 debug_object_cache->Add(HeapObject::cast(o));
203 Add("@%p", o);
287 Add("/* anonymous */");
290 Add("%o", name);
300 Add("<Invalid map>\n");
322 Add(": ");
326 Add("<unboxed double> %.16g\n", FmtElm(value));
329 Add("%o\n", value);
345 Add("%d: %o\n", i, array->get(i));
348 Add(" ...\n");
357 Add(" %d: %3d 0x%02x", i, b, b);
359 Add(" '%c'", b);
361 Add(" '\n'");
363 Add(" '\r'");
365 Add(" ^%c", b + 'A' - 1);
367 Add("\n");
370 Add(" ...\n");
379 Add("==== Key ============================================\n\n");
382 Add(" #%d# %p: ", i, printee);
384 Add("\n");
387 Add(" value(): %o\n", JSValue::cast(printee)->value());
431 Add("(Function context is outside heap)\n");
436 Add("Security context: %o\n", token);
440 Add("(Function context is corrupt)\n");
447 Add("/* warning: 'function' was not a heap object */ ");
452 Add("/* warning: 'function' was not on the heap */ ");
456 Add("/* warning: function's map was not on the heap */ ");
460 Add("/* warning: function's map was not a valid map */ ");
472 Add("/* unresolved */ ");
477 Add("%o", f);
478 Add("/* warning: no JSFunction object or function name found */ ");
518 Add("(aka ");