Home
last modified time | relevance | path

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

/third_party/typescript/src/deprecatedCompat/
Ddeprecations.ts861 …export const createPropertyAssignment = Debug.deprecate(factory.createPropertyAssignment, factoryD… constant
/third_party/typescript/lib/
DtypescriptServices.d.ts3574createPropertyAssignment(name: string | PropertyName, initializer: Expression): PropertyAssignment; method
7070 …const createPropertyAssignment: (name: string | PropertyName, initializer: Expression) => Property… constant
Dtypescript.d.ts3574createPropertyAssignment(name: string | PropertyName, initializer: Expression): PropertyAssignment; method
7070 …const createPropertyAssignment: (name: string | PropertyName, initializer: Expression) => Property… constant
Dtsserverlibrary.d.ts3574createPropertyAssignment(name: string | PropertyName, initializer: Expression): PropertyAssignment; method
10815 …const createPropertyAssignment: (name: string | PropertyName, initializer: Expression) => Property… constant
Dtsc.js19581 function createPropertyAssignment(name, initializer) { function
DtypingsInstaller.js24377 function createPropertyAssignment(name, initializer) { function
DtypescriptServices.js24582 function createPropertyAssignment(name, initializer) { function
Dtypescript.js24582 function createPropertyAssignment(name, initializer) { function
Dtsserver.js24388 function createPropertyAssignment(name, initializer) { function
Dtsserverlibrary.js24582 function createPropertyAssignment(name, initializer) { function
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts3650createPropertyAssignment(name: string | PropertyName, initializer: Expression): PropertyAssignment; method
10942 …const createPropertyAssignment: (name: string | PropertyName, initializer: Expression) => Property… constant
Dtypescript.d.ts3650createPropertyAssignment(name: string | PropertyName, initializer: Expression): PropertyAssignment; method
7159 …const createPropertyAssignment: (name: string | PropertyName, initializer: Expression) => Property… constant