Searched defs:SetVariable (Results 1 – 4 of 4) sorted by relevance
95 void ETSParameterExpression::SetVariable(varbinder::Variable *const variable) noexcept in SetVariable() function in ark::es2panda::ir::ETSParameterExpression
207 void SetVariable(varbinder::Variable *variable) in SetVariable() function
468 …virtual std::optional<Error> SetVariable(PtThread /* thread */, uint32_t /* frameDepth */, int32_t… in SetVariable() function
345 std::optional<Error> Debugger::SetVariable(PtThread thread, uint32_t frameDepth, int32_t regNumber, in SetVariable() function in ark::tooling::Debugger