Home
last modified time | relevance | path

Searched defs:resultValue (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_iterator_test.cpp84 JSHandle<JSTaggedValue> resultValue(JSObject::GetProperty(thread, result, valueStr).GetValue()); in HWTEST_F_L0() local
115 JSHandle<JSTaggedValue> resultValue(JSIterator::IteratorValue(thread, result)); in HWTEST_F_L0() local
Djs_regexp_iterator_test.cpp124 JSHandle<JSTaggedValue> resultValue(thread, JSTaggedValue(i+1)); in HWTEST_F_L0() local
Djs_api_vector_iterator_test.cpp168 std::string resultValue = vectorValue + std::to_string(i); in HWTEST_F_L0() local
Djs_api_queue_iterator_test.cpp116 std::string resultValue = queueValue + std::to_string(i); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_runtime_stub_test.cpp151 … JSTaggedValue resultValue = ICRuntimeStub::CheckPolyHClass(handleWeakCacheValue, handleObjClass); in HWTEST_F_L0() local
173 JSTaggedValue resultValue = in HWTEST_F_L0() local
196 JSTaggedValue resultValue = in HWTEST_F_L0() local
265 …JSTaggedValue resultValue = ICRuntimeStub::TryLoadICByValue(thread, handleReceiver, JSTaggedValue(… in HWTEST_F_L0() local
297 …JSTaggedValue resultValue = ICRuntimeStub::TryLoadICByValue(thread, handleReceiver, JSTaggedValue(… in HWTEST_F_L0() local
503 JSTaggedValue resultValue = ICRuntimeStub::LoadFromField(*handleObj, handler); in HWTEST_F_L0() local
542 JSTaggedValue resultValue = in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/base/tests/
Djson_parser_test.cpp151 JSTaggedValue resultValue(static_cast<JSTaggedType>(result->GetRawData())); in HWTEST_F_L0() local
177 JSTaggedValue resultValue(static_cast<JSTaggedType>(result->GetRawData())); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_reflect_test.cpp276 JSHandle<JSTaggedValue> resultValue(thread, result); in HWTEST_F_L0() local
309 …JSHandle<JSTaggedValue> resultValue = JSObject::GetProperty(thread, resultObj, valueKey).GetValue(… in HWTEST_F_L0() local
Dbuiltins_object_test.cpp831 …JSHandle<EcmaString> resultValue = thread->GetEcmaVM()->GetFactory()->NewFromASCII("[object Object… in HWTEST_F_L0() local
852 …JSHandle<EcmaString> resultValue = thread->GetEcmaVM()->GetFactory()->NewFromASCII("[object Object… in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp679 auto resultValue = factory->NewFromStdString(resultString); in RegExpReplaceFast() local
987 JSHandle<EcmaString> resultValue = factory->NewFromStdString(accumulatedResult); in Replace() local
1001 JSHandle<EcmaString> resultValue = factory->NewFromStdString(accumulatedResult); in Replace() local
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp342 JSTaggedValue resultValue; in ConstructInternal() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1313 JSHandle<JSTaggedValue> resultValue(thread, result); in Call() local
1343 JSHandle<JSTaggedValue> resultValue(thread, result); in Constructor() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_ir_builder.cpp1234 LLVMValueRef resultValue = LLVMBuildAdd(builder_, tmp1Value, tmp2Value, ""); in CanonicalizeToInt() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2401 JSTaggedValue resultValue; in RuntimeOptConstructGeneric() local