/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | es6modulekindWithES5Target5.ts | 1 /* 2 * Copyright (c) Microsoft Corporation. All rights reserved. 3 * Copyright (c) 2023 Huawei Device Co., Ltd. 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * you may not use this file except in compliance with the License. 6 * You may obtain a copy of the License at 7 * 8 * http://www.apache.org/licenses/LICENSE-2.0 9 * 10 * Unless required by applicable law or agreed to in writing, software [all …]
|
D | esnextmodulekindWithES5Target5.ts | 1 /* 2 * Copyright (c) Microsoft Corporation. All rights reserved. 3 * Copyright (c) 2023 Huawei Device Co., Ltd. 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * you may not use this file except in compliance with the License. 6 * You may obtain a copy of the License at 7 * 8 * http://www.apache.org/licenses/LICENSE-2.0 9 * 10 * Unless required by applicable law or agreed to in writing, software [all …]
|
D | exportImportCanSubstituteConstEnumForValue.ts | 71 const value1 = ReExportedEnum.Cancel; constant
|
/arkcompiler/ets_runtime/test/typeinfer/es2abc_feature/generics_multiple/ |
D | generics_multiple.ts | 20 value1:T1; property in Test
|
/arkcompiler/ets_runtime/test/typeinfer/classwithproperty/ |
D | classwithproperty.ts | 43 let value1: string = c[tmp] variable
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_api_lightweightmap_test.cpp | 116 JSHandle<JSTaggedValue> value1(thread, JSTaggedValue(3)); in HWTEST_F_L0() local 184 JSHandle<JSTaggedValue> value1(thread, JSTaggedValue(3)); in HWTEST_F_L0() local 222 JSHandle<JSTaggedValue> value1(thread, JSTaggedValue(3)); in HWTEST_F_L0() local 254 JSHandle<JSTaggedValue> value1(thread, JSTaggedValue(3)); in HWTEST_F_L0() local 287 JSHandle<JSTaggedValue> value1(thread, JSTaggedValue(3)); in HWTEST_F_L0() local 307 JSHandle<JSTaggedValue> value1(thread, JSTaggedValue(1)); in HWTEST_F_L0() local 411 JSMutableHandle<JSTaggedValue> value1(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
|
D | js_list_format_test.cpp | 203 JSHandle<JSTaggedValue> value1(factory->NewFromStdString("One")); in HWTEST_F_L0() local 234 JSHandle<JSTaggedValue> value1(factory->NewFromStdString("One")); in HWTEST_F_L0() local 264 JSHandle<JSTaggedValue> value1(factory->NewFromStdString("梨子")); in HWTEST_F_L0() local 304 JSHandle<JSTaggedValue> value1(factory->NewFromStdString("梨子")); in HWTEST_F_L0() local 339 JSHandle<JSTaggedValue> value1(factory->NewFromStdString("two")); in HWTEST_F_L0() local
|
D | js_array_test.cpp | 203 … JSTaggedValue value1 = TaggedArray::Cast(cloneArray->GetElements().GetTaggedObject())->Get(i); in HWTEST_F_L0() local 225 … JSTaggedValue value1 = TaggedArray::Cast(cloneArray->GetElements().GetTaggedObject())->Get(i); in HWTEST_F_L0() local
|
D | linked_hash_table_test.cpp | 91 …JSHandle<JSTaggedValue> value1(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFun), obj… in HWTEST_F_L0() local 132 …JSHandle<JSTaggedValue> value1(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFun), obj… in HWTEST_F_L0() local
|
D | js_serializer_test.cpp | 138 JSHandle<JSTaggedValue> value1 = result.GetRawValue(); in JSPlainObjectTest2() local 183 JSHandle<JSTaggedValue> value1(thread, JSTaggedValue(6)); // 6 : test case in NativeBindingObjectTest2() local 210 JSHandle<JSTaggedValue> value1(factory->NewFromASCII("")); in NativeBindingObjectTest3() local 244 JSHandle<JSTaggedValue> value1(thread, JSTaggedValue(1)); in DescriptionTest() local 277 JSHandle<JSTaggedValue> value1(thread, JSTaggedValue(7)); // 7 : test case in JSSetTest() local 820 JSHandle<JSTaggedValue> value1 = result1.GetRawValue(); in ObjectWithConcurrentFunctionTest() local 998 JSHandle<JSTaggedValue> value1(thread, JSTaggedValue(1)); in HWTEST_F_L0() local 1044 …JSHandle<JSTaggedValue> value1 = JSHandle<JSTaggedValue>::Cast(factory->NewFromASCII("VoiceDetect1… in HWTEST_F_L0() local 1111 JSHandle<JSTaggedValue> value1(factory->NewJSNativePointer(reinterpret_cast<void*>(detach))); in HWTEST_F_L0() local 1161 JSHandle<JSTaggedValue> value1(thread, JSTaggedValue(6)); in HWTEST_F_L0() local [all …]
|
D | tagged_dictionary_test.cpp | 94 …JSHandle<JSTaggedValue> value1(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFun), obj… in HWTEST_F_L0() local 226 …JSHandle<JSTaggedValue> value1(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFun), obj… in HWTEST_F_L0() local
|
D | js_typed_array_test.cpp | 412 int64_t value1 = -129; // to int8 : 127 in HWTEST_F_L0() local 509 int64_t value1 = -1; // to uint8 : 255 in HWTEST_F_L0() local 606 int64_t value1 = -1; // to uint8_clamped : 0 in HWTEST_F_L0() local 706 int64_t value1 = -32769; // to int16 : 32767 in HWTEST_F_L0() local 806 int64_t value1 = -1; // to uint16 : 65535 in HWTEST_F_L0() local 906 int64_t value1 = -2147483649; // to int32 : 2147483647 in HWTEST_F_L0() local 1006 int64_t value1 = -1; // to uint32 : 4294967295 in HWTEST_F_L0() local
|
D | js_arguments_test.cpp | 132 JSHandle<JSTaggedValue> value1(thread, JSTaggedValue(1)); in HWTEST_F_L0() local
|
D | js_api_lightweightset_test.cpp | 148 JSMutableHandle<JSTaggedValue> value1(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local 203 JSMutableHandle<JSTaggedValue> value1(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
|
D | js_api_linked_list_test.cpp | 137 JSHandle<JSTaggedValue> value1(thread, JSTaggedValue(2)); in HWTEST_F_L0() local 297 JSHandle<JSTaggedValue> value1(thread, JSTaggedValue(2)); in HWTEST_F_L0() local
|
D | js_object_test.cpp | 198 JSHandle<JSTaggedValue> value1(thread, JSTaggedValue(1)); in HWTEST_F_L0() local 421 JSHandle<JSTaggedValue> value1(thread, JSTaggedValue(1)); in HWTEST_F_L0() local 517 JSHandle<JSTaggedValue> value1(thread, JSTaggedValue(1)); in HWTEST_F_L0() local 543 JSHandle<JSTaggedValue> value1(thread, JSTaggedValue(1)); in HWTEST_F_L0() local 566 JSHandle<JSTaggedValue> value1(thread, JSTaggedValue(1)); in HWTEST_F_L0() local 590 JSHandle<JSTaggedValue> value1(thread, JSTaggedValue(1)); in HWTEST_F_L0() local
|
D | tagged_array_test.cpp | 149 JSHandle<JSTaggedValue> value1(thread, JSTaggedValue(1)); // 1: means value in HWTEST_F_L0() local
|
D | rb_tree_node_test.cpp | 242 std::string value1("Compare1"); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
D | builtins_collator_test.cpp | 183 JSHandle<JSTaggedValue> value1(factory->NewFromASCII("a")); in HWTEST_F_L0() local 232 JSHandle<JSTaggedValue> value1(factory->NewFromASCII("a")); in HWTEST_F_L0() local 284 JSHandle<JSTaggedValue> value1(factory->NewFromASCII("congres")); in HWTEST_F_L0() local
|
D | builtins_set_test.cpp | 326 JSTaggedValue value1 = JSObject::GetProperty(thread, set, key1).GetValue().GetTaggedValue(); in HWTEST_F_L0() local
|
/arkcompiler/runtime_core/compiler/tests/ |
D | compiler_inst_test.cpp | 623 auto value1 = GetCommonType(type1); variable 644 auto value1 = IsInt32Bit(type1); variable 664 auto value1 = Is32Bits(type, Arch::NONE); variable 693 auto value1 = IsTypeCollectable(type1); variable 723 auto value1 = IsTypeSigned(type1); variable
|
D | dump_test.cpp | 71 auto value1 = InstId(inst, graph->GetAllocator()); in __anonb8e9e89d0102() local 152 auto value1 = PcToString(graph->GetEndBlock()->GetGuestPc(), graph->GetLocalAllocator()); in __anonb8e9e89d0202() local 301 auto value1 = GetCondCodeToString(inst.GetCc(), graph->GetAllocator()); in __anonb8e9e89d0402() local
|
/arkcompiler/toolchain/tooling/test/ |
D | pt_json_test.cpp | 249 double value1 = 0.1; // 0.1:value in HWTEST_F_L0() local 271 char value1[] = "value"; in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/base/tests/ |
D | atomic_helper_test.cpp | 122 JSHandle<JSTaggedValue> value1(thread, JSTaggedValue(1)); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/js_api/ |
D | js_api_arraylist.cpp | 214 const JSHandle<JSTaggedValue> &value1, in RemoveByRange() 293 const JSHandle<JSTaggedValue> &value1, in SubArrayList()
|