Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node-v0.x-archive
base: f46b085fbec9
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 878c40e1b376
Choose a head ref
  • 3 commits
  • 8 files changed
  • 2 contributors

Commits on Feb 5, 2015

  1. mdb_v8: update for v0.12

    Bugs fixed:
    
    * v0.12 and later: in-object properties not printing correctly.
    * 64-bit: not printing external strings correctly (offset was hardcoded
    for 32-bit). This would happen with "::jsstack -vn0" because the
    script "node.js" wasn't printed correctly, at least with 0.10 core
    files.
    * 64-bit: printing JS source (via "::jsstack -v") emits errors and shows
    the wrong code.
    * Several build warnings.
    * Two-byte strings are unnecessarily truncated.
    * Could print friendlier note when given obviously bogus function token
    positions.
    
    New features:
    
    * ::jsstack prints much cleaner output by default.
    * ::jsprint keys are now quoted.
    * ::jsstack -v includes "this" value for each function on the stack.
    * ::jsstack -v includes more details about each argument (constructor
    names for each object).
    * new commands: ::jsconstructor, ::jsfunctions, ::jssource, ::nodebuffer
    and ::v8internal.
    * ::findjsobjects and ::jsprint hidden flags for developers to measure
    and improve test coverage.
    * internal jsobj_properties() function is much better documented.
    
    Reviewed-By: Timothy J Fontaine <tjfontaine@gmail.com>
    Dave Pacheco authored and Julien Gilli committed Feb 5, 2015
    Copy the full SHA
    4312f8d View commit details
    Browse the repository at this point in the history
  2. mdb_v8: add tests for ::findjsobjects -k KIND

    Reviewed-By: Dave Pacheco <dap@joyent.com>
    Reviewed-By: Timothy J Fontaine <tjfontaine@gmail.com>
    Julien Gilli committed Feb 5, 2015
    Copy the full SHA
    ebfa7e3 View commit details
    Browse the repository at this point in the history
  3. mdb_v8: fix symbols not loaded properly

    V8_CONSTANT_REMOVED_SINCE(major, minor) can be used to mark a constant
    has being removed from V8 since V8 version major.minor.
    
    Reviewed-By: Dave Pacheco <dap@joyent.com>
    Reviewed-By: Timothy J Fontaine <tjfontaine@gmail.com>
    Julien Gilli committed Feb 5, 2015
    Copy the full SHA
    878c40e View commit details
    Browse the repository at this point in the history