summaryrefslogtreecommitdiff
path: root/src/env-inl.h
Commit message (Expand)AuthorAgeFilesLines
* build: add option to hide console windowCheng Zhao2021-08-221-0/+4
* async_hooks: check for empty contexts before removingBryan English2021-06-211-1/+11
* src: fix multiple AddLinkedBinding() callsAnna Henningsen2021-06-141-0/+5
* src: set PromiseHooks by EnvironmentBryan English2021-06-021-0/+51
* net: make net.BlockList cloneableJames M Snell2021-04-021-4/+7
* perf_hooks: complete overhaul of the implementationJames M Snell2021-02-221-5/+0
* src: support serialization of binding dataJoyee Cheung2021-02-191-0/+11
* src: rename binding_data_name to type_name in BindingDataJoyee Cheung2021-02-081-2/+2
* src: refactor bookkeeping of bootstrap statusJoyee Cheung2021-02-051-3/+11
* src: reduce duplicated boilerplate with new env utility fnJames M Snell2021-01-031-0/+18
* src: add typedef for CleanupHookCallback callbackDaniel Bevenius2020-12-111-2/+2
* src: clean up embedder APIAnna Henningsen2020-11-021-4/+0
* src: add --heapsnapshot-near-heap-limit optionJoyee Cheung2020-10-221-0/+16
* Revert "src: runtime deprecate process.umask()"Beth Griggs2020-09-301-8/+0
* src: add get/set pair for env context awarenessShelley Vohr2020-09-041-0/+8
* src: snapshot Environment upon instantiationJoyee Cheung2020-07-181-29/+0
* src: add option to track unmanaged file descriptorsAnna Henningsen2020-07-141-0/+4
* async_hooks: improve resource stack performanceAnna Henningsen2020-07-141-13/+59
* src: remove unused fields from IsolateDataAnna Henningsen2020-07-031-8/+0
* src: allow embedders to disable esm loaderShelley Vohr2020-06-291-0/+4
* lib,src: remove cpu profiler idle notifierBen Noordhuis2020-06-251-4/+0
* src: turn AllocatedBuffer into thin wrapper around v8::BackingStoreJames M Snell2020-05-301-23/+3
* src: extract AllocatedBuffer from env.hJames M Snell2020-05-301-88/+0
* errors: print original exception contextbcoe2020-05-241-0/+8
* src: use enum for refed flag on native immediatesAnna Henningsen2020-05-211-20/+12
* src: distinguish refed/unrefed threadsafe ImmediatesAnna Henningsen2020-05-161-2/+2
* src: remove deprecated FinalizationRegistry hooksGus Caplan2020-05-131-7/+0
* src: split out callback queue implementation from EnvironmentAnna Henningsen2020-05-091-74/+6
* src: retrieve binding data from the contextJoyee Cheung2020-05-061-37/+41
* src: fix null deref in AllocatedBuffer::clearMatt Kulukundis2020-04-211-1/+4
* src: move fs state out of EnvironmentAnna Henningsen2020-04-061-13/+0
* src: move http parser state out of EnvironmentAnna Henningsen2020-04-061-17/+0
* src: move v8 stats buffers out of EnvironmentAnna Henningsen2020-04-061-33/+0
* src: move HTTP/2 state out of EnvironmentAnna Henningsen2020-04-061-10/+0
* src: make creating per-binding data structures easierAnna Henningsen2020-04-061-6/+42
* src: include AsyncWrap provider strings in snapshotAnna Henningsen2020-04-021-15/+5
* src: align PerformanceState class name with conventionsAnna Henningsen2020-04-021-1/+1
* embedding: provide hook for custom process.exit() behaviourAnna Henningsen2020-04-021-0/+5
* src: runtime deprecate process.umask()cjihrig2020-03-311-0/+8
* src: simplify IsolateData shortcut accessesAnna Henningsen2020-03-231-4/+3
* src: add LoadEnvironment() variant taking a stringAnna Henningsen2020-03-211-0/+5
* src: align worker and main thread code with embedder APIAnna Henningsen2020-03-211-4/+7
* src: associate is_main_thread() with worker_context()Anna Henningsen2020-03-211-1/+1
* src: move worker_context from Environment to IsolateDataAnna Henningsen2020-03-211-6/+10
* src: refactor debug category parsingJoyee Cheung2020-03-101-14/+0
* src: wrap HostPort in ExclusiveAccessBen Noordhuis2020-02-131-1/+2
* async_hooks: add executionAsyncResourceMatteo Collina2020-02-111-7/+23
* fs: deprecate closing FileHandle on garbage collectionJames M Snell2020-02-041-0/+8
* report: add support for WorkersAnna Henningsen2020-01-211-0/+5
* src: add interrupts to Environments/WorkersAnna Henningsen2020-01-211-0/+12