Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/verification/config/whitelist/
Dwhitelist.cpp42 auto &names = config->whitelistNames[k]; in InsertIntoWhitelist() local
/arkcompiler/runtime_core/static_core/verification/config/context/
Dcontext.h68 std::array<PandaVector<PandaString>, static_cast<size_t>(WhitelistKind::LAST)> names; member
/arkcompiler/ets_frontend/ets2panda/aot/
Dmain.cpp113 …c std::optional<std::vector<util::Plugin>> InitializePlugins(std::vector<std::string> const &names) in InitializePlugins()
/arkcompiler/runtime_core/static_core/plugins/ets/snippet_verifier/
Dverify.py185 def check_name(names, name, filename, i, correct_tags): argument
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dlocations.h60 static constexpr std::array names = { in GetName() local
/arkcompiler/runtime_core/bytecode_optimizer/
Dbytecode_analysis_results.cpp75 const auto &names = local_export_slot_external_names_[slot]; in GetLocalExportInfo() local
/arkcompiler/ets_frontend/arkguard/src/utils/
DSourceMapMergingUtil.ts35 names?: string[]; property
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dfile_test.cpp119 std::vector<std::string> names = {"C", "B", "A"}; in TEST() 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/ets_runtime/ecmascript/napi/test/
Djsnapi_sample.cpp523 Local<ArrayRef> names = object->GetOwnPropertyNames(vm); in GetProperty() local
597 Local<ArrayRef> names = object->GetOwnEnumerablePropertyNames(vm); in GetOwnEnumerablePropertyNames() local
613 Local<ArrayRef> names = object->GetAllPropertyNames(vm, flag); in PrintAllProperty() local
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_items.h1582 std::vector<std::string> names; in GetMethodNames() local
/arkcompiler/runtime_core/libpandafile/
Dfile_items.h1457 std::vector<std::string> names; in GetMethodNames() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_object_test.cpp456 JSHandle<TaggedArray> names = JSObject::EnumerableOwnNames(thread, obj); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp1361 JSHandle<JSTaggedValue> names(groupName); in ProcessNamedCaptures() local
/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp1975 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