Home
last modified time | relevance | path

Searched defs:names (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dlocations.h60 static constexpr std::array names = { in GetName() local
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_accessor.cpp105 std::string names(""); in GetInitializedProperties() local
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_test.cpp102 std::vector<std::string> names = {"C", "B", "A"}; variable
/arkcompiler/runtime_core/libpandabase/tests/
Dbit_table_test.cpp180 static constexpr const char *names[] = {"field0", "field1"}; in GetName() local
/arkcompiler/runtime_core/libpandabase/utils/
Dbit_table.h285 static const std::array<const char *, sizeof...(Columns)> names = { in GetBitTableColumnNamesImpl() local
/arkcompiler/runtime_core/libpandafile/
Dfile_items.h1430 std::vector<std::string> names; in GetMethodNames() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_object_test.cpp484 JSHandle<TaggedArray> names = JSObject::EnumerableOwnNames(thread, obj); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp1222 JSHandle<JSTaggedValue> names(groupName); in GetSubstitution() local
/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp1581 JSHandle<TaggedArray> names = factory->NewTaggedArray(length); in EnumerableOwnNames() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument