Home
last modified time | relevance | path

Searched defs:TA (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/test/aottest/bigint_typed_array_constructors/
Dbigint_typed_array_constructors.js20 foo(function(TA) argument
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/test/cookbook_tests/
Darkts-esobject-is-any.ts16 export type TA<T> = { data: T; obj: ESObject } alias