Home
last modified time | relevance | path

Searched defs:nameList (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/panda_guard/generator/
Dname_generator.h35 void AddReservedNames(const std::set<std::string> &nameList) in AddReservedNames()
Dname_mapping.cpp153 void panda::guard::NameMapping::AddNameMapping(const std::set<std::string> &nameList) in AddNameMapping()
169 void panda::guard::NameMapping::AddFileNameMapping(const std::set<std::string> &nameList) in AddFileNameMapping()
/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
Dplugin_proceed_to_state_check_jsdoc.cpp42 static std::vector<std::string> nameList = {"returns", "param4", "param3", "param2", "param1"}; variable
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_object.cpp462 JSHandle<TaggedArray> nameList = factory->NewTaggedArray(length); in GetOwnPropertyKeys() local
627 JSHandle<TaggedArray> nameList = JSObject::EnumerableOwnNames(thread, obj); in Keys() local
653 …JSHandle<TaggedArray> nameList = JSObject::EnumerableOwnPropertyNames(thread, obj, PropertyKind::V… in Values() local
1087 …JSHandle<TaggedArray> nameList = JSObject::EnumerableOwnPropertyNames(thread, object, PropertyKind… in Entries() local
/arkcompiler/runtime_core/panda_guard/obfuscate/
Dui_decorator.cpp404 …auto nameList = StringUtil::Split(inst.ins_->GetId(INDEX_0), MONITOR_UI_DECORATOR_DELIMITER.data()… in UpdateMonitorDecorator() local
/arkcompiler/ets_runtime/ecmascript/
Djs_typed_array.cpp291 JSHandle<TaggedArray> nameList = factory->NewTaggedArray(length); in OwnPropertyKeys() local
342 JSHandle<TaggedArray> nameList = factory->NewTaggedArray(length); in OwnEnumPropertyKeys() local
/arkcompiler/ets_runtime/ecmascript/base/tests/
Djson_parser_test.cpp234 JSHandle<TaggedArray> nameList(JSObject::EnumerableOwnNames(thread, valueHandle)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_json_test.cpp191 JSHandle<TaggedArray> nameList(JSObject::EnumerableOwnNames(thread, valueHandle)); in HWTEST_F_L0() local