Home
last modified time | relevance | path

Searched defs:value1 (Results 1 – 25 of 44) sorted by relevance

12

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
Des6modulekindWithES5Target5.ts1 /*
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 …]
DesnextmodulekindWithES5Target5.ts1 /*
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 …]
DexportImportCanSubstituteConstEnumForValue.ts71 const value1 = ReExportedEnum.Cancel; constant
/arkcompiler/ets_runtime/test/typeinfer/es2abc_feature/generics_multiple/
Dgenerics_multiple.ts20 value1:T1; property in Test
/arkcompiler/ets_runtime/test/typeinfer/classwithproperty/
Dclasswithproperty.ts43 let value1: string = c[tmp] variable
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_lightweightmap_test.cpp116 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
Djs_list_format_test.cpp203 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
Djs_array_test.cpp203 … 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
Dlinked_hash_table_test.cpp91 …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
Djs_serializer_test.cpp138 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 …]
Dtagged_dictionary_test.cpp94 …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
Djs_typed_array_test.cpp412 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
Djs_arguments_test.cpp132 JSHandle<JSTaggedValue> value1(thread, JSTaggedValue(1)); in HWTEST_F_L0() local
Djs_api_lightweightset_test.cpp148 JSMutableHandle<JSTaggedValue> value1(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
203 JSMutableHandle<JSTaggedValue> value1(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
Djs_api_linked_list_test.cpp137 JSHandle<JSTaggedValue> value1(thread, JSTaggedValue(2)); in HWTEST_F_L0() local
297 JSHandle<JSTaggedValue> value1(thread, JSTaggedValue(2)); in HWTEST_F_L0() local
Djs_object_test.cpp198 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
Dtagged_array_test.cpp149 JSHandle<JSTaggedValue> value1(thread, JSTaggedValue(1)); // 1: means value in HWTEST_F_L0() local
Drb_tree_node_test.cpp242 std::string value1("Compare1"); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_collator_test.cpp183 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
Dbuiltins_set_test.cpp326 JSTaggedValue value1 = JSObject::GetProperty(thread, set, key1).GetValue().GetTaggedValue(); in HWTEST_F_L0() local
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_inst_test.cpp623 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
Ddump_test.cpp71 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/
Dpt_json_test.cpp249 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/
Datomic_helper_test.cpp122 JSHandle<JSTaggedValue> value1(thread, JSTaggedValue(1)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_arraylist.cpp214 const JSHandle<JSTaggedValue> &value1, in RemoveByRange()
293 const JSHandle<JSTaggedValue> &value1, in SubArrayList()

12