| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 533b2d4 commit 9b3c115
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -38,7 +38,7 @@ | |||
| 38 | 38 | ||
| 39 | 39 | # Reset this number to 0 on major V8 upgrades. | |
| 40 | 40 | # Increment by one for each non-official patch applied to deps/v8. | |
| 41 | - 'v8_embedder_string': '-node.10', | ||
| 41 | + 'v8_embedder_string': '-node.11', | ||
| 42 | 42 | ||
| 43 | 43 | ##### V8 defaults for Node.js ##### | |
| 44 | 44 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -15,6 +15,7 @@ NVIDIA Corporation <*@nvidia.com> | |||
| 15 | 15 | BlackBerry Limited <*@blackberry.com> | |
| 16 | 16 | Opera Software ASA <*@opera.com> | |
| 17 | 17 | Intel Corporation <*@intel.com> | |
| 18 | + LG Electronics, Inc. <*@lge.com> | ||
| 18 | 19 | Microsoft <*@microsoft.com> | |
| 19 | 20 | MIPS Technologies, Inc. <*@mips.com> | |
| 20 | 21 | Imagination Technologies, LLC <*@imgtec.com> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3752,6 +3752,10 @@ void JSObject::ApplyAttributesToDictionary( | |||
| 3752 | 3752 | } | |
| 3753 | 3753 | } | |
| 3754 | 3754 | ||
| 3755 | + template void JSObject::ApplyAttributesToDictionary( | ||
| 3756 | + Isolate* isolate, ReadOnlyRoots roots, Handle<NumberDictionary> dictionary, | ||
| 3757 | + const PropertyAttributes attributes); | ||
| 3758 | + | ||
| 3755 | 3759 | template <PropertyAttributes attrs> | |
| 3756 | 3760 | Maybe<bool> JSObject::PreventExtensionsWithTransition( | |
| 3757 | 3761 | Handle<JSObject> object, ShouldThrow should_throw) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments