NATIVE

settings_applicationsObject  >   settings_applicationsReflect

NATIVE

Editing
  • account_tree
  • bug_report

anyTyperesultapply(Functiontarget, ObjectthisArgument, like-arrayargumentsList)

지정된 인수를 사용하여 대상 함수를 호출한다.

구문

형식
Reflect.apply(target, thisArgument, argumentsList)

매개 변수

Functiontarget필수

호출할 대상 함수를 지정한다.

ObjectthisArgument필수

호출할 대상 함수에게 제공되는 this 참조이다.

like-arrayargumentsList필수

호출할 대상 함수에게 전달될 지정된 인수를 갖는 유사 배열 객체이다.

반환

anyTyperesult

해당 함수의 호출 결과를 반환한다.

버전 명세

ECMAScript 2024(15th Edition)
#sec-reflect.apply

지원 웹브라우저