summaryrefslogtreecommitdiff
path: root/src/env.cc
AgeCommit message (Expand)Author
2019-06-19src: refactor uncaught exception handlingJoyee Cheung
2019-06-19src: save exec path when initializing EnvironmentJoyee Cheung
2019-06-14src: fix off-by-one error in native SetImmediateAnna Henningsen
2019-06-03src: reorganize inspector and diagnostics initializationJoyee Cheung
2019-06-03src: create Environment properties in Environment::CreateProperties()Joyee Cheung
2019-06-03src: inline ProcessCliArgs in the Environment constructorJoyee Cheung
2019-05-23src: remove memory_tracker-inl.h from header filesSam Roberts
2019-05-13src: remove util-inl.h from header filesSam Roberts
2019-05-02src: refactor profile initializationJoyee Cheung
2019-04-23src: use std::vector<size_t> instead of IndexArrayJoyee Cheung
2019-04-23src: implement IsolateData serialization and deserializationJoyee Cheung
2019-04-23inspector: split --cpu-prof-path to --cpu-prof-dir and --cpu-prof-nameJoyee Cheung
2019-04-17src: use RAII to manage the main isolate dataJoyee 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-30inspector: display error when ToggleAsyncHook failsJoyee Cheung
2019-03-28src: tidy up include headers in env.ccgengjiawen
2019-03-27src: move TrackingTraceStateObserver out of EnvironmentJoyee Cheung
2019-03-27src: move AsyncHooks out of EnvironmentJoyee Cheung
2019-03-22src: add fast path for equal size to `Reallocate()`Anna Henningsen
2019-03-22src: refactor thread stopping mechanismAnna Henningsen
2019-03-21src: remove `AddPromiseHook()`Anna Henningsen
2019-03-16src: shutdown node in-flightGireesh Punathil
2019-03-13embedding: make `NewIsolate()` API more flexibleAnna Henningsen
2019-03-13embedding: refactor public `ArrayBufferAllocator` APIAnna Henningsen
2019-03-13src: clean up MultiIsolatePlatform interfaceAnna Henningsen
2019-03-12src: apply clang-tidy rule modernize-make-uniquegengjiawen
2019-03-12src: de-lint header usageRefael Ackermann
2019-03-12src: rename Init and Start overloads to something more distinctiveJoyee Cheung
2019-03-09src: merge debug-only `SealHandleScope`sAnna Henningsen
2019-03-05src: use object to pass `Environment` to functionsAnna Henningsen
2019-03-03src: remove unused macro in env.ccgengjiawen
2019-03-02worker: provide process.execArgvAnna Henningsen
2019-03-01src: do not access Environment-owned handles after cleanupAnna 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: move req_wrap_queue to base class of ReqWrapAnna Henningsen
2019-02-19module: revert module._compile to original state if module is patchedUjjwal Sharma
2019-02-18src: unify uptime base used across the code baseJoyee Cheung
2019-02-11worker: pre-allocate thread idAnna Henningsen
2019-02-09src: remove unused method in env.hgengjiawen
2019-02-08src: nullcheck on trace controllerGireesh Punathil
2019-02-05src: split ownsProcessState off isMainThreadAnna Henningsen
2019-02-01worker: refactor thread id managementAnna Henningsen