-
Notifications
You must be signed in to change notification settings - Fork 72
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
test: update postmortem metadata test #34
Closed
Closed
Commits on Dec 19, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 579cc0f - Browse repository at this point
Copy the full SHA 579cc0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f21690 - Browse repository at this point
Copy the full SHA 6f21690View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1d45f1 - Browse repository at this point
Copy the full SHA c1d45f1View commit details -
src: update NODE_MODULE_VERSION to 62
Major V8 updates are usually API/ABI incompatible with previous versions. This commit adapts NODE_MODULE_VERSION for V8 6.5. Refs: https://github.com/nodejs/CTC/blob/master/meetings/2016-09-28.md
Configuration menu - View commit details
-
Copy full SHA for 61de1e7 - Browse repository at this point
Copy the full SHA 61de1e7View commit details -
build: compile with -std=gnu++1y
It is necessary to enable more C++ features in order to build V8 6.4.
Configuration menu - View commit details
-
Copy full SHA for 2863a00 - Browse repository at this point
Copy the full SHA 2863a00View commit details -
Configuration menu - View commit details
-
Copy full SHA for c55a17f - Browse repository at this point
Copy the full SHA c55a17fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 783464d - Browse repository at this point
Copy the full SHA 783464dView commit details -
src: update postmortem constant name
This commit renames V8DBG_CLASS_MAP__INSTANCE_ATTRIBUTES__INT to V8DBG_CLASS_MAP__INSTANCE_TYPE__UINT16_T following upstream changes.
Configuration menu - View commit details
-
Copy full SHA for 77a0f71 - Browse repository at this point
Copy the full SHA 77a0f71View commit details -
test: update postmortem metadata test
This commit updates the following postmortem metadata constants: - v8dbg_class_Map__inobject_properties_or_constructor_function_index__int - This is now v8dbg_class_Map__inobject_properties_start_or_constructor_function_index__char as of v8/v8@61bf2cc - v8dbg_class_Map__instance_attributes__int - This is now v8dbg_class_Map__instance_type__uint16_t as of v8/v8@c00bb6d and v8/v8@cb46310 - v8dbg_class_Map__instance_size__int - This is now v8dbg_class_Map__instance_size_in_words__char as of v8/v8@61bf2cc - v8dbg_bit_field3_dictionary_map_shift - This is now v8dbg_bit_field3_is_dictionary_map_shift as of v8/v8@7a159da
Configuration menu - View commit details
-
Copy full SHA for c33953d - Browse repository at this point
Copy the full SHA c33953dView 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.