Searched refs:add_objects (Results 1 – 6 of 6) sorted by relevance
15 idl_array.add_objects({ WorkerGlobalScope: ['self'] });17 idl_array.add_objects({ Window: ['self'] });19 idl_array.add_objects({
9 idl_array.add_objects({
8 idl_array.add_objects({
12 idl_array.add_objects({
1154 …void add_objects(flatbuffers::Offset<flatbuffers::Vector<flatbuffers::Offset<reflection::Object>>>… in add_objects() function1204 builder_.add_objects(objects);
489 IdlArray.prototype.add_objects = function(dict) method in IdlArray