2.1.3 [ECMA-262/6] Section 7.3.18 Invoke(O,P, [argumentsList])

V0034: Add InvokeBuiltinMethod(O,P,[argumentsList])

The specification states:

 7.3.18 Invoke(O,P, [argumentsList])

IE11 Mode and EdgeHTML Mode (All versions)

Add the following section:

    7.3.18.1 InvokeBuiltinMethod(O,P, [ argumentsList ])

        The abstract operation Invoke is used to call a built-in method property of an object. This operation behaves the same way as Invoke(O,P, [argumentsList]) except it always invokes the initial property P of object O regardless of subsequent changes to the property.