Home
last modified time | relevance | path

Searched defs:First (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DdeferredLookupTypeResolution.ts30 type First<T> = ObjectHasKey<T, '0'>; // Should be deferred alias
DtypeofObjectInference.ts74 type First = {value: typeof val} alias
/arkcompiler/runtime_core/libpandabase/tests/
Dexpected_test.cpp24 enum class ErrorCode { First, Second }; enumerator
/arkcompiler/runtime_core/libpandabase/utils/
Dspan.h166 Span First(size_t length) const in First() function