diff --git a/AUTHORS b/AUTHORS index 76fc83d3b2..5998831f63 100644 --- a/AUTHORS +++ b/AUTHORS @@ -15,6 +15,7 @@ NVIDIA Corporation <*@nvidia.com> BlackBerry Limited <*@blackberry.com> Opera Software ASA <*@opera.com> Intel Corporation <*@intel.com> +LG Electronics, Inc. <*@lge.com> Microsoft <*@microsoft.com> MIPS Technologies, Inc. <*@mips.com> Imagination Technologies, LLC <*@imgtec.com> diff --git a/src/objects/js-objects.cc b/src/objects/js-objects.cc index 6e35c47966..fa75943a95 100644 --- a/src/objects/js-objects.cc +++ b/src/objects/js-objects.cc @@ -3753,6 +3753,10 @@ void JSObject::ApplyAttributesToDictionary( } } +template void JSObject::ApplyAttributesToDictionary( + Isolate* isolate, ReadOnlyRoots roots, Handle dictionary, + const PropertyAttributes attributes); + template Maybe JSObject::PreventExtensionsWithTransition( Handle object, ShouldThrow should_throw) {