/third_party/node/deps/v8/tools/v8windbg/src/ |
D | js-stack.h | 56 (IModelObject** object, ULONG64 dimensions, IModelObject** indexers, 80 (IModelObject* context_object, ULONG64 indexer_count, IModelObject** indexers, 84 (IModelObject* context_object, ULONG64 indexer_count, IModelObject** indexers,
|
D | js-stack.cc | 136 IModelObject** indexers, in GetNext() argument 158 *indexers = sp_index.Detach(); in GetNext() 198 IModelObject** indexers, in GetAt() argument 215 RETURN_IF_FAIL(UnboxULong64(indexers[0], &index, true /*convert*/)); in GetAt() 222 IModelObject** indexers, in SetAt() argument
|
D | object-inspection.h | 100 (IModelObject* context_object, ULONG64 indexer_count, IModelObject** indexers, 109 (IModelObject* context_object, ULONG64 indexer_count, IModelObject** indexers, 133 (IModelObject** object, ULONG64 dimensions, IModelObject** indexers,
|
D | object-inspection.cc | 395 IModelObject** indexers, in GetAt() argument 402 RETURN_IF_FAIL(UnboxULong64(indexers[0], &index, /*convert=*/true)); in GetAt() 409 IModelObject** indexers, in SetAt() argument 438 IModelObject** indexers, in GetNext() argument 454 indexers[0] = sp_index.Detach(); in GetNext()
|
/third_party/typescript/tests/baselines/reference/ |
D | indexSignatureWithInitializer.types | 2 // These used to be indexers, now they are computed properties
|
D | privateIndexer.types | 2 // private indexers not allowed
|
D | publicIndexer.types | 2 // public indexers not allowed
|
D | staticIndexers.types | 2 // static indexers not allowed
|
D | privateIndexer2.types | 2 // private indexers not allowed
|
D | indexSignatureWithInitializer.symbols | 2 // These used to be indexers, now they are computed properties
|
D | staticIndexers.errors.txt | 5 // static indexers not allowed
|
D | privateIndexer2.symbols | 2 // private indexers not allowed
|
D | mergedInterfacesWithIndexers2.types | 2 // indexers should behave like other members when merging interface declarations
|
D | mergedInterfacesWithIndexers.types | 2 // indexers should behave like other members when merging interface declarations
|
D | staticIndexers.symbols | 2 // static indexers not allowed
|
D | privateIndexer.symbols | 2 // private indexers not allowed
|
D | publicIndexer.symbols | 2 // public indexers not allowed
|
D | multipleNumericIndexers.types | 2 // Multiple indexers of the same type are an error
|
D | multipleStringIndexers.types | 2 // Multiple indexers of the same type are an error
|
D | privateIndexer.errors.txt | 7 // private indexers not allowed
|
D | objectLiteralIndexerErrors.types | 21 var o1: { [s: string]: A;[n: number]: B; } = { x: b, 0: a }; // both indexers are A
|
D | publicIndexer.errors.txt | 7 // public indexers not allowed
|
D | mergedInterfacesWithIndexers.symbols | 2 // indexers should behave like other members when merging interface declarations
|
D | objectTypeWithStringIndexerHidingObjectIndexer.types | 2 // object types can define string indexers that are more specific than the default 'any' that would…
|
D | mergedInterfacesWithIndexers2.symbols | 2 // indexers should behave like other members when merging interface declarations
|