Lines Matching defs:const
51 const {
72 const moduleLoadList = [];
86 const internalBindingAllowlist = new SafeSet([
118 const runtimeDeprecatedList = new SafeSet([
127 const legacyWrapperList = new SafeSet([
134 const schemelessBlockList = new SafeSet([
139 const experimentalModuleList = new SafeSet();
143 const bindingObj = ObjectCreate(null);
181 const bindingObj = ObjectCreate(null);
193 const selfId = 'internal/bootstrap/realm';
194 const {
200 const getOwn = (target, property, receiver) => {
206 const publicBuiltinIds = builtinIds
212 const internalBuiltinIds = builtinIds
216 const canBeRequiredByUsersList = new SafeSet(publicBuiltinIds);
217 const canBeRequiredByUsersWithoutSchemeList =
304 const normalizedId = StringPrototypeSlice(id, 5);
330 const internal = StringPrototypeStartsWith(this.id, 'internal/');
340 const { ModuleWrap } = internalBinding('module_wrap');
343 const url = `node:${this.id}`;
344 const builtin = this;
345 const exportsKeys = ArrayPrototypeSlice(this.exportKeys);
364 const names = this.exportKeys;
367 const exportName = names[i];
380 const id = this.id;
384 const requireFn = StringPrototypeStartsWith(this.id, 'internal/deps/') ?
387 const fn = compileFunction(id);
406 const loaderExports = {
417 const mod = BuiltinModule.map.get(id);
436 const {
440 const {