| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_iterator_test.cpp | 84 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
|
| D | js_regexp_iterator_test.cpp | 124 JSHandle<JSTaggedValue> resultValue(thread, JSTaggedValue(i+1)); in HWTEST_F_L0() local
|
| D | js_api_vector_iterator_test.cpp | 168 std::string resultValue = vectorValue + std::to_string(i); in HWTEST_F_L0() local
|
| D | js_api_queue_iterator_test.cpp | 116 std::string resultValue = queueValue + std::to_string(i); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/ic/tests/ |
| D | ic_runtime_stub_test.cpp | 151 … 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/ |
| D | json_parser_test.cpp | 151 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/ |
| D | builtins_reflect_test.cpp | 276 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
|
| D | builtins_object_test.cpp | 831 …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/ |
| D | builtins_regexp.cpp | 679 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/ |
| D | js_function.cpp | 342 JSTaggedValue resultValue; in ConstructInternal() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi.cpp | 1313 JSHandle<JSTaggedValue> resultValue(thread, result); in Call() local 1343 JSHandle<JSTaggedValue> resultValue(thread, result); in Constructor() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | llvm_ir_builder.cpp | 1234 LLVMValueRef resultValue = LLVMBuildAdd(builder_, tmp1Value, tmp2Value, ""); in CanonicalizeToInt() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 2401 JSTaggedValue resultValue; in RuntimeOptConstructGeneric() local
|