summaryrefslogtreecommitdiff
path: root/src/inspector_js_api.cc
AgeCommit message (Expand)Author
2019-01-31src: simplify SlicedArgumentsAnna Henningsen
2019-01-23console: refactor inspector console extension installationJoyee Cheung
2019-01-21src: reduce includes of node_internals.hJoyee Cheung
2018-12-13inspector: move process.binding to internalBindingBeni von Cheni
2018-12-12src: create env->inspector_console_api_object earlierJoyee Cheung
2018-12-08src: use isolate version of BooleanValue()cjihrig
2018-12-09inspector: split the HostPort being used and the one parsed from CLIJoyee Cheung
2018-11-20src: elevate namespaces for repeated entitiesSarath Govind K K
2018-10-04src: name EmbededderGraph edges and use class names for nodesJoyee Cheung
2018-10-03src: use JS inheritance for `AsyncWrap`Anna Henningsen
2018-09-24src: replace deprecated uses of FunctionTemplate::GetFunctionAndreas Haas
2018-09-17src: refactor `Environment::GetCurrent()` usageAnna Henningsen
2018-09-02src: remove calls to deprecated v8 functions (Uint32Value)Ujjwal Sharma
2018-08-22src: refactor options parsingAnna Henningsen
2018-07-27src: add proper MemoryInfoName to wrappersJoyee Cheung
2018-07-13inspector: split main thread interface from transportEugene Ostroukhov
2018-07-13src: enable more detailed memory trackingAnna Henningsen
2018-06-25src: start annotating native code side effectTimothy Gu
2018-06-22src: avoid common case heap allocationBen Noordhuis
2018-05-14src: replace `template<` → `template <`Anna Henningsen
2018-05-04src: refactor `BaseObject` internal field managementAnna Henningsen
2018-04-29src: avoid `std::make_unique`Anna Henningsen
2018-04-26inspector: allow concurrent inspector sessionsEugene Ostroukhov
2018-03-26src: name all builtin init functions InitializeDaniel Bevenius
2018-03-23src: fix upcoming V8 deprecation warningsSarat Addepalli
2018-03-22inspector: migrate errors from C++ to JSMichaël Zasso
2018-02-21src: remove unnecessary Reset() callsBen Noordhuis
2018-02-21src: prevent persistent handle resource leaksBen Noordhuis
2017-11-17src: rename base-object -> base_objectDaniel Bevenius
2017-11-13src: explicitly register built-in modulesYihong Wang
2017-10-30src: do not include x.h if x-inl.h is includedJoyee Cheung
2017-10-28src: use maybe versions of methodsTom Boutell
2017-10-13inspector: Move JS API code to separate fileEugene Ostroukhov