Home
last modified time | relevance | path

Searched refs:indexers (Results 1 – 25 of 55) sorted by relevance

123

/third_party/node/deps/v8/tools/v8windbg/src/
Djs-stack.h56 (IModelObject** object, ULONG64 dimensions, IModelObject** indexers,
80 (IModelObject* context_object, ULONG64 indexer_count, IModelObject** indexers,
84 (IModelObject* context_object, ULONG64 indexer_count, IModelObject** indexers,
Djs-stack.cc136 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
Dobject-inspection.h100 (IModelObject* context_object, ULONG64 indexer_count, IModelObject** indexers,
109 (IModelObject* context_object, ULONG64 indexer_count, IModelObject** indexers,
133 (IModelObject** object, ULONG64 dimensions, IModelObject** indexers,
Dobject-inspection.cc395 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/
DindexSignatureWithInitializer.types2 // These used to be indexers, now they are computed properties
DprivateIndexer.types2 // private indexers not allowed
DpublicIndexer.types2 // public indexers not allowed
DstaticIndexers.types2 // static indexers not allowed
DprivateIndexer2.types2 // private indexers not allowed
DindexSignatureWithInitializer.symbols2 // These used to be indexers, now they are computed properties
DstaticIndexers.errors.txt5 // static indexers not allowed
DprivateIndexer2.symbols2 // private indexers not allowed
DmergedInterfacesWithIndexers2.types2 // indexers should behave like other members when merging interface declarations
DmergedInterfacesWithIndexers.types2 // indexers should behave like other members when merging interface declarations
DstaticIndexers.symbols2 // static indexers not allowed
DprivateIndexer.symbols2 // private indexers not allowed
DpublicIndexer.symbols2 // public indexers not allowed
DmultipleNumericIndexers.types2 // Multiple indexers of the same type are an error
DmultipleStringIndexers.types2 // Multiple indexers of the same type are an error
DprivateIndexer.errors.txt7 // private indexers not allowed
DobjectLiteralIndexerErrors.types21 var o1: { [s: string]: A;[n: number]: B; } = { x: b, 0: a }; // both indexers are A
DpublicIndexer.errors.txt7 // public indexers not allowed
DmergedInterfacesWithIndexers.symbols2 // indexers should behave like other members when merging interface declarations
DobjectTypeWithStringIndexerHidingObjectIndexer.types2 // object types can define string indexers that are more specific than the default 'any' that would…
DmergedInterfacesWithIndexers2.symbols2 // indexers should behave like other members when merging interface declarations

123