D | object.js | 59 bytesize() { method in Object_ 119 static addBytesize(builder, bytesize) { argument 120 builder.addFieldInt32(4, bytesize, 0); 157 …static createObject(builder, nameOffset, fieldsOffset, isStruct, minalign, bytesize, attributesOff… argument 163 Object_.addBytesize(builder, bytesize); 170 …ind(this), this.fieldsLength()), this.isStruct(), this.minalign(), this.bytesize(), this.bb.create… 177 _o.bytesize = this.bytesize(); 184 …constructor(name = null, fields = [], isStruct = false, minalign = 0, bytesize = 0, attributes = [… argument 189 this.bytesize = bytesize; 200 ….createObject(builder, name, fields, this.isStruct, this.minalign, this.bytesize, attributes, docu…
|