We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96db47f commit 88d1ca8Copy full SHA for 88d1ca8
src/node_sqlite.cc
@@ -2103,9 +2103,9 @@ void StatementSync::Iterate(const FunctionCallbackInfo<Value>& args) {
2103
StatementSyncIterator::Create(env, BaseObjectPtr<StatementSync>(stmt));
2104
2105
if (iter->object()
2106
- ->GetPrototype()
+ ->GetPrototypeV2()
2107
.As<Object>()
2108
- ->SetPrototype(context, js_iterator_prototype)
+ ->SetPrototypeV2(context, js_iterator_prototype)
2109
.IsNothing()) {
2110
return;
2111
}
0 commit comments