1 using v8::Array;
2 using v8::MaybeLocal;
3 
CreateObject() const4 MaybeLocal<Array> CreateObject() const {
5   return MaybeLocal<Array>();
6 }
7