Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

src: don't use deprecated v8::Template::Set() #50

Merged
merged 1 commit into from
May 7, 2016

Commits on Apr 28, 2016

  1. src: don't use deprecated v8::Template::Set()

    See [0] and [1]: starting with node.js v6, setting non-primitive values
    on FunctionTemplate and ObjectTemplate instances is discouraged; v7 will
    downright disallow it. Update the code base.
    
    [0] nodejs/node#6216
    [1] nodejs/node#6228
    evanlucas committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    898fc90 View commit details
    Browse the repository at this point in the history