-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nodejs v12 support #330
Closed
Closed
Nodejs v12 support #330
Commits on Jan 16, 2020
-
src: v12.x-compatible DescriptorArray
V8 changed DescriptorArray from a FixedArray to a proper HeapObject. These changes update accessors for DescriptorArray fields to make them compatible with FixedArray-like and HeapObject-like access. Ref: nodejs#255
Configuration menu - View commit details
-
Copy full SHA for b2e6346 - Browse repository at this point
Copy the full SHA b2e6346View commit details -
V8 changed the function name inference algorithm, which affected one of our test cases. Even if it's reverted/fixed upstream, it won't make it's way into v12, so skip that particular test for this version. Ref: https://bugs.chromium.org/p/v8/issues/detail?id=9807
Configuration menu - View commit details
-
Copy full SHA for 8d9d9dd - Browse repository at this point
Copy the full SHA 8d9d9ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for b164bff - Browse repository at this point
Copy the full SHA b164bffView commit details -
src: handle String__FIELD_offset__int
Some Node.js v12 versions will have String postmortem metadata as `String__FIELD_offset__int` instead of `String__FIELD_offset__TYPE`. Handle both cases so llnode can work on more versions.
Configuration menu - View commit details
-
Copy full SHA for 8491953 - Browse repository at this point
Copy the full SHA 8491953View commit details -
src: make Symbol more resilient
Instead of crashing if llnode fails to parse a Symbol, just return a ??? token.
Configuration menu - View commit details
-
Copy full SHA for ece9589 - Browse repository at this point
Copy the full SHA ece9589View commit details -
Configuration menu - View commit details
-
Copy full SHA for dec5479 - Browse repository at this point
Copy the full SHA dec5479View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d21dc8 - Browse repository at this point
Copy the full SHA 2d21dc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94f2de0 - Browse repository at this point
Copy the full SHA 94f2de0View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd863a3 - Browse repository at this point
Copy the full SHA dd863a3View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.