Searched defs:nameList (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/runtime_core/panda_guard/generator/ |
| D | name_generator.h | 35 void AddReservedNames(const std::set<std::string> &nameList) in AddReservedNames()
|
| D | name_mapping.cpp | 153 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/ |
| D | plugin_proceed_to_state_check_jsdoc.cpp | 42 static std::vector<std::string> nameList = {"returns", "param4", "param3", "param2", "param1"}; variable
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_object.cpp | 462 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/ |
| D | ui_decorator.cpp | 404 …auto nameList = StringUtil::Split(inst.ins_->GetId(INDEX_0), MONITOR_UI_DECORATOR_DELIMITER.data()… in UpdateMonitorDecorator() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_typed_array.cpp | 291 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/ |
| D | json_parser_test.cpp | 234 JSHandle<TaggedArray> nameList(JSObject::EnumerableOwnNames(thread, valueHandle)); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_json_test.cpp | 191 JSHandle<TaggedArray> nameList(JSObject::EnumerableOwnNames(thread, valueHandle)); in HWTEST_F_L0() local
|