Home
last modified time | relevance | path

Searched defs:Vector (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic_call_params/sts_to_ts/
Dcheck_generic_extends_class.js22 const Vector = getClass('Vector'); constant
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_private.h31 Vector, enumerator
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic_call_params/ts_to_sts/
Dgeneric_call_params.ts38 export class Vector implements Addable<number> { class
Dgeneric_call_params.js55 let Vector = /** @class */ (function () { class
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp147 using Vector = containers::ContainersVector; typedef
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_second_tests.cpp689 Local<JSValueRef> Vector = JSNApiHelper::ToLocal<JSAPIVector>(argumentTag); in HWTEST_F_L0() local