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: 1314cfe47607
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: ac21a5390c6e
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Feb 18, 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>
    
    Conflicts:
    	deps/mdb_v8/mdb_v8.c
    	test/pummel/test-postmortem-details.js
    Dave Pacheco authored and trevnorris committed Feb 18, 2015
    Copy the full SHA
    ac21a53 View commit details
    Browse the repository at this point in the history