Lines Matching refs:set
152 // Beginning of a JS set.
154 // End of a JS set. length:uint32_t.
193 // This is the set of tags that existed in SerializationTag.h at that time and
297 // most significant 7 bits. Each byte, except the last, has the MSB set.
855 raw_entries.set(result_index++, key);
856 raw_entries.set(result_index++, raw_table.ValueAt(entry));
887 raw_entries.set(result_index++, key);
1245 // most significant 7 bits. Each byte, except the last, has the MSB set.
1755 elements->set(i, *element);
1908 Handle<JSSet> set = isolate_->factory()->NewJSSet();
1909 AddObjectWithID(id, set);
1924 if (Execution::Call(isolate_, set_add, set, arraysize(argv), argv)
1937 return scope.CloseAndEscape(set);