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

Update code to the API changes in V8 7.3 #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rmcilroy
Copy link

@rmcilroy rmcilroy commented Feb 1, 2019

Replaces calls to APIs that are deprecated or removed in V8 7.3, namely:

  • GetPropertyNames requires a Context and returns a MaybeLocal
  • Call requires a Context and returns a MaybeLocal
  • String::Utf8Value requires an isolate
  • Run requires a Context and returns a MaybeLocal
  • GetFunction requires a Context and retunrs a MaybeLocal

Replaces calls to APIs that are deprecated or removed in V8 7.3, namely:

 - GetPropertyNames requires a Context and returns a MaybeLocal
 - Call requires a Context and returns a MaybeLocal
 - String::Utf8Value requires an isolate
 - Run requires a Context and returns a MaybeLocal
 - GetFunction requires a Context and retunrs a MaybeLocal
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant