Lines Matching refs:resultValue
2951 JSTaggedValue resultValue;
2964 resultValue = thread->GetEcmaVM()->FastCallAot(size, values.data(), prevFp);
2966 resultValue = thread->GetCurrentEcmaContext()->ExecuteAot(size, values.data(), prevFp, needPushArgv);
2973 resultValue = EcmaInterpreter::Execute(info);
2975 return resultValue;
3027 JSTaggedValue resultValue = RuntimeStubs::GetResultValue(thread, isCompiledCode, ctor, values, newTgt, size, obj);
3030 if (resultValue.IsECMAObject()) {
3031 if (resultValue.IsJSShared()) {
3032 JSObject::Cast(resultValue.GetTaggedObject())->GetJSHClass()->SetExtensible(false);
3034 return resultValue;
3040 if (!resultValue.IsUndefined()) {