You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem:
i try to use Nan::Export but when i call function export from Nan::Export, it cause crash app,
i debug nan_callbacks_12_inl.h and i see that error occur at callstack function :
i try to use Nan::Export but when i call function export from Nan::Export, it cause crash app,
i debug nan_callbacks_12_inl.h and i see that error occur at callstack function :
obj->GetInternalField(kFunctionIndex)
---I::GetInstanceType(obj);
----------ReadRawField<uint16_t>(map, kMapInstanceTypeOffset);
electronjs : 32.2.0
nan: 2.22.0
v8 : 12.8.374.36-electron.0
node : 20.18.0
The text was updated successfully, but these errors were encountered: