Lines Matching defs:Add
654 MaybeHandle<Object> Object::Add(Isolate* isolate, Handle<Object> lhs,
1245 Handle<TemplateList> TemplateList::Add(Isolate* isolate,
1940 dictionary = GlobalDictionary::Add(dictionary, name, value, details);
1952 dictionary = NameDictionary::Add(dictionary, name, value, details);
2182 // add the hash to the JSObject if it does not already exist.
2373 accumulator->Add(os.str().c_str());
2599 accumulator->Add("<Very long string[%u]>", len);
2604 accumulator->Add("<Invalid String>");
2625 if (show_details) accumulator->Add("<String[%u]: ", length());
2633 if (show_details) accumulator->Add("<String[%u]\\: ", length());
2637 accumulator->Add("\\n");
2639 accumulator->Add("\\r");
2641 accumulator->Add("\\\\");
2643 accumulator->Add("\\x%02x", c);
2674 accumulator->Add("<JS Array[%u]>", static_cast<uint32_t>(length));
2679 accumulator->Add("<JS BoundFunction");
2680 accumulator->Add(
2686 accumulator->Add("<JS WeakMap>");
2690 accumulator->Add("<JS WeakSet>");
2694 accumulator->Add("<JS RegExp>");
2704 accumulator->Add("<JS Function ");
2710 accumulator->Add("<JS Function");
2718 accumulator->Add(" <");
2720 accumulator->Add(">");
2724 accumulator->Add(" (SharedFunctionInfo %p)",
2730 accumulator->Add("<JS Generator>");
2742 accumulator->Add("!!!INVALID CONSTRUCTOR!!!");
2747 accumulator->Add("!!!INVALID SHARED ON CONSTRUCTOR!!!");
2755 accumulator->Add("<%sa%s ",
2759 accumulator->Add(" with %smap %p",
2768 accumulator->Add("<JS %sObject", global_object ? "Global " : "");
2772 accumulator->Add(" value = ");
3408 // If the map does not add named properties, simply set the map.
3672 dictionary = NameDictionary::Add(dictionary, key, value, d);
3781 // When adding code here, add a DisallowHeapAllocation too.
4876 // In case we are exiting the fast elements kind system, just add the map in
6890 // Despite the generic name, this can only add private data properties.
6914 NameDictionary::Add(dict, private_name, value, details);
8892 // Ensure we are requested to add elements kind transition "near the root".
9776 Handle<WeakFixedArray> WeakFixedArray::Add(Handle<Object> maybe_array,
9903 Handle<ArrayList> ArrayList::Add(Handle<ArrayList> array, Handle<Object> obj,
9916 Handle<ArrayList> ArrayList::Add(Handle<ArrayList> array, Handle<Object> obj1,
10883 if (cache->IsLineTerminatorSequence(current, next)) line_ends->Add(i);
10887 line_ends->Add(src_len - 1);
10892 line_ends->Add(src_len);
12194 WeakFixedArray::Add(maybe_registry, current_user, &slot);
13085 // Add offsets if requested.
13219 // Add shared function info to new script's list. If a collection occurs,
13250 list = WeakFixedArray::Add(list, shared);
15409 accessor->Add(object, index, value, attributes, new_capacity);
16629 Dictionary<NameDictionary, NameDictionaryShape, Handle<Name>>::Add(
16634 Dictionary<GlobalDictionary, GlobalDictionaryShape, Handle<Name>>::Add(
16643 Dictionary<SeededNumberDictionary, SeededNumberDictionaryShape, uint32_t>::Add(
16649 uint32_t>::Add(Handle<UnseededNumberDictionary>, uint32_t,
17102 GlobalDictionary::Add(dictionary, name, cell, details, entry_out);
17103 // {*entry_out} is initialized inside GlobalDictionary::Add().
17343 // Add the new string and return it along with the string table.
17364 Handle<StringSet> StringSet::Add(Handle<StringSet> stringset,
17380 Handle<ObjectHashSet> ObjectHashSet::Add(Handle<ObjectHashSet> set,
17713 // Attempt to add one element to the empty dictionary must cause reallocation.
17761 // Check whether there are enough enumeration indices to add n elements.
17808 Handle<Derived> Dictionary<Derived, Shape, Key>::Add(Handle<Derived> dictionary,
17823 // Add a key, value pair to the dictionary. Returns entry value.
17893 return Add(dictionary, key, value, details);
17902 return Add(dictionary, key, value, PropertyDetails::Empty());
18414 Handle<OrderedHashSet> OrderedHashSet::Add(Handle<OrderedHashSet> table,
18421 // Do not add if we have the key already
18928 // Add the specified break point object.
18959 // Add the new break point.