If the name denotes a valid class attribute that is afunction object, a method object is created by packing (pointers to)the instance object and the function object just found together in an abstract object: this is the method object.
Reflect is not a function object, so it's not constructible.
Reflect は関数オブジェクトではありませんので、構築ができません。
A function definition defines a user-defined function object (see section3.2)
関数定義は、ユーザ定義関数オブジェクトを定義します (3.2 節参照):
When the method object is called with an argument list, it is unpacked again, a new argument list is constructed from the instance object and the original argument list, and the function object is called with this new argument list.
Examples are used only to help you translate the word or expression searched in various contexts. They are not selected or validated by us and can contain inappropriate terms or ideas. Please report examples to be edited or not to be displayed. Potentially sensitive, inappropriate or colloquial translations are usually marked in red or in orange.