Searched +defs:define +defs:key (Results 1 – 5 of 5) sorted by relevance
| /third_party/typescript/tests/baselines/reference/ |
| D | fixSignatureCaching.js | 4 (function (define, undefined) { argument 872 version: function (key) { argument 893 versionStr: function (key) { argument 911 is: function (key) { argument 994 (function (define, undefined) { argument 1797 version: function (key) { argument 1817 versionStr: function (key) { argument 1834 is: function (key) { argument
|
| /third_party/rust/rust/compiler/rustc_resolve/src/ |
| D | build_reduced_graph.rs | 66 pub(crate) fn define<T>(&mut self, parent: Module<'a>, ident: Ident, ns: Namespace, def: T) in define() method 71 let key = self.new_disambiguated_key(ident, ns); in define() localVariable 378 let key = BindingKey::new(target, ns); in add_import() localVariable
|
| /third_party/gn/src/gn/ |
| D | visual_studio_writer.cc | 114 base::win::RegKey key(HKEY_LOCAL_MACHINE, subkey, KEY_READ); in GetWindowsKitsIncludeDirs() local 240 for (const std::string& define : it.cur().defines()) { in UnicodeTarget() local
|
| /third_party/typescript/src/lib/ |
| D | dom.generated.d.ts | 665 key?: string; property 1722 key?: string | null; property 3872 …define(name: string, constructor: CustomElementConstructor, options?: ElementDefinitionOptions): v… method 8607 readonly key: IDBValidKey; property 9137 readonly key: string; property 13956 key(index: number): string | null; method 13982 readonly key: string | null; property
|
| /third_party/typescript/lib/ |
| D | lib.dom.d.ts | 685 key?: string; property 1742 key?: string | null; property 3892 …define(name: string, constructor: CustomElementConstructor, options?: ElementDefinitionOptions): v… method 8627 readonly key: IDBValidKey; property 9157 readonly key: string; property 13976 key(index: number): string | null; method 14002 readonly key: string | null; property
|