mirror of
https://github.com/oven-sh/bun
synced 2026-02-17 14:22:01 +00:00
refactor and rename JSCommonJSModule (#18390)
This commit is contained in:
@@ -658,7 +658,7 @@ JSC_DEFINE_CUSTOM_GETTER(nodeModuleWrapper,
|
||||
{
|
||||
// This does not cache anything because it is assumed nobody reads it more than once.
|
||||
VM& vm = global->vm();
|
||||
JSC::JSFunction* cb = JSC::JSFunction::create(vm, global, WebCore::moduleGetWrapperArrayProxyCodeGenerator(vm), global);
|
||||
JSC::JSFunction* cb = JSC::JSFunction::create(vm, global, WebCore::commonJSGetWrapperArrayProxyCodeGenerator(vm), global);
|
||||
JSC::CallData callData = JSC::getCallData(cb);
|
||||
|
||||
JSC::MarkedArgumentBuffer args;
|
||||
|
||||
Reference in New Issue
Block a user