/third_party/typescript/tests/baselines/reference/ |
H A D | declarationEmitReexportedSymlinkReference3.js | 48 Object.defineProperty(exports, "__esModule", { value: true });
49 exports.ADMIN = void 0;
51 exports.ADMIN = pkg2_1.MetadataAccessor.create('1');
65 var __exportStar = (this && this.__exportStar) || function(m, exports) {
66 for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
68 Object.defineProperty(exports, "__esModule", { value: true });
69 __exportStar(require("./keys"), exports);
|
H A D | moduleAugmentationImportsAndExports2.js | 43 exports.__esModule = true;
44 exports.A = void 0;
50 exports.A = A;
53 exports.__esModule = true;
54 exports.B = void 0;
60 exports.B = B;
63 exports.__esModule = true;
68 exports.__esModule = true;
|
H A D | moduleAugmentationImportsAndExports5.js | 43 exports.__esModule = true;
44 exports.A = void 0;
50 exports.A = A;
53 exports.__esModule = true;
54 exports.B = void 0;
60 exports.B = B;
63 exports.__esModule = true;
68 exports.__esModule = true;
|
H A D | moduleAugmentationImportsAndExports6.js | 43 exports.__esModule = true;
44 exports.A = void 0;
50 exports.A = A;
53 exports.__esModule = true;
54 exports.B = void 0;
60 exports.B = B;
63 exports.__esModule = true;
68 exports.__esModule = true;
|
H A D | exportAssignTypes.js | 59 module.exports = x;
63 module.exports = x;
67 module.exports = x;
71 module.exports = x;
75 module.exports = x;
79 module.exports = x;
85 module.exports = x;
88 exports.__esModule = true;
|
H A D | declarationEmitExpandoWithGenericConstraint.js | 19 exports.__esModule = true;
20 exports.Rect = exports.Point = void 0;
22 exports.Point = Point;
24 exports.Rect = Rect;
25 exports.Point.zero = function () { return (0, exports.Point)(0, 0); };
|
H A D | defaultDeclarationEmitShadowedNamedCorrectly.js | 24 exports.__esModule = true;
25 exports.Something = exports.make = void 0;
30 exports.make = make;
36 exports["default"] = MyComponent;
41 })(Something = exports.Something || (exports.Something = {}));
|
H A D | emitHelpersWithLocalCollisions(module=umd).js | 18 if (typeof module === "object" && typeof module.exports === "object") {
19 var v = factory(require, exports);
20 if (v !== undefined) module.exports = v;
23 define(["require", "exports"], factory);
25 })(function (require, exports) {
27 Object.defineProperty(exports, "__esModule", { value: true });
28 exports.A = void 0;
34 exports.A = A;
|
H A D | pathMappingBasedModuleResolution_rootImport_aliasWithRoot_differentRootTypes.js | 32 exports.__esModule = true;
33 exports.foo = void 0;
35 exports.foo = foo;
38 exports.__esModule = true;
39 exports.bar = void 0;
41 exports.bar = bar;
44 exports.__esModule = true;
|
H A D | internalAliasClassInsideLocalModuleWithoutExport.js | 20 exports.__esModule = true;
21 exports.m2 = exports.x = void 0;
33 })(x = exports.x || (exports.x = {}));
42 })(m2 = exports.m2 || (exports.m2 = {}));
|
H A D | intersectionsOfLargeUnions.js | 32 exports.__esModule = true;
33 exports.assertNodeProperty = exports.assertNodeTagName = exports.assertIsElement = void 0;
38 exports.assertIsElement = assertIsElement;
46 exports.assertNodeTagName = assertNodeTagName;
52 exports.assertNodeProperty = assertNodeProperty;
|
H A D | intersectionsOfLargeUnions2.js | 42 exports.__esModule = true;
43 exports.assertNodeProperty = exports.assertNodeTagName = exports.assertIsElement = void 0;
48 exports.assertIsElement = assertIsElement;
56 exports.assertNodeTagName = assertNodeTagName;
62 exports.assertNodeProperty = assertNodeProperty;
|
H A D | aliasUsageInArray.js | 26 exports.__esModule = true;
27 exports.Model = void 0;
33 exports.Model = Model;
51 exports.__esModule = true;
52 exports.VisualizationModel = void 0;
61 exports.VisualizationModel = VisualizationModel;
64 exports.__esModule = true;
|
H A D | aliasUsageInVarAssignment.js | 25 exports.__esModule = true;
26 exports.Model = void 0;
32 exports.Model = Model;
50 exports.__esModule = true;
51 exports.VisualizationModel = void 0;
60 exports.VisualizationModel = VisualizationModel;
63 exports.__esModule = true;
|
H A D | unusedLocalsAndParametersOverloadSignatures.js | 27 exports.__esModule = true;
28 exports.genericFunc = exports.C = exports.func = void 0;
32 exports.func = func;
42 exports.C = C;
46 exports.genericFunc = genericFunc;
|
/foundation/communication/wifi/wifi/frameworks/js/napi/src/ |
H A D | wifi_ext_napi_entry.cpp | 30 static napi_value PropertyValueInit(napi_env env, napi_value exports) in PropertyValueInit() argument 36 napi_define_properties(env, exports, sizeof(exportFuncs) / sizeof(*exportFuncs), exportFuncs); in PropertyValueInit() 37 return exports; in PropertyValueInit() 43 static napi_value Init(napi_env env, napi_value exports) in Init() argument 45 PropertyValueInit(env, exports); in Init() 56 NAPI_CALL(env, napi_define_properties(env, exports, sizeof(desc) / sizeof(napi_property_descriptor), desc)); in Init() 57 return exports; in Init()
|
/third_party/typescript/tests/baselines/reference/tsbuild/javascriptProjectEmit/ |
H A D | loads-js-based-projects-with-non-moved-json-files-and-emits-them-correctly.js | 132 exports.__esModule = true;
133 exports.m = void 0;
135 exports.m = common_1["default"];
220 exports.__esModule = true;
221 exports.getVar = void 0;
229 exports.getVar = getVar;
296 module.exports = x;
|
/third_party/node/src/ |
H A D | node_report_module.cc | 169 static void Initialize(Local<Object> exports, in Initialize() argument 173 SetMethod(context, exports, "writeReport", WriteReport); in Initialize() 174 SetMethod(context, exports, "getReport", GetReport); in Initialize() 175 SetMethod(context, exports, "getCompact", GetCompact); in Initialize() 176 SetMethod(context, exports, "setCompact", SetCompact); in Initialize() 177 SetMethod(context, exports, "getDirectory", GetDirectory); in Initialize() 178 SetMethod(context, exports, "setDirectory", SetDirectory); in Initialize() 179 SetMethod(context, exports, "getFilename", GetFilename); in Initialize() 180 SetMethod(context, exports, "setFilename", SetFilename); in Initialize() 181 SetMethod(context, exports, "getSigna in Initialize() [all...] |
/third_party/typescript/tests/baselines/reference/tsc/incremental/ |
H A D | noEmit-changes-with-initial-noEmit-composite.js | 222 exports.__esModule = true;
223 exports.classC = void 0;
230 exports.classC = classC;
239 exports.__esModule = true;
253 exports.__esModule = true;
254 exports.indirectClass = void 0;
262 exports.indirectClass = indirectClass;
271 exports.__esModule = true;
282 exports.__esModule = true;
283 exports [all...] |
H A D | noEmit-changes-with-initial-noEmit-incremental-declaration.js | 214 exports.__esModule = true;
215 exports.classC = void 0;
222 exports.classC = classC;
231 exports.__esModule = true;
245 exports.__esModule = true;
246 exports.indirectClass = void 0;
254 exports.indirectClass = indirectClass;
263 exports.__esModule = true;
274 exports.__esModule = true;
275 exports [all...] |
/foundation/resourceschedule/device_usage_statistics/frameworks/src/ |
H A D | usage_statistics_init.cpp | 33 static napi_value UsageStatisticsInit(napi_env env, napi_value exports) in UsageStatisticsInit() argument 55 NAPI_CALL(env, napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc)); in UsageStatisticsInit() 57 InitIntervalType(env, exports); in UsageStatisticsInit() 58 InitAppGroupType(env, exports); in UsageStatisticsInit() 59 return exports; in UsageStatisticsInit() 62 napi_value InitIntervalType(napi_env env, napi_value exports) in InitIntervalType() argument 94 napi_set_named_property(env, exports, "IntervalType", result); in InitIntervalType() 95 return exports; in InitIntervalType() 98 napi_value InitAppGroupType(napi_env env, napi_value exports) in InitAppGroupType() argument 134 napi_set_named_property(env, exports, "GroupTyp in InitAppGroupType() [all...] |
/foundation/communication/netmanager_ext/frameworks/js/napi/ethernet/ |
H A D | ethernet_module.cpp | 78 static napi_value DeclareEthernetData(napi_env env, napi_value exports) in DeclareEthernetData() argument 80 NapiUtils::DefineProperties(env, exports, { in DeclareEthernetData() 84 return exports; in DeclareEthernetData() 97 static napi_value DeclareEthernetInterface(napi_env env, napi_value exports) in DeclareEthernetInterface() argument 99 NapiUtils::DefineProperties(env, exports, { in DeclareEthernetInterface() 108 return exports; in DeclareEthernetInterface() 111 napi_value RegisterEthernetInterface(napi_env env, napi_value exports) in RegisterEthernetInterface() argument 113 DeclareEthernetInterface(env, exports); in RegisterEthernetInterface() 114 DeclareEthernetData(env, exports); in RegisterEthernetInterface() 123 NapiUtils::SetNamedProperty(env, exports, IP_SET_MOD in RegisterEthernetInterface() [all...] |
/third_party/node/deps/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/ |
H A D | sigstore_bundle.js | 2 Object.defineProperty(exports, "__esModule", { value: true }); 3 exports.Bundle = exports.VerificationMaterial = exports.TimestampVerificationData = void 0; 11 exports.TimestampVerificationData = { 33 exports.VerificationMaterial = { 50 ? exports.TimestampVerificationData.fromJSON(object.timestampVerificationData) 74 ? exports.TimestampVerificationData.toJSON(message.timestampVerificationData) 82 exports.Bundle = { 87 ? exports [all...] |
/third_party/node/deps/npm/node_modules/@sigstore/bundle/dist/ |
H A D | validate.js | 2 Object.defineProperty(exports, "__esModule", { value: true }); 3 exports.assertBundleLatest = exports.assertBundleV02 = exports.isBundleV01 = exports.assertBundleV01 = exports.assertBundle = void 0; 30 exports.assertBundle = assertBundle; 40 exports.assertBundleV01 = assertBundleV01; 51 exports.isBundleV01 = isBundleV01; 61 exports [all...] |
/third_party/node/deps/npm/node_modules/socks/build/common/ |
H A D | helpers.js | 2 Object.defineProperty(exports, "__esModule", { value: true }); 3 exports.ipToBuffer = exports.int32ToIpv4 = exports.ipv4ToInt32 = exports.validateSocksClientChainOptions = exports.validateSocksClientOptions = void 0; 43 exports.validateSocksClientOptions = validateSocksClientOptions; 76 exports.validateSocksClientChainOptions = validateSocksClientChainOptions; 135 exports.ipv4ToInt32 = ipv4ToInt32; 145 exports [all...] |