Searched defs:SetVariable (Results 1 – 4 of 4) sorted by relevance
219 void SetVariable(varbinder::Variable *variable) in SetVariable() function
110 void ETSParameterExpression::SetVariable(varbinder::Variable *const variable) noexcept in SetVariable() function in ark::es2panda::ir::ETSParameterExpression
469 …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