Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-05-06 14:32:00 +03:00
parent 79bb4f5564
commit deb68e8651

View File

@ -498,7 +498,7 @@ makeRawInstance(<context>, <constructor>, ..)
wrapper function, or
- if constructor's `.__proto__` is a function (constructor) use it
to create an instance, or
- use {}.
- use `{}`.
- Link the object into the prototype chain