Home
last modified time | relevance | path

Searched defs:PropertyKey (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DdecoratorsOnComputedProperties.js2 function x(o: object, k: PropertyKey) { }
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_multimedia_image.js455 PropertyKey: { property
/third_party/jsframework/runtime/main/extend/systemplugin/
Dmultimedia.js211 PropertyKey: PropertyKeyMock, property
/third_party/typescript/src/lib/
Des5.d.ts85 declare type PropertyKey = string | number | symbol; alias
/third_party/typescript/lib/
Dlib.es5.d.ts105 declare type PropertyKey = string | number | symbol; alias