Lines Matching refs:contextifiedObject
170 ### `script.runInContext(contextifiedObject[, options])`
180 * `contextifiedObject` {Object} A [contextified][] object as returned by the
197 `contextifiedObject` and returns the result. Running code does not have access
416 const contextifiedObject = vm.createContext({
426 // specify `contextifiedObject` as the context this Module belongs to.
435 `, { context: contextifiedObject });
464 // "contextifiedObject" when creating the context.
468 // Using `contextifiedObject` instead of `referencingModule.context`
487 const contextifiedObject = vm.createContext({
498 // specify `contextifiedObject` as the context this Module belongs to.
507 `, { context: contextifiedObject });
536 // "contextifiedObject" when creating the context.
540 // Using `contextifiedObject` instead of `referencingModule.context`
779 const contextifiedObject = vm.createContext({ secret: 42 });
801 // meta.prop = vm.runInContext('{}', contextifiedObject);
806 const contextifiedObject = vm.createContext({ secret: 42 });
827 // meta.prop = vm.runInContext('{}', contextifiedObject);
1198 ## `vm.runInContext(code, contextifiedObject[, options])`
1215 * `contextifiedObject` {Object} The [contextified][] object that will be used
1254 the `contextifiedObject`, then returns the result. Running code does not have
1255 access to the local scope. The `contextifiedObject` object _must_ have been