summaryrefslogtreecommitdiff
path: root/src/inspector_js_api.cc
Commit message (Expand)AuthorAgeFilesLines
* src: create env->inspector_console_api_object earlierJoyee Cheung2019-02-281-6/+0
* src: elevate namespaces for repeated entitiesSarath Govind K K2019-01-281-2/+2
* src: name EmbededderGraph edges and use class names for nodesJoyee Cheung2018-10-071-3/+4
* src: use JS inheritance for `AsyncWrap`Anna Henningsen2018-10-071-1/+1
* src: replace deprecated uses of FunctionTemplate::GetFunctionAndreas Haas2018-09-241-1/+4
* src: refactor `Environment::GetCurrent()` usageAnna Henningsen2018-09-201-3/+2
* src: remove calls to deprecated v8 functions (Uint32Value)Ujjwal Sharma2018-09-061-1/+2
* src: refactor options parsingAnna Henningsen2018-09-061-2/+2
* src: add proper MemoryInfoName to wrappersJoyee Cheung2018-07-311-0/+2
* src: start annotating native code side effectTimothy Gu2018-07-141-2/+2
* inspector: split main thread interface from transportEugene Ostroukhov2018-07-141-5/+6
* src: enable more detailed memory trackingAnna Henningsen2018-07-141-1/+5
* src: avoid common case heap allocationBen Noordhuis2018-06-221-9/+2
* src: replace `template<` → `template <`Anna Henningsen2018-05-141-1/+1
* src: refactor `BaseObject` internal field managementAnna Henningsen2018-05-081-4/+0
* src: avoid `std::make_unique`Anna Henningsen2018-05-041-2/+2
* inspector: allow concurrent inspector sessionsEugene Ostroukhov2018-05-041-33/+14
* src: name all builtin init functions InitializeDaniel Bevenius2018-03-261-3/+3
* src: fix upcoming V8 deprecation warningsSarat Addepalli2018-03-231-1/+1
* inspector: migrate errors from C++ to JSMichaël Zasso2018-03-221-13/+11
* src: remove unnecessary Reset() callsBen Noordhuis2018-02-211-5/+0
* src: prevent persistent handle resource leaksBen Noordhuis2018-02-211-1/+0
* src: rename base-object -> base_objectDaniel Bevenius2017-11-171-1/+1
* src: explicitly register built-in modulesYihong Wang2017-11-131-1/+1
* src: do not include x.h if x-inl.h is includedJoyee Cheung2017-10-301-1/+0
* src: use maybe versions of methodsTom Boutell2017-10-281-1/+1
* inspector: Move JS API code to separate fileEugene Ostroukhov2017-10-131-0/+353