Home
last modified time | relevance | path

Searched defs:something (Results 1 – 25 of 50) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DunionReductionMutualSubtypes.js8 const k: ReturnVal = { something() { } } method
11 function run(options: { something?(b?: string): void }) { field
20 var k = { something: function () { } }; method
DexportSpecifiers.js14 const something = 0; constant
26 var something = 0; variable
DimportSpecifiers1.js6 export const something = 0; constant
51 export var something = 0; variable
DunionTypeReduction2.js59 const k: ReturnVal = { something() { } } method
62 function run(options: { something?(b?: string): void }) { field
105 var k = { something: function () { } }; method
DdeeplyNestedAssignabilityIssue.js20 something: { property
35 something: { property
DprivateNameInLhsReceiverExpression.js4 static something(obj: { [key: string]: Test }) { method in Test
29 static something(obj) { method in Test
DprivateNameFieldsESNext(target=es2022).js18 #something = () => 1234; field in C
44 #something; field in C
DprivateNameFieldsESNext(target=esnext).js18 #something = () => 1234; field in C
44 #something; field in C
/third_party/typescript/tests/cases/compiler/
DunionReductionMutualSubtypes.ts6 something(): void; method
13 const something = options.something ?? val.something; constant
DdeeplyNestedAssignabilityIssue.ts7 something: { property
/third_party/typescript/tests/baselines/reference/tsserver/syntacticServer/
Dshould-not-include-auto-type-reference-directives.js26 export const something = 10; constant
45 export const something = 10; constant
/third_party/typescript/tests/baselines/reference/tsserver/partialSemanticServer/
Dshould-not-include-auto-type-reference-directives.js26 export const something = 10; constant
45 export const something = 10; constant
Dshould-not-include-referenced-files-from-unopened-files.js26 function something() {} function
/third_party/typescript/tests/cases/conformance/externalModules/typeOnly/
DimportSpecifiers1.ts7 export const something = 0; constant
38 import { type something } from "./mod.js"; alias
39 import { type something as s } from "./mod.js"; alias
DexportSpecifiers.ts15 const something = 0; constant
18 export { type something }; alias
/third_party/node/test/js-native-api/test_string/
Dtest_null.c34 static const char16_t something[] = { variable
49 DECLARE_TEST(utf16, something) in DECLARE_TEST() argument
/third_party/typescript/src/testRunner/unittests/tsserver/
DsyntacticServer.ts20 const something: File = { constant
43 const { session, file1, file2, file3, something } = setup(); constant
133 const something: File = { constant
/third_party/typescript/tests/cases/conformance/types/union/
DunionTypeReduction2.ts57 something(): void; method
64 const something = options.something ?? val.something; constant
/third_party/typescript/tests/cases/conformance/dynamicImport/
DimportCallExpressionInExportEqualsUMD.ts8 const something = await import("./something"); constant
DimportCallExpressionInExportEqualsCJS.ts8 const something = await import("./something"); constant
DimportCallExpressionInExportEqualsAMD.ts8 const something = await import("./something"); constant
/third_party/typescript/tests/cases/conformance/classes/members/privateNames/
DprivateNameInLhsReceiverExpression.ts5 static something(obj: { [key: string]: Test }) { method in Test
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Delaborated.rs11 pub fn something(wat: *const whatever_whatever_t); in something() function
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-import-assertions/path/
Dmodule.ts28 export const something = { constant
/third_party/typescript/tests/baselines/reference/tscWatch/resolutionCache/ignores-changes-in-node_modules-that-start-with-dot/
Dwatch-without-configFile.js78 {"something":10} property

12