Searched refs:GetResultType (Results 1 – 10 of 10) sorted by relevance
72 str.append("type: " + to_string(result->GetResultType())); in ScriptToString()73 if (result->GetResultType() == UScriptStatementResult::STATEMENT_RESULT_TYPE_ERROR) { in ScriptToString()209 if (centerResult.GetResultType() == UScriptStatementResult::STATEMENT_RESULT_TYPE_BREAK) { in Execute()212 if (centerResult.GetResultType() == UScriptStatementResult::STATEMENT_RESULT_TYPE_RTN || in Execute()213 centerResult.GetResultType() == UScriptStatementResult::STATEMENT_RESULT_TYPE_ERROR) { in Execute()246 if (centerResult.GetResultType() == UScriptStatementResult::STATEMENT_RESULT_TYPE_BREAK) { in Execute()252 if (centerResult.GetResultType() == UScriptStatementResult::STATEMENT_RESULT_TYPE_RTN || in Execute()253 centerResult.GetResultType() == UScriptStatementResult::STATEMENT_RESULT_TYPE_ERROR) { in Execute()294 if (result.GetResultType() == UScriptStatementResult::STATEMENT_RESULT_TYPE_BREAK) { in Execute()298 } else if (result.GetResultType() == UScriptStatementResult::STATEMENT_RESULT_TYPE_RTN) { in Execute()[all …]
42 StatementResultType GetResultType() const in GetResultType() function
93 if (result.GetResultType() == UScriptStatementResult::STATEMENT_RESULT_TYPE_ERROR) { in Execute()
34 ResultType GetResultType() const override;
47 virtual ResultType GetResultType() const;
33 StartupTaskResult::ResultType JsStartupTaskResult::GetResultType() const in GetResultType() function in OHOS::AbilityRuntime::JsStartupTaskResult
51 StartupTaskResult::ResultType StartupTaskResult::GetResultType() const in GetResultType() function in OHOS::AbilityRuntime::StartupTaskResult
171 if (result == nullptr || result->GetResultType() != StartupTaskResult::ResultType::JS) { in GetDependencyResult()
321 static int32_t GetResultType(int32_t opType, int32_t typeValue, CfTag &resultType, uint32_t &outTyp… in GetResultType() function354 int32_t ret = GetResultType(opType, typeValue, resultType, outType); in ConvertToNapiValue()
135 if (result->GetResultType() != StartupTaskResult::ResultType::JS) { in OnGetResult()