/arkcompiler/toolchain/tooling/base/ |
D | pt_returns.cpp | 21 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 30 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 47 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 61 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 77 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 89 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 105 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 121 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 132 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 141 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local [all …]
|
D | pt_events.cpp | 21 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 35 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 67 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 78 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 90 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 131 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 175 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 188 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 208 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 226 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local [all …]
|
D | pt_returns.h | 73 : result_(std::move(result)), exceptionDetails_(std::move(exceptionDetails)) in result_() 140 …explicit SearchInContentReturns(std::vector<std::unique_ptr<SearchMatch>> result) : result_(std::m… in SearchInContentReturns() 235 : result_(std::move(result)), in result_() 333 explicit GetBestEffortCoverageReturns(std::vector<std::unique_ptr<ScriptCoverage>> result) in GetBestEffortCoverageReturns() 363 …explicit TakePreciseCoverageReturns(std::vector<std::unique_ptr<ScriptCoverage>> result, int64_t t… in TakePreciseCoverageReturns() 381 explicit TakeTypeProfileReturns(std::vector<std::unique_ptr<ScriptTypeProfile>> result) in TakeTypeProfileReturns()
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
D | builtins_math_test.cpp | 62 JSTaggedValue result = BuiltinsMath::Abs(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 77 JSTaggedValue result = BuiltinsMath::Abs(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 92 JSTaggedValue result = BuiltinsMath::Abs(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 107 JSTaggedValue result = BuiltinsMath::Abs(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 124 JSTaggedValue result = BuiltinsMath::Abs(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 140 JSTaggedValue result = BuiltinsMath::Abs(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 156 JSTaggedValue result = BuiltinsMath::Abs(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 172 JSTaggedValue result = BuiltinsMath::Abs(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 188 JSTaggedValue result = BuiltinsMath::Abs(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 204 JSTaggedValue result = BuiltinsMath::Abs(ecmaRuntimeCallInfo); in HWTEST_F_L0() local [all …]
|
D | builtins_atomics_test.cpp | 79 JSTaggedValue result = TypedArray::Int8ArrayConstructor(ecmaRuntimeCallInfo1); in CreateTypedArray() local 94 JSTaggedValue result = JSTaggedValue::Hole(); in CreateTypedArray() local 215 …JSTaggedValue result = BuiltinsSharedArrayBuffer::SharedArrayBufferConstructor(ecmaRuntimeCallInfo… in CreateSharedArrayBuffer() local 234 JSTaggedValue result = TypedArray::Int32ArrayConstructor(ecmaRuntimeCallInfo1); in CreateInt32TypedArray() local 260 JSTaggedValue result = BuiltinsAtomics::Add(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 280 JSTaggedValue result = BuiltinsAtomics::Add(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 301 JSTaggedValue result = BuiltinsAtomics::Add(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 359 JSTaggedValue result = BuiltinsAtomics::Add(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 383 JSTaggedValue result = BuiltinsAtomics::And(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 419 JSTaggedValue result = BuiltinsAtomics::CompareExchange(ecmaRuntimeCallInfo); in HWTEST_F_L0() local [all …]
|
D | builtins_string_test.cpp | 87 JSTaggedValue result = BuiltinsRegExp::RegExpConstructor(ecmaRuntimeCallInfo); in CreateBuiltinsStringRegExpObjByPatternAndFlags() local 107 JSTaggedValue result = BuiltinsString::StringConstructor(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 133 JSTaggedValue result = BuiltinsString::FromCharCode(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 159 JSTaggedValue result = BuiltinsString::FromCodePoint(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 178 JSTaggedValue result = BuiltinsString::CharAt(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 197 JSTaggedValue result = BuiltinsString::CharAt(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 216 JSTaggedValue result = BuiltinsString::CharAt(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 235 JSTaggedValue result = BuiltinsString::CharCodeAt(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 252 JSTaggedValue result = BuiltinsString::CharCodeAt(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 270 JSTaggedValue result = BuiltinsString::CodePointAt(ecmaRuntimeCallInfo); in HWTEST_F_L0() local [all …]
|
D | builtins_dataview_test.cpp | 72 JSTaggedValue result = BuiltinsArrayBuffer::ArrayBufferConstructor(ecmaRuntimeCallInfo); in CreateBuiltinsDataviewArrayBuffer() local 92 JSTaggedValue result = BuiltinsDataView::DataViewConstructor(ecmaRuntimeCallInfo); in CreateBuiltinsDataView() local 109 JSTaggedValue result = BuiltinsArrayBuffer::ArrayBufferConstructor(ecmaRuntimeCallInfo); in CreateArrayBuffer() local 142 JSTaggedValue result = BuiltinsDataView::DataViewConstructor(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 172 JSTaggedValue result = BuiltinsDataView::GetOffset(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 203 JSTaggedValue result = BuiltinsDataView::GetByteLength(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 234 JSTaggedValue result = BuiltinsDataView::GetBuffer(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 252 JSTaggedValue result = BuiltinsDataView::SetUint16(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 281 JSTaggedValue result = BuiltinsDataView::SetInt16(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 314 JSTaggedValue result = BuiltinsDataView::GetUint32(ecmaRuntimeCallInfo); in HWTEST_F_L0() local [all …]
|
D | builtins_number_test.cpp | 82 JSTaggedValue result = BuiltinsNumber::NumberConstructor(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 100 JSTaggedValue result = BuiltinsNumber::IsFinite(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 114 JSTaggedValue result = BuiltinsNumber::IsFinite(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 129 JSTaggedValue result = BuiltinsNumber::IsFinite(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 143 JSTaggedValue result = BuiltinsNumber::IsFinite(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 157 JSTaggedValue result = BuiltinsNumber::IsFinite(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 171 JSTaggedValue result = BuiltinsNumber::IsFinite(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 185 JSTaggedValue result = BuiltinsNumber::IsFinite(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 199 JSTaggedValue result = BuiltinsNumber::IsInteger(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 213 JSTaggedValue result = BuiltinsNumber::IsNaN(ecmaRuntimeCallInfo); in HWTEST_F_L0() local [all …]
|
/arkcompiler/runtime_core/compiler/tests/ |
D | move_constants_test.cpp | 88 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local 163 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local 260 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local 333 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local 408 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local 469 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local 572 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local 629 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local 694 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local 723 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local
|
/arkcompiler/ets_runtime/ecmascript/containers/tests/ |
D | containers_treeset_test.cpp | 84 int result = EcmaStringAccessor::Compare(xString, yString); in TestCompareFunction() local 128 JSTaggedValue result = ContainersPrivate::Load(objCallInfo); in InitializeTreeSetConstructor() local 145 JSTaggedValue result = ContainersTreeSet::TreeSetConstructor(objCallInfo); in CreateJSAPITreeSet() local 165 JSTaggedValue result = ContainersTreeSet::TreeSetConstructor(objCallInfo); in HWTEST_F_L0() local 195 JSTaggedValue result = ContainersTreeSet::Add(callInfo); in HWTEST_F_L0() local 216 JSTaggedValue result = ContainersTreeSet::Add(callInfo); in HWTEST_F_L0() local 230 JSTaggedValue result = ContainersTreeSet::Has(callInfo); in HWTEST_F_L0() local 244 JSTaggedValue result = ContainersTreeSet::Has(callInfo); in HWTEST_F_L0() local 263 JSTaggedValue result = ContainersTreeSet::Add(callInfo); in HWTEST_F_L0() local 289 JSTaggedValue result = ContainersTreeSet::Has(callInfo); in HWTEST_F_L0() local [all …]
|
D | containers_plainarray_test.cpp | 92 JSTaggedValue result = ContainersPrivate::Load(objCallInfo); in InitializePlainArrayConstructor() local 108 JSTaggedValue result = ContainersPlainArray::PlainArrayConstructor(objCallInfo); in CreateJSAPIPlainArray() local 124 JSTaggedValue result = ContainersPlainArray::Add(callInfo); in PlainArrayAdd() local 140 JSTaggedValue result = ContainersPlainArray::RemoveRangeFrom(callInfo); in PlainArrayRemoveRangeFrom() local 157 JSTaggedValue result = ContainersPlainArray::PlainArrayConstructor(objCallInfo); in HWTEST_F_L0() local 187 JSTaggedValue result = ContainersPlainArray::Add(callInfo); in HWTEST_F_L0() local 202 JSTaggedValue result = ContainersPlainArray::Has(callInfo); in HWTEST_F_L0() local 226 JSTaggedValue result = ContainersPlainArray::Add(callInfo); in HWTEST_F_L0() local 244 JSTaggedValue result = ContainersPlainArray::Get(callInfo); in HWTEST_F_L0() local 263 JSTaggedValue result = ContainersPlainArray::Add(callInfo); in HWTEST_F_L0() local [all …]
|
D | containers_vector_test.cpp | 71 JSTaggedValue result = elements->Get(key->GetInt()); in TestForEachFunc() local 110 JSTaggedValue result = ContainersPrivate::Load(objCallInfo); in InitializeVectorConstructor() local 127 JSTaggedValue result = ContainersVector::VectorConstructor(objCallInfo); in CreateJSAPIVector() local 147 JSTaggedValue result = ContainersVector::VectorConstructor(objCallInfo); in HWTEST_F_L0() local 175 JSTaggedValue result = ContainersVector::Add(callInfo); in HWTEST_F_L0() local 196 JSTaggedValue result = ContainersVector::Add(callInfo); in HWTEST_F_L0() local 224 JSTaggedValue result = ContainersVector::Has(callInfo); in HWTEST_F_L0() local 238 JSTaggedValue result = ContainersVector::Has(callInfo); in HWTEST_F_L0() local 256 JSTaggedValue result = ContainersVector::Add(callInfo); in HWTEST_F_L0() local 275 JSTaggedValue result = ContainersVector::GetIndexOf(callInfo); in HWTEST_F_L0() local [all …]
|
D | containers_treemap_test.cpp | 87 int result = EcmaStringAccessor::Compare(xString, yString); in TestCompareFunction() local 131 JSTaggedValue result = ContainersPrivate::Load(objCallInfo); in InitializeTreeMapConstructor() local 148 JSTaggedValue result = ContainersTreeMap::TreeMapConstructor(objCallInfo); in CreateJSAPITreeMap() local 169 JSTaggedValue result = ContainersTreeMap::TreeMapConstructor(objCallInfo); in HWTEST_F_L0() local 200 JSTaggedValue result = ContainersTreeMap::Set(callInfo); in HWTEST_F_L0() local 224 JSTaggedValue result = ContainersTreeMap::Set(callInfo); in HWTEST_F_L0() local 237 JSTaggedValue result = ContainersTreeMap::Get(callInfo); in HWTEST_F_L0() local 253 JSTaggedValue result = ContainersTreeMap::Get(callInfo); in HWTEST_F_L0() local 273 JSTaggedValue result = ContainersTreeMap::Set(callInfo); in HWTEST_F_L0() local 299 JSTaggedValue result = ContainersTreeMap::Get(callInfo); in HWTEST_F_L0() local [all …]
|
D | containers_lightweightset_test.cpp | 88 JSTaggedValue result = ContainersPrivate::Load(objCallInfo); in InitializeLightWeightSetConstructor() local 104 JSTaggedValue result = ContainersLightWeightSet::LightWeightSetConstructor(objCallInfo); in CreateJSAPILightWeightSet() local 122 JSTaggedValue result = ContainersLightWeightSet::LightWeightSetConstructor(objCallInfo); in HWTEST_F_L0() local 150 JSTaggedValue result = ContainersLightWeightSet::Add(callInfo); in HWTEST_F_L0() local 170 JSTaggedValue result = ContainersLightWeightSet::Add(callInfo); in HWTEST_F_L0() local 191 JSTaggedValue result = ContainersLightWeightSet::Add(callInfo); in HWTEST_F_L0() local 208 JSTaggedValue result = ContainersLightWeightSet::Add(callInfo); in HWTEST_F_L0() local 223 JSTaggedValue result = ContainersLightWeightSet::AddAll(callInfo); in HWTEST_F_L0() local 244 JSTaggedValue result = ContainersLightWeightSet::Add(callInfo); in HWTEST_F_L0() local 261 JSTaggedValue result = ContainersLightWeightSet::Add(callInfo); in HWTEST_F_L0() local [all …]
|
D | containers_hashmap_test.cpp | 94 JSTaggedValue result = ContainersPrivate::Load(objCallInfo); in InitializeHashMapConstructor() local 109 JSTaggedValue result = ContainersHashMap::HashMapConstructor(objCallInfo); in CreateJSAPIHashMap() local 128 JSTaggedValue result = ContainersHashMap::HashMapConstructor(objCallInfo); in HWTEST_F_L0() local 157 JSTaggedValue result = ContainersHashMap::Set(callInfo); in HWTEST_F_L0() local 170 JSTaggedValue result = ContainersHashMap::Get(callInfo); in HWTEST_F_L0() local 189 JSTaggedValue result = ContainersHashMap::Set(callInfo); in HWTEST_F_L0() local 204 JSTaggedValue result = ContainersHashMap::HasKey(callInfo); in HWTEST_F_L0() local 216 JSTaggedValue result = ContainersHashMap::HasValue(callInfo); in HWTEST_F_L0() local 240 JSTaggedValue result = ContainersHashMap::Set(callInfo); in HWTEST_F_L0() local 257 JSTaggedValue result = ContainersHashMap::HasKey(callInfo); in HWTEST_F_L0() local [all …]
|
D | containers_arraylist_test.cpp | 70 JSTaggedValue result = elements->Get(value->GetInt()); in TestForEachFunc() local 93 JSTaggedValue result = ContainersPrivate::Load(objCallInfo); in InitializeArrayListConstructor() local 109 JSTaggedValue result = ContainersArrayList::ArrayListConstructor(objCallInfo); in CreateJSAPIArrayList() local 124 JSTaggedValue result = ContainersArrayList::Add(callInfo); in ArrayListAdd() local 140 JSTaggedValue result = ContainersArrayList::RemoveByRange(callInfo); in ArrayListRemoveByRange() local 156 JSTaggedValue result = ContainersArrayList::SubArrayList(callInfo); in ArrayListSubArrayList() local 173 JSTaggedValue result = ContainersArrayList::ArrayListConstructor(objCallInfo); in HWTEST_F_L0() local 194 JSTaggedValue result = ArrayListAdd(arrayList, JSTaggedValue(i)); in HWTEST_F_L0() local 201 … JSTaggedValue result = ArrayListRemoveByRange(arrayList, JSTaggedValue(1), JSTaggedValue(3)); in HWTEST_F_L0() local 215 …JSTaggedValue result = ArrayListRemoveByRange(arrayList, JSTaggedValue::Undefined(), JSTaggedValue… in HWTEST_F_L0() local [all …]
|
D | containers_list_test.cpp | 92 JSTaggedValue result = ContainersPrivate::Load(objCallInfo); in InitializeListConstructor() local 109 JSTaggedValue result = ContainersList::ListConstructor(objCallInfo); in CreateJSAPIList() local 123 JSTaggedValue result = ContainersList::Add(callInfo); in ListAdd() local 136 JSTaggedValue result = ContainersList::Equal(callInfo); in ListEqual() local 153 JSTaggedValue result = ContainersList::ListConstructor(objCallInfo); in HWTEST_F_L0() local 181 JSTaggedValue result = ContainersList::Insert(callInfo); in HWTEST_F_L0() local 195 JSTaggedValue result = ContainersList::Insert(callInfo); in HWTEST_F_L0() local 207 JSTaggedValue result = ContainersList::Get(callInfo); in HWTEST_F_L0() local 225 JSTaggedValue result = ContainersList::Insert(callInfo); in HWTEST_F_L0() local 261 JSTaggedValue result = JSTaggedValue::Hole(); in HWTEST_F_L0() local [all …]
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_math.cpp | 56 double result = base::NAN_VALUE; in Acos() local 74 double result = base::NAN_VALUE; in Acosh() local 91 double result = base::NAN_VALUE; in Asin() local 108 double result = base::NAN_VALUE; in Asinh() local 126 double result = base::NAN_VALUE; in Atan() local 144 double result = base::NAN_VALUE; in Atanh() local 160 double result = base::NAN_VALUE; in Atan2() local 190 double result = base::NAN_VALUE; in Cbrt() local 208 double result = base::NAN_VALUE; in Ceil() local 233 auto result = numberValue.ToUint32(); in Clz32() local [all …]
|
/arkcompiler/runtime_core/runtime/tooling/inspector/tests/ |
D | instruction_pointer.cpp | 49 [](auto &result) { EXPECT_THAT(result, JsonProperties()); }); in ContinueTo() 68 …client_.Call("Debugger.resume", [](const JsonObject &result) { EXPECT_THAT(result, JsonProperties(… in Resume() 94 …client_.Call("Debugger.stepInto", [](const JsonObject &result) { EXPECT_THAT(result, JsonPropertie… in StepInto() 101 …client_.Call("Debugger.stepOut", [](const JsonObject &result) { EXPECT_THAT(result, JsonProperties… in StepOut() 108 …client_.Call("Debugger.stepOver", [](const JsonObject &result) { EXPECT_THAT(result, JsonPropertie… in StepOver()
|
/arkcompiler/runtime_core/verification/util/ |
D | set_operations.h | 61 S result; in SetIntersection() local 75 S result = lhs; in SetUnion() local 86 S result; in SetDifference() local 100 Arg result; in SetDifference() local 112 S result; in ToSet() local
|
/arkcompiler/ets_frontend/es2panda/compiler/base/ |
D | lexenv.cpp | 45 …void ExpandLoadLexVar(PandaGen *pg, const ir::AstNode *node, const binder::ScopeFindResult &result) in ExpandLoadLexVar() 54 …d ExpandLoadNormalVar(PandaGen *pg, const ir::AstNode *node, const binder::ScopeFindResult &result) in ExpandLoadNormalVar() 66 …irtualLoadVar::Expand(PandaGen *pg, const ir::AstNode *node, const binder::ScopeFindResult &result) in Expand() 77 … ExpandStoreLexVar(PandaGen *pg, const ir::AstNode *node, const binder::ScopeFindResult &result, b… in ExpandStoreLexVar() 101 … ExpandStoreNormalVar(PandaGen *pg, const ir::AstNode *node, const binder::ScopeFindResult &result, in ExpandStoreNormalVar() 143 …alStoreVar::Expand(PandaGen *pg, const ir::AstNode *node, const binder::ScopeFindResult &result, b… in Expand()
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | tlab_allocator-inl.h | 48 uintptr_t result = 0; in Allocate() local 72 uintptr_t result = youngAllocator_.Allocate(size); in AllocateInYoungSpace() local 87 uintptr_t result = localSpace_->Allocate(size, true); in AllocateInCompressSpace() local 97 uintptr_t result = localSpace_->Allocate(size, false); in AllocateInOldSpace() local
|
D | c_string.cpp | 31 int64_t result = std::strtol(str.c_str(), &endPtr, BASE); in CStringToL() local 39 int64_t result = std::strtoll(str.c_str(), &endPtr, BASE); in CStringToLL() local 47 uint64_t result = std::strtoull(str.c_str(), &endPtr, BASE); in CStringToULL() local 55 float result = std::strtof(str.c_str(), &endPtr); in CStringToF() local 64 double result = std::strtod(str.c_str(), &endPtr); in CStringToD() local
|
/arkcompiler/runtime_core/verification/util/tests/ |
D | set_operations_property_test.cpp | 76 set result = ToSet<set>(vec); in __anona74f02520302() local 91 set result = SetIntersection(set1, set2); in __anona74f02520402() local 103 set result = SetUnion(set1, set2); in __anona74f02520502() local 115 set result = SetDifference(set1, set2); in __anona74f02520602() local 130 set result = SetIntersection(set1, set2, set3); in __anona74f02520702() local 145 set result = SetUnion(set1, set2, set3); in __anona74f02520802() local 160 set result = SetDifference(set1, set2, set3); in __anona74f02520902() local
|
/arkcompiler/ets_runtime/ecmascript/interpreter/tests/ |
D | slow_runtime_stub_test.cpp | 63 JSTaggedValue result = SlowRuntimeStub::StPatchVar(thread, 0, JSTaggedValue::True()); in HWTEST_F_L0() local 69 JSTaggedValue result = SlowRuntimeStub::StPatchVar(thread, 0, JSTaggedValue::False()); in HWTEST_F_L0() local 81 …JSTaggedValue result = SlowRuntimeStub::StObjByIndex(thread, proto.GetTaggedValue(), 0, JSTaggedVa… in HWTEST_F_L0() local 91 …JSTaggedValue result = SlowRuntimeStub::StObjByIndex(thread, proto.GetTaggedValue(), 0, JSTaggedVa… in HWTEST_F_L0() local 99 JSTaggedValue result = SlowRuntimeStub::ThrowTypeError(thread, "Typeerror"); in HWTEST_F_L0() local
|