Searched defs:SetConstant (Results 1 – 2 of 2) sorted by relevance
35 inline void GlobalEnvConstants::SetConstant(ConstantIndex index, JSTaggedValue value) in SetConstant() function43 inline void GlobalEnvConstants::SetConstant(ConstantIndex index, JSHandle<T> value) in SetConstant() function
2829 void Builtins::SetConstant(const JSHandle<JSObject> &obj, std::string_view key, JSTaggedValue value… in SetConstant() function in panda::ecmascript::Builtins