summaryrefslogtreecommitdiff
path: root/src/env-inl.h
AgeCommit message (Expand)Author
2019-11-30wasi: introduce initial WASI supportcjihrig
2019-11-29src: use uv_async_t for WeakRefsAnna Henningsen
2019-11-19src: remove keep alive option from SetImmediate()Anna Henningsen
2019-11-19src: introduce custom smart pointers for `BaseObject`sAnna Henningsen
2019-11-07src: allow adding linked bindings to EnvironmentAnna Henningsen
2019-11-06src: remove AsyncScope and AsyncCallbackScopeAnna Henningsen
2019-10-13src: implement v8 host weakref hooksGus Caplan
2019-08-03Revert "src: remove trace_sync_io_ from env"Сковорода Никита Андреевич
2019-08-01src: allow generic C++ callables in SetImmediate()Anna Henningsen
2019-07-30src: export v8.GetHeapCodeAndMetadataStatistics()Yuriy Vasiyarov
2019-06-19src: save exec path when initializing EnvironmentJoyee Cheung
2019-05-26inspector: implement --heap-profJoyee Cheung
2019-05-11src: extract common macro to util.hgengjiawen
2019-05-05inspector: implement --cpu-prof-intervalJoyee Cheung
2019-05-02src: refactor profile initializationJoyee Cheung
2019-05-02src: move Environment::context out of strong propertiesJoyee Cheung
2019-04-26src: use predefined AliasedBuffer types in the code baseJoyee Cheung
2019-04-23inspector: split --cpu-prof-path to --cpu-prof-dir and --cpu-prof-nameJoyee Cheung
2019-04-19inspector: implement --cpu-prof[-path]Joyee Cheung
2019-04-17src: handle fatal error when Environment is not assigned to contextJoyee Cheung
2019-04-12src: replace FromJust() with Check() when possibleSam Roberts
2019-04-06src: port coverage serialization to C++Joyee Cheung
2019-04-04src: implement MemoryRetainer in EnvironmentJoyee Cheung
2019-04-04process: store argv in EnvironmentJoyee Cheung
2019-03-30worker: use copy of process.envAnna Henningsen
2019-03-30src: allow per-Environment set of env varsAnna Henningsen
2019-03-27src: move ShouldNotAbortOnUncaughtScope out of EnvironmentJoyee Cheung
2019-03-27src: move TickInfo out of EnvironmentJoyee Cheung
2019-03-27src: move ImmediateInfo out of EnvironmentJoyee Cheung
2019-03-27src: move AsyncCallbackScope out of EnvironmentJoyee Cheung
2019-03-27src: move AsyncHooks out of EnvironmentJoyee Cheung
2019-03-22src: do not make `Resize(0)`’d buffers base `nullptr`Anna Henningsen
2019-03-22src: refactor thread stopping mechanismAnna Henningsen
2019-03-21src: remove `AddPromiseHook()`Anna Henningsen
2019-03-21src: disallow constructor behaviour for native methodsAnna Henningsen
2019-03-19inspector: patch C++ debug options instead of process._breakFirstLineJoyee Cheung
2019-03-16src: shutdown node in-flightGireesh Punathil
2019-03-13embedding: refactor public `ArrayBufferAllocator` APIAnna Henningsen
2019-03-09src: delete unused method SetTemplateMethodgengjiawen
2019-03-09src: delete unused method SetTemplateMethodNoSideEffectgengjiawen
2019-03-05src: refactor `Environment::GetCurrent(isolate)` usageAnna Henningsen
2019-03-05src: use object to pass `Environment` to functionsAnna Henningsen
2019-03-02worker: provide process.execArgvAnna Henningsen
2019-03-01src: simplify native immediate by using v8::GlobalAnna Henningsen
2019-02-27src: apply clang-tidy rule modernize-deprecated-headersgengjiawen
2019-02-25src: add allocation utils to envAnna Henningsen
2019-02-25src: make IsolateData store ArrayBufferAllocatorAnna Henningsen
2019-02-21process: simplify the setup of async hooks trace eventsJoyee Cheung
2019-02-20src: simplify InspectorConsoleCallAnna Henningsen
2019-02-19module: revert module._compile to original state if module is patchedUjjwal Sharma