Skip to content

Commit

Permalink
Merge branch 'master' into fix-cpu-profile-mem-leaks
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanahsmith authored Oct 28, 2021
2 parents 6a42622 + cc3b2e8 commit be55804
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added
- Support for calling constructors functions with NewInstance on Function
- Build v8 with i18n support
- Access "this" from function callback
- value.SameValue(otherValue) function to compare values for sameness
- Undefined, Null functions to get these constant values for the isolate
Expand Down
1 change: 1 addition & 0 deletions deps/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
treat_warnings_as_errors=false
v8_embedder_string="-v8go"
v8_enable_gdbjit=false
v8_enable_i18n_support=false
v8_enable_test_features=false
v8_untrusted_code_mitigations=false
exclude_unwind_tables=true
Expand Down

0 comments on commit be55804

Please sign in to comment.