Skip to content

Commit

Permalink
Docs for NATIVE and IGNORE_REST
Browse files Browse the repository at this point in the history
  • Loading branch information
jindrapetrik committed Mar 19, 2023
1 parent b13914c commit 583cfc9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ method.flag.NEED_ARGUMENTS = Create "arguments" object in register method_info.p
method.flag.NEED_ACTIVATION = This method uses newactivation instruction
method.flag.NEED_REST = Create rest arguments array in register method_info.param_count+1
method.flag.HAS_OPTIONAL = This method has optional arguments
method.flag.IGNORE_REST = ??
method.flag.EXPLICIT = ??
method.flag.IGNORE_REST = Do not preload rest arguments
method.flag.NATIVE = This method is native
method.flag.SETSDXNS = This method uses dxns or dxnslate instructions
method.flag.HAS_PARAMNAMES = This method has parameter names in method_info
method.param = Type of parameter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ method.flag.NEED_ARGUMENTS = Crea l'objecte "arguments" al m\u00e8tode de regist
method.flag.NEED_ACTIVATION = Aquest m\u00e8tode utilitza la instrucci\u00f3 newactivation
method.flag.NEED_REST = Crea array d'arguments de la resta al registre method_info.param_count+1
method.flag.HAS_OPTIONAL = Aquest m\u00e8tode t\u00e9 arguments opcionals
method.flag.IGNORE_REST = ??
method.flag.EXPLICIT = ??
method.flag.SETSDXNS = Aquest m\u00e8tode utilitza instruccions dxns o dxnslate
method.flag.HAS_PARAMNAMES = Aquest m\u00e8tode t\u00e9 noms de par\u00e0metre a method_info
method.param = Tipus de par\u00e0metre
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ method.flag.NEED_ARGUMENTS = method_info.param_count+1 kayd\u0131nda "ba\u011f\u
method.flag.NEED_ACTIVATION = Bu y\u00f6ntem, yeni etkinle\u015ftirme talimat\u0131 kullan\u0131r
method.flag.NEED_REST = method_info.param_count+1 kayd\u0131nda kalan ba\u011f\u0131ms\u0131z de\u011fi\u015fkenleri dizisi olu\u015ftur
method.flag.HAS_OPTIONAL = Bu y\u00f6ntemin iste\u011fe ba\u011fl\u0131 arg\u00fcmanlar\u0131 var
method.flag.IGNORE_REST = ??
method.flag.EXPLICIT = ??
method.flag.SETSDXNS = Bu y\u00f6ntem, dxns veya dxnslate talimatlar\u0131n\u0131 kullan\u0131r
method.flag.HAS_PARAMNAMES = Bu y\u00f6ntem, method_info'da parametre isimlerine sahiptir
method.param = Parametre t\u00fcr\u00fc
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ method.flag.NEED_ARGUMENTS = \u5728\u5bc4\u5b58\u5668method_info.param_count+1\u
method.flag.NEED_ACTIVATION = \u6b64\u65b9\u6cd5\u4f7f\u7528newactivation\u6307\u4ee4
method.flag.NEED_REST = \u5728\u5bc4\u5b58\u5668method_info.param_count+1\u4e2d\u521b\u5efa\u5269\u4f59\u53c2\u6570\u6570\u7ec4
method.flag.HAS_OPTIONAL = \u6b64\u65b9\u6cd5\u5177\u6709\u53ef\u9009\u53c2\u6570
method.flag.IGNORE_REST = \u5ffd\u7565\u5176\u4ed6
method.flag.EXPLICIT = \u663e\u5f0f
method.flag.SETSDXNS = \u6b64\u65b9\u6cd5\u4f7f\u7528dxns\u6216dxnslate\u6307\u4ee4
method.flag.HAS_PARAMNAMES = \u6b64\u65b9\u6cd5\u5728method_info\u4e2d\u5177\u6709\u53c2\u6570\u540d\u79f0
method.param = \u53c2\u6570\u7c7b\u578b
Expand Down

0 comments on commit 583cfc9

Please sign in to comment.