回答編集履歴

1

ToPrimitive の説明文を修正

2015/08/14 23:54

投稿

think49
think49

スコア18166

test CHANGED
@@ -1,4 +1,4 @@
1
- 実装面で見るならば、[Reference 型](http://www.ecma-international.org/ecma-262/6.0/#sec-reference-specification-type)を「参照の値渡し」、Primitive 型 ([ToPrimitive](http://www.ecma-international.org/ecma-262/6.0/#sec-toprimitive) で変換されない型)を「値渡し」と呼称して良いと思います。
1
+ 実装面で見るならば、[Reference 型](http://www.ecma-international.org/ecma-262/6.0/#sec-reference-specification-type)を「参照の値渡し」、Primitive 型 ([ToPrimitive](http://www.ecma-international.org/ecma-262/6.0/#sec-toprimitive) で値に化がない型)を「値渡し」と呼称して良いと思います。
2
2
 
3
3
 
4
4