Lines Matching defs:exports
796 Local<PrimitiveArray> exports;
797 if (!maybe_exports.ToLocal(&exports)) {
806 if (serializer.TakeSnapshot(context, exports, snapshot_data)) {
1957 // Realm.takeWebSnapshot(index, exports) takes a snapshot of the list of exports
1969 // Create a Local<PrimitiveArray> from the exports array.
1973 Local<PrimitiveArray> exports = PrimitiveArray::New(isolate, length);
1982 exports->Set(isolate, i, str);
1991 if (!serializer.TakeSnapshot(realm_scope.context(), exports,
3651 Local<PrimitiveArray> exports = PrimitiveArray::New(isolate, size);
3660 exports->Set(isolate, i, str);
3662 return exports;