Lines Matching +full:operations +full:- +full:per +full:- +full:run
7 // This file is expected not to perform any asynchronous operations itself
8 // when being executed - those should be done in either
15 // Scripts run before this file:
16 // - `lib/internal/per_context/primordials.js`: to save copies of JavaScript
17 // builtins that won't be affected by user land monkey-patching for internal
19 // - `lib/internal/bootstrap/loaders.js`: to setup internal binding and
23 // This file is run to bootstrap both the main thread and the worker threads.
24 // After this file is run, certain properties are setup according to the
30 // execution. They may run additional setups exported by
122 // https://console.spec.whatwg.org/#console-namespace
149 // Non-standard extensions:
154 // Set the per-Environment callback that will be called
157 // attached to the per-process TracingController.
188 // TODO(joyeecheung): this property has not been well-maintained, should we
218 // from the process object because it has been monkey-patchable.
246 // Sets two per-Environment callbacks that will be run from libuv:
247 // - processImmediate will be run in the callback of the per-Environment
249 // - processTimers will be run in the callback of the per-Environment timer.
336 // https://heycam.github.io/webidl/#es-namespaces
346 // https://heycam.github.io/webidl/#es-interfaces
356 // https://heycam.github.io/webidl/#define-the-operations