summaryrefslogtreecommitdiff
path: root/src/env-inl.h
AgeCommit message (Expand)Author
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
2019-02-19src: apply clang-tidy rule performance-unnecessary-value-paramgengjiawen
2019-02-07src: use NULL check macros to check nullptrZYSzys
2019-02-05src: split ownsProcessState off isMainThreadAnna Henningsen
2019-02-01worker: refactor thread id managementAnna Henningsen
2019-01-18worker: enable passing command line flagsYael Hermon
2019-01-06src: refactor tickInfo accessJoyee Cheung
2019-01-06src: split `LoadEnvironment()` at `startExecution()`Anna Henningsen