mirror of
https://github.com/oven-sh/bun
synced 2026-02-19 07:12:24 +00:00
it can call functions
This commit is contained in:
@@ -47,6 +47,8 @@ JSFFIFunction::JSFFIFunction(VM& vm, NativeExecutable* executable, JSGlobalObjec
|
||||
: Base(vm, executable, globalObject, structure)
|
||||
, m_function(WTFMove(function))
|
||||
{
|
||||
// used in NAPI
|
||||
dataPtr = nullptr;
|
||||
}
|
||||
|
||||
template<typename Visitor>
|
||||
|
||||
Reference in New Issue
Block a user