Home
last modified time | relevance | path

Searched defs:createPropertyAssignment (Results 1 – 8 of 8) sorted by relevance

/third_party/typescript/src/deprecatedCompat/4.0/
DnodeFactoryTopLevelExports.ts850 …export const createPropertyAssignment = Debug.deprecate(factory.createPropertyAssignment, factoryD… constant
/third_party/typescript/lib/
Dtypescript.d.ts3992createPropertyAssignment(name: string | PropertyName, initializer: Expression): PropertyAssignment; method
8099 …const createPropertyAssignment: (name: string | PropertyName, initializer: Expression) => Property… constant
DtypescriptServices.d.ts3992createPropertyAssignment(name: string | PropertyName, initializer: Expression): PropertyAssignment; method
8099 …const createPropertyAssignment: (name: string | PropertyName, initializer: Expression) => Property… constant
Dtsserverlibrary.d.ts3992createPropertyAssignment(name: string | PropertyName, initializer: Expression): PropertyAssignment; method
12038 …const createPropertyAssignment: (name: string | PropertyName, initializer: Expression) => Property… constant
DtypingsInstaller.js26917 function createPropertyAssignment(name, initializer) { function
Dtsc.js21737 function createPropertyAssignment(name, initializer) { function
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts3992createPropertyAssignment(name: string | PropertyName, initializer: Expression): PropertyAssignment; method
8099 …const createPropertyAssignment: (name: string | PropertyName, initializer: Expression) => Property… constant
Dtsserverlibrary.d.ts3992createPropertyAssignment(name: string | PropertyName, initializer: Expression): PropertyAssignment; method
12038 …const createPropertyAssignment: (name: string | PropertyName, initializer: Expression) => Property… constant