Lines Matching defs:module
639 // Intercepts the Node-V8 module registration callback. Converts parameters
641 // by the NAPI module.
643 v8::Local<v8::Value> module,
648 module,
655 v8::Local<v8::Value> module,
660 module,
670 // allocations or implementing more expensive changes to module registration.
693 v8::Local<v8::Value> module,
705 // We set `env->filename` from `module.filename` here, but we could just as
708 // endorsing commonjs here by making use of `module.filename`.
711 if (module->ToObject(context).ToLocal(&modobj) &&
723 // Create a new JSVM_Env for this specific module.
733 // the module.
736 JSVM_Value _module = v8impl::JsValueFromV8LocalValue(module);
757 // Registers a NAPI module.