Home
last modified time | relevance | path

Searched defs:key (Results 1 – 25 of 575) sorted by relevance

12345678910>>...23

/arkcompiler/ets_runtime/test/aottest/vtable/forin/
Dforin.ts30 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/
DastDump.h90 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/
DastDump.h76 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/
Dfactory.h31 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/
Dpt_json.cpp61 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/
Dwrappers_cache.h34 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/
Djs_arguments.cpp25 const JSHandle<JSTaggedValue> &key, PropertyDescriptor &desc) in GetOwnProperty()
45const JSHandle<JSTaggedValue> &key, const PropertyDescriptor &desc) in DefineOwnProperty()
58const 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()
Dlinked_hash_table.cpp40 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()
Dlayout_info.cpp47 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
Djs_hclass-inl.h34 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/
Dbuiltins_lazy_test.cpp72 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/
DassemblyProgram.proto26 bytes key = 1; field
30 bytes key = 1; field
34 bytes key = 1; field
38 bytes key = 1; field
/arkcompiler/runtime_core/templates/
Dplugin_options.rb24 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/
Dplugin_options.rb24 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/
Djs_api_tree_map.cpp25 …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/
Dtest-runner.rb33 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/
Dtest-runner.rb33 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/
Djs_cjs_module_cache.h68 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/
Dic_runtime.cpp36 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()
Dproperties_cache.h29 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/
Djs_api_plain_array_test.cpp68 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 …]
Djs_set_test.cpp89 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/
Dobjectbool_fuzzer.cpp34 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/
Dcontainer_treeset.js68 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/
DastPrinter.ts43 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

12345678910>>...23