Signed-off-by: ma-shaoyin <mashaoyin1@huawei.com>
This commit is contained in:
ma-shaoyin 2023-01-12 19:09:18 +08:00
parent 6fb22e2d8a
commit f5c3ff5def

View File

@ -35,7 +35,7 @@ class VecCopyVisitor {
public:
explicit VecCopyVisitor(std::vector<std::shared_ptr<JSCallbackObject>> VecCopy) : data_(VecCopy){}
~VecCopyVisitor() = default;
void Next(const int type);
void Next(const int type = NextType::NORMAL);
void First();
void Clear();
bool IsDone();