/arkcompiler/ets_runtime/test/aottest/vtable/forin/ |
D | forin.ts | 30 for (let key in a) { variable 36 for (let key in a) { variable 42 for (let key in a) { variable 48 for (let key in a) { variable 54 for (let key in a) { variable
|
/arkcompiler/ets_frontend/ets2panda/ir/ |
D | astDump.h | 90 Property(const char *key, const char *string) : key_(key), value_(string) {} in Property() 91 Property(const char *key, util::StringView str) : key_(key), value_(str) {} in Property() 92 Property(const char *key, bool boolean) : key_(key), value_(boolean) {} in Property() 93 Property(const char *key, char16_t c16) : key_(key), value_(c16) {} in Property() 94 Property(const char *key, lexer::Number number) : key_(key), value_(number) {} in Property() 95 Property(const char *key, lexer::TokenType token) : key_(key), value_(token) {} in Property() 96 … Property(const char *key, std::initializer_list<Property> props) : key_(key), value_(props) {} in Property() 97 …Property(const char *key, const ir::AstNode *node) : key_(key), value_(const_cast<ir::AstNode *>(n… in Property() 99 Property(const char *key, Constant constant) : key_(key), value_(constant) {} in Property() 100 Property(const char *key, Nullish nullish) : key_(key) in Property() [all …]
|
/arkcompiler/ets_frontend/es2panda/ir/ |
D | astDump.h | 76 Property(const char *key, const char *string) : key_(key), value_(string) {} in Property() 77 Property(const char *key, util::StringView str) : key_(key), value_(str) {} in Property() 78 Property(const char *key, bool boolean) : key_(key), value_(boolean) {} in Property() 79 Property(const char *key, double number) : key_(key), value_(number) {} in Property() 80 Property(const char *key, lexer::TokenType token) : key_(key), value_(token) {} in Property() 81 … Property(const char *key, std::initializer_list<Property> props) : key_(key), value_(props) {} in Property() 82 …Property(const char *key, const ir::AstNode *node) : key_(key), value_(const_cast<ir::AstNode *>(n… in Property() 84 Property(const char *key, Constant constant) : key_(key), value_(constant) {} in Property() 85 Property(const char *key, Nullable nullable) : key_(key) in Property() 94 Property(const char *key, Optional optional) : key_(key) in Property() [all …]
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
D | factory.h | 31 void Register(const key_type &key, creator_type func) in Register() 38 std::unique_ptr<TObject> Create(const key_type &key, TArgs... args) const in Create() 77 inline auto CreateProductObject(const typename TFactory::key_type &key, TArgs &&... args) in CreateProductObject() 88 void Register(const key_type &key, creator_type func) in Register() 97 creator_type Create(const key_type &key) const in Create() 126 inline void RegisterFactoryFunction(const typename TFactory::key_type &key, typename TFactory::crea… in RegisterFactoryFunction() 132 inline auto CreateProductFunction(const typename TFactory::key_type &key) in CreateProductFunction()
|
/arkcompiler/toolchain/tooling/base/ |
D | pt_json.cpp | 61 bool PtJson::Add(const char *key, bool value) const in Add() argument 79 bool PtJson::Add(const char *key, int32_t value) const in Add() argument 84 bool PtJson::Add(const char *key, int64_t value) const in Add() argument 89 bool PtJson::Add(const char *key, uint32_t value) const in Add() argument 94 bool PtJson::Add(const char *key, double value) const in Add() argument 112 bool PtJson::Add(const char *key, const char *value) const in Add() argument 130 bool PtJson::Add(const char *key, const std::unique_ptr<PtJson> &value) const in Add() argument 360 Result PtJson::GetBool(const char *key, bool *value) const in GetBool() argument 374 Result PtJson::GetInt(const char *key, int32_t *value) const in GetInt() argument 384 Result PtJson::GetInt64(const char *key, int64_t *value) const in GetInt64() argument [all …]
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/ |
D | wrappers_cache.h | 34 Wrapper *Lookup(Key key) in Lookup() 43 Wrapper *Insert(Key key, std::unique_ptr<Wrapper> &&wrapper) in Insert() 50 std::unique_ptr<Wrapper> Steal(Key key) in Steal()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_arguments.cpp | 25 const JSHandle<JSTaggedValue> &key, PropertyDescriptor &desc) in GetOwnProperty() 45 … const JSHandle<JSTaggedValue> &key, const PropertyDescriptor &desc) in DefineOwnProperty() 58 … const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &receiver) in GetProperty() 66 …etProperty(JSThread *thread, const JSHandle<JSArguments> &args, const JSHandle<JSTaggedValue> &key, in SetProperty() 75 const JSHandle<JSTaggedValue> &key) in DeleteProperty()
|
D | linked_hash_table.cpp | 40 const JSHandle<JSTaggedValue> &key, in Insert() 65 …const JSHandle<Derived> &table, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> … in InsertWeakRef() 106 const JSHandle<JSTaggedValue> &key) in Remove() 139 const JSHandle<JSTaggedValue> &key) in Delete() 145 const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value) in Set() 151 const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value) in SetWeakRef() 194 const JSHandle<JSTaggedValue> &key) in Delete() 200 const JSHandle<JSTaggedValue> &key) in Add() 206 const JSHandle<JSTaggedValue> &key) in AddWeakRef() 233 int LinkedHash::Hash(const JSThread *thread, JSTaggedValue key) in Hash()
|
D | layout_info.cpp | 47 JSTaggedValue key = GetKey(i); in GetAllKeys() local 59 JSTaggedValue key = GetKey(i); in GetAllKeys() local 77 JSTaggedValue key = GetKey(static_cast<int>(i)); in GetAllKeysByFilter() local 95 JSTaggedValue key = GetKey(static_cast<int>(i)); in GetAllKeysByFilter() local 113 JSTaggedValue key = GetKey(i); in GetAllKeysForSerialization() local 126 JSTaggedValue key = GetKey(i); in GetNumOfEnumKeys() local 207 auto key = GetKey(index); in DumpFieldIndex() local 219 auto key = GetKey(index); in UpdateFieldIndex() local
|
D | js_hclass-inl.h | 34 const JSHandle<JSTaggedValue> &key, PropertyAttributes attributes) in AddTransitions() 62 … const JSHandle<JSHClass> &child, const JSHandle<JSTaggedValue> &key) in AddExtensionTransitions() 69 … const JSHandle<JSHClass> &child, const JSHandle<JSTaggedValue> &key, in AddProtoTransitions() 94 inline JSHClass *JSHClass::FindTransitions(const JSTaggedValue &key, const JSTaggedValue &attribute… in FindTransitions() 128 inline JSHClass *JSHClass::FindProtoTransitions(const JSTaggedValue &key, const JSTaggedValue &prot… in FindProtoTransitions() 151 …JSHClass::UpdatePropertyMetaData(const JSThread *thread, [[maybe_unused]] const JSTaggedValue &key, in UpdatePropertyMetaData() 286 inline int JSHClass::FindPropertyEntry(const JSThread *thread, JSHClass *hclass, JSTaggedValue key) in FindPropertyEntry() 298 const JSHandle<JSTaggedValue> &key, in AddPropertyToNewHClass() 327 const JSHandle<JSTaggedValue> &key, in SetPropertyOfObjHClass()
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
D | builtins_lazy_test.cpp | 72 JSHandle<JSTaggedValue> key(factory->NewFromUtf8("Date")); in HWTEST_F_L0() local 85 JSHandle<JSTaggedValue> key(factory->NewFromUtf8("Date")); in HWTEST_F_L0() local 102 JSHandle<JSTaggedValue> key(factory->NewFromUtf8("now")); in HWTEST_F_L0() local 111 auto key = factory->NewFromUtf8("Date"); in HWTEST_F_L0() local 126 JSHandle<JSTaggedValue> key(factory->NewFromUtf8("add")); in HWTEST_F_L0() local 135 JSTaggedValue key = factory->NewFromUtf8("Set").GetTaggedValue(); in HWTEST_F_L0() local 150 JSHandle<JSTaggedValue> key(factory->NewFromUtf8("clear")); in HWTEST_F_L0() local 159 JSTaggedValue key = factory->NewFromUtf8("Map").GetTaggedValue(); in HWTEST_F_L0() local 174 JSHandle<JSTaggedValue> key(factory->NewFromUtf8("delete")); in HWTEST_F_L0() local 183 JSTaggedValue key = factory->NewFromUtf8("WeakMap").GetTaggedValue(); in HWTEST_F_L0() local [all …]
|
/arkcompiler/ets_frontend/merge_abc/protos/ |
D | assemblyProgram.proto | 26 bytes key = 1; field 30 bytes key = 1; field 34 bytes key = 1; field 38 bytes key = 1; field
|
/arkcompiler/runtime_core/templates/ |
D | plugin_options.rb | 24 def assign_data_level(cur_hash, key, cur_data) argument 41 def wrap_array_level(cur_hash, key, cur_data) argument 51 def wrap_hash_level(cur_hash, key, cur_data) argument
|
/arkcompiler/runtime_core/static_core/templates/ |
D | plugin_options.rb | 24 def assign_data_level(cur_hash, key, cur_data) argument 47 def wrap_array_level(cur_hash, key, cur_data) argument 57 def wrap_hash_level(cur_hash, key, cur_data) argument
|
/arkcompiler/ets_runtime/ecmascript/js_api/ |
D | js_api_tree_map.cpp | 25 …eeMap::Set(JSThread *thread, const JSHandle<JSAPITreeMap> &map, const JSHandle<JSTaggedValue> &key, in Set() 43 …eeMap::Get(JSThread *thread, const JSHandle<JSAPITreeMap> &map, const JSHandle<JSTaggedValue> &key) in Get() 57 JSTaggedValue key = TaggedTreeMap::Cast(GetTreeMap().GetTaggedObject())->GetKey(entry); in GetKey() local 69 const JSHandle<JSTaggedValue> &key) in Delete() 83 …ap::HasKey(JSThread *thread, const JSHandle<JSAPITreeMap> &map, const JSHandle<JSTaggedValue> &key) in HasKey() 106 …p::Replace(JSThread *thread, const JSHandle<JSAPITreeMap> &map, const JSHandle<JSTaggedValue> &key, in Replace()
|
/arkcompiler/runtime_core/tests/cts-generator/ |
D | test-runner.rb | 33 def check_option(optparser, options, key) argument 41 def check_option_limit(optparser, options, key, min, max) argument 50 def check_option_enum(optparser, options, key, enum) argument
|
/arkcompiler/runtime_core/static_core/tests/cts-generator/ |
D | test-runner.rb | 33 def check_option(optparser, options, key) argument 41 def check_option_limit(optparser, options, key, min, max) argument 50 def check_option_enum(optparser, options, key, enum) argument
|
/arkcompiler/ets_runtime/ecmascript/require/ |
D | js_cjs_module_cache.h | 68 static inline int Hash(const JSTaggedValue &key) in Hash() 82 inline int FindEntry(const JSTaggedValue &key) in FindEntry() 104 inline bool ContainsModule(const JSTaggedValue &key) in ContainsModule() 110 inline JSTaggedValue GetModule(const JSTaggedValue &key) in GetModule() 118 const JSHandle<JSTaggedValue> &key, in SetEntry()
|
/arkcompiler/ets_runtime/ecmascript/ic/ |
D | ic_runtime.cpp | 36 void ICRuntime::UpdateLoadHandler(const ObjectOperator &op, JSHandle<JSTaggedValue> key, in UpdateLoadHandler() 114 void ICRuntime::UpdateStoreHandler(const ObjectOperator &op, JSHandle<JSTaggedValue> key, in UpdateStoreHandler() 176 …edValue LoadICRuntime::LoadValueMiss(JSHandle<JSTaggedValue> receiver, JSHandle<JSTaggedValue> key) in LoadValueMiss() 222 JSTaggedValue LoadICRuntime::LoadMiss(JSHandle<JSTaggedValue> receiver, JSHandle<JSTaggedValue> key) in LoadMiss() 271 …adICRuntime::LoadTypedArrayValueMiss(JSHandle<JSTaggedValue> receiver, JSHandle<JSTaggedValue> key) in LoadTypedArrayValueMiss() 310 …aggedValue StoreICRuntime::StoreMiss(JSHandle<JSTaggedValue> receiver, JSHandle<JSTaggedValue> key, in StoreMiss() 366 …eICRuntime::StoreTypedArrayValueMiss(JSHandle<JSTaggedValue> receiver, JSHandle<JSTaggedValue> key, in StoreTypedArrayValueMiss()
|
D | properties_cache.h | 29 inline int Get(JSHClass *jsHclass, JSTaggedValue key) in Get() 38 inline void Set(JSHClass *jsHclass, JSTaggedValue key, int index) in Set() 81 static inline int Hash(JSHClass *cls, JSTaggedValue key) in Hash()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_api_plain_array_test.cpp | 68 JSHandle<JSTaggedValue> key(factory->NewFromASCII("ArkPrivate")); in CreatePlainArray() local 103 JSMutableHandle<JSTaggedValue> key(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local 150 JSMutableHandle<JSTaggedValue> key(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local 188 JSMutableHandle<JSTaggedValue> key(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local 231 JSMutableHandle<JSTaggedValue> key(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local 280 JSMutableHandle<JSTaggedValue> key(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local 304 JSMutableHandle<JSTaggedValue> key(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local 338 JSHandle<JSTaggedValue> key(thread, JSTaggedValue(i)); in HWTEST_F_L0() local 343 JSHandle<JSTaggedValue> key(thread, JSTaggedValue(i)); in HWTEST_F_L0() local 360 JSHandle<JSTaggedValue> key(thread, JSTaggedValue(i)); in HWTEST_F_L0() local [all …]
|
D | js_set_test.cpp | 89 JSHandle<JSTaggedValue> key(factory->NewFromASCII("key")); in HWTEST_F_L0() local 104 JSHandle<JSTaggedValue> key(factory->NewFromASCII(keyArray)); in HWTEST_F_L0() local 122 JSHandle<JSTaggedValue> key(thread, JSTaggedValue(i)); in HWTEST_F_L0() local 139 JSHandle<JSTaggedValue> key(thread, JSTaggedValue(i)); in HWTEST_F_L0() local 147 JSHandle<JSTaggedValue> key(thread, JSTaggedValue(5)); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/test/fuzztest/objectbool_fuzzer/ |
D | objectbool_fuzzer.cpp | 34 Local<JSValueRef> key = StringRef::NewFromUtf8(vm, (char *)data, (int)size); in ObjectBoolGetFuzzTest() local 49 Local<JSValueRef> key = StringRef::NewFromUtf8(vm, (char *)data, (int)size); in ObjectBoolHasFuzzTest() local 65 Local<JSValueRef> key = StringRef::NewFromUtf8(vm, (char *)data, (int)size); in ObjectBoolSetFuzzTest() local
|
/arkcompiler/ets_runtime/test/moduletest/container/ |
D | container_treeset.js | 68 function TestForEach(value, key, set) { argument 151 function TestForEach1(value, key, proxy) { argument 180 function elements(value, key, map) { argument
|
/arkcompiler/ets_frontend/ts2panda/tools/ |
D | astPrinter.ts | 43 for (const [key, value] of Object.entries(ts.SyntaxKind)) { constant 92 for (const [key, value] of Object.entries(array)) { constant 126 for (const [key, value] of Object.entries(node)) { constant
|