| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | tagged_dictionary_test.cpp | 142 JSHandle<JSTaggedValue> keyHandle(key); in HWTEST_F_L0() local 270 JSHandle<JSTaggedValue> keyHandle(thread, JSTaggedValue(i)); in HWTEST_F_L0() local 301 JSHandle<JSTaggedValue> keyHandle(thread, JSTaggedValue(i)); in HWTEST_F_L0() local 326 JSHandle<JSTaggedValue> keyHandle(thread, JSTaggedValue(i)); in HWTEST_F_L0() local
|
| D | js_hclass_test.cpp | 203 JSHandle<EcmaString> keyHandle = factory->NewFromASCII("key"); in HWTEST_F_L0() local 261 JSHandle<EcmaString> keyHandle = factory->NewFromASCII("key"); in HWTEST_F_L0() local
|
| D | linked_hash_table_test.cpp | 271 JSHandle<JSTaggedValue> keyHandle(factory->NewFromASCII(keyArray)); in HWTEST_F_L0() local
|
| D | js_api_lightweightmap_test.cpp | 383 JSMutableHandle<JSTaggedValue> keyHandle(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_plain_array_iterator.cpp | 63 JSHandle<JSTaggedValue> keyHandle(thread, keyArray->Get(index)); in Next() local
|
| D | js_api_lightweightset_iterator.cpp | 68 JSHandle<JSTaggedValue> keyHandle(thread, hashArray->Get(index)); in Next() local
|
| D | js_api_hashmap_iterator.cpp | 54 JSMutableHandle<JSTaggedValue> keyHandle(thread, JSTaggedValue::Undefined()); in Next() local
|
| D | js_api_plain_array.cpp | 303 JSMutableHandle<JSTaggedValue> keyHandle(thread, JSTaggedValue::Undefined()); in ToString() local
|
| D | js_api_lightweightmap.cpp | 361 JSMutableHandle<JSTaggedValue> keyHandle(thread, JSTaggedValue::Undefined()); in ToString() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_tagged_value.cpp | 556 JSHandle<JSTaggedValue> keyHandle(thread, JSTaggedValue(key)); in GetProperty() local 565 JSHandle<JSTaggedValue> keyHandle = JSHandle<JSTaggedValue>(thread, JSTaggedValue(key)); in GetProperty() local 639 JSHandle<JSTaggedValue> keyHandle(thread, JSTaggedValue(key)); in SetProperty() local 642 JSHandle<JSTaggedValue> keyHandle(thread, JSTaggedValue(key)); in SetProperty() local 647 JSHandle<JSTaggedValue> keyHandle = JSHandle<JSTaggedValue>(thread, JSTaggedValue(key)); in SetProperty() local 870 JSHandle<JSTaggedValue> keyHandle(thread, JSTaggedValue(key)); in HasProperty() local
|
| D | js_map_iterator.cpp | 55 JSMutableHandle<JSTaggedValue> keyHandle(thread, JSTaggedValue::Undefined()); in Next() local
|
| D | js_object.cpp | 155 JSMutableHandle<JSTaggedValue> keyHandle(thread, JSTaggedValue::Undefined()); in TransitionToDictionary() local 248 JSHandle<JSTaggedValue> keyHandle(thread, JSTaggedValue(static_cast<int32_t>(index))); in AddElementInternal() local 259 JSHandle<JSTaggedValue> keyHandle(thread, JSTaggedValue(static_cast<int32_t>(index))); in AddElementInternal() local 430 JSMutableHandle<JSTaggedValue> keyHandle(thread, JSTaggedValue::Undefined()); in GetEnumElementKeys() local 1345 JSMutableHandle<JSTaggedValue> keyHandle(thread, JSTaggedValue::Undefined()); in EnumerableOwnNames() local 1916 JSMutableHandle<JSTaggedValue> keyHandle(thread, JSTaggedValue::Undefined()); in CreateObjectFromProperties() local
|
| D | tagged_dictionary.cpp | 172 JSHandle<JSTaggedValue> keyHandle(thread, entry); in GetAllKeys() local
|
| D | object_operator.cpp | 81 …JSHandle<JSTaggedValue> keyHandle(thread_, JSTaggedValue::ToPrimitive(thread_, key, PREFER_STRING)… in HandleKey() local
|
| D | object_fast_operator-inl.h | 489 JSHandle<JSTaggedValue> keyHandle, in AddPropertyByName()
|
| D | object_factory.cpp | 1893 JSHandle<JSTaggedValue> keyHandle(name); in NewSymbolWithTable() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapkeys_fuzzer/ |
| D | containerslightweightmapkeys_fuzzer.cpp | 122 JSHandle<JSTaggedValue> keyHandle = JSIterator::IteratorValue(thread, result); in ContainersLightWeightMapKeysFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/ic/tests/ |
| D | ic_runtime_stub_test.cpp | 309 JSHandle<JSTaggedValue> keyHandle(factory->NewFromASCII("key")); in TestSetter() local 323 JSHandle<JSTaggedValue> keyHandle(factory->NewFromASCII("key")); in HWTEST_F_L0() local 367 JSHandle<JSTaggedValue> keyHandle(factory->NewFromASCII("key")); in TestGetter() local 380 JSHandle<JSTaggedValue> keyHandle(factory->NewFromASCII("key")); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | ic_runtime_stub-inl.h | 520 auto keyHandle = JSHandle<JSTaggedValue>(thread, key); in LoadMiss() local 531 auto keyHandle = JSHandle<JSTaggedValue>(thread, key); in StoreMiss() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 201 …JSHandle<JSTaggedValue> keyHandle = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS() local 230 …JSHandle<JSTaggedValue> keyHandle = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second… in DEF_RUNTIME_STUBS() local 323 …JSHandle<JSTaggedValue> keyHandle = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second… in DEF_RUNTIME_STUBS() local 926 …JSHandle<JSTaggedValue> keyHandle = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second… in DEF_RUNTIME_STUBS() local 943 …JSHandle<JSTaggedValue> keyHandle = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first … in DEF_RUNTIME_STUBS() local 964 …JSHandle<JSTaggedValue> keyHandle = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second… in DEF_RUNTIME_STUBS() local
|
| /arkcompiler/ets_runtime/ecmascript/containers/tests/ |
| D | containers_lightweightmap_test.cpp | 431 JSHandle<JSTaggedValue> keyHandle = JSIterator::IteratorValue(thread, result); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_manager.cpp | 308 JSHandle<JSTaggedValue> keyHandle(thread, key); in StoreModuleValueInternal() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 566 JSHandle<JSTaggedValue> keyHandle(thread, key); in StOwnByValue() local 578 JSHandle<JSTaggedValue> keyHandle(thread, key); in StOwnByValueWithNameSet() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi.cpp | 675 JSHandle<EcmaString> keyHandle = factory->NewFromASCII(key.c_str()); in GetExportObject() local 697 JSHandle<EcmaString> keyHandle = factory->NewFromASCII(key.c_str()); in GetExportObjectFromBuffer() local 1216 JSHandle<JSTaggedValue> keyHandle(thread, JSTaggedValue(key)); in Delete() local
|