Skip to content
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.

Fix use of deprecated methods removed in V8 7.0 #124

Merged
merged 1 commit into from Mar 17, 2019

Commits on Mar 17, 2019

  1. Fix use of deprecated methods removed in V8 7.0

    StackFrame::GetFrame(uint32_t index) was deprecated in V8 6.9 and
    removed in V8 7.0.
    
    Missed a Windows only instance in 26f88d0.
    
    Refs: nodejs#119
    
    PR-URL: nodejs#124
    Refs: nodejs#119
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
    richardlau committed Mar 17, 2019
    Configuration menu
    Copy the full SHA
    734addf View commit details
    Browse the repository at this point in the history