summaryrefslogtreecommitdiff
path: root/src/env-inl.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* src: remove AsyncRequestAnna Henningsen2020-01-211-9/+14
* src: add a threadsafe variant of SetImmediate()Anna Henningsen2020-01-211-1/+18
* src: exclude C++ SetImmediate() from countAnna Henningsen2020-01-211-9/+0
* src: better encapsulate native immediate listAnna Henningsen2020-01-211-8/+35
* src: explicitly allocate backing stores for v8 stat buffersAnna Henningsen2019-12-131-14/+17
* src: migrate to new V8 ArrayBuffer APIThang Tran2019-12-121-3/+13
* wasi: introduce initial WASI supportcjihrig2019-11-301-0/+15
* src: use uv_async_t for WeakRefsAnna Henningsen2019-11-291-0/+1
* src: remove keep alive option from SetImmediate()Anna Henningsen2019-11-191-13/+8
* src: introduce custom smart pointers for `BaseObject`sAnna Henningsen2019-11-191-0/+8
* src: allow adding linked bindings to EnvironmentAnna Henningsen2019-11-071-0/+13
* src: remove AsyncScope and AsyncCallbackScopeAnna Henningsen2019-11-061-8/+0
* src: implement v8 host weakref hooksGus Caplan2019-10-131-0/+5
* Revert "src: remove trace_sync_io_ from env"Сковорода Никита Андреевич2019-08-031-1/+1
* src: allow generic C++ callables in SetImmediate()Anna Henningsen2019-08-011-17/+50
* src: export v8.GetHeapCodeAndMetadataStatistics()Yuriy Vasiyarov2019-07-301-0/+10
* src: save exec path when initializing EnvironmentJoyee Cheung2019-06-191-0/+4
* inspector: implement --heap-profJoyee Cheung2019-05-261-0/+35
* src: extract common macro to util.hgengjiawen2019-05-111-8/+0
* inspector: implement --cpu-prof-intervalJoyee Cheung2019-05-051-0/+8
* src: refactor profile initializationJoyee Cheung2019-05-021-6/+6
* src: move Environment::context out of strong propertiesJoyee Cheung2019-05-021-1/+4
* src: use predefined AliasedBuffer types in the code baseJoyee Cheung2019-04-261-15/+9
* inspector: split --cpu-prof-path to --cpu-prof-dir and --cpu-prof-nameJoyee Cheung2019-04-231-0/+17
* inspector: implement --cpu-prof[-path]Joyee Cheung2019-04-191-0/+19
* src: handle fatal error when Environment is not assigned to contextJoyee Cheung2019-04-171-7/+10
* src: replace FromJust() with Check() when possibleSam Roberts2019-04-121-2/+2
* src: port coverage serialization to C++Joyee Cheung2019-04-061-0/+20
* src: implement MemoryRetainer in EnvironmentJoyee Cheung2019-04-041-3/+4
* process: store argv in EnvironmentJoyee Cheung2019-04-041-0/+4
* worker: use copy of process.envAnna Henningsen2019-03-301-4/+4
* src: allow per-Environment set of env varsAnna Henningsen2019-03-301-0/+8
* src: move ShouldNotAbortOnUncaughtScope out of EnvironmentJoyee Cheung2019-03-271-6/+14
* src: move TickInfo out of EnvironmentJoyee Cheung2019-03-271-5/+5
* src: move ImmediateInfo out of EnvironmentJoyee Cheung2019-03-271-10/+10
* src: move AsyncCallbackScope out of EnvironmentJoyee Cheung2019-03-271-7/+13
* src: move AsyncHooks out of EnvironmentJoyee Cheung2019-03-271-20/+15
* src: do not make `Resize(0)`’d buffers base `nullptr`Anna Henningsen2019-03-221-2/+4
* src: refactor thread stopping mechanismAnna Henningsen2019-03-221-1/+9
* src: remove `AddPromiseHook()`Anna Henningsen2019-03-211-1/+1
* src: disallow constructor behaviour for native methodsAnna Henningsen2019-03-211-6/+2
* inspector: patch C++ debug options instead of process._breakFirstLineJoyee Cheung2019-03-191-0/+8
* src: shutdown node in-flightGireesh Punathil2019-03-161-5/+3
* embedding: refactor public `ArrayBufferAllocator` APIAnna Henningsen2019-03-131-1/+1
* src: delete unused method SetTemplateMethodgengjiawen2019-03-091-15/+0