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.
Exemplele au rolul de a te ajuta să traduci cuvinte sau expresii corect si adaptat la context. Nu sunt selectate sau validate manual, așadar pot conține termeni inadecvați. Te rugăm să raportezi exemplele pe care le consideri inadecvate. Traducerile vulgare sau colocviale sunt în general marcate cu roșu sau cu portocaliu.
Înregistrează-te pentru a accesa mai multe exemple