|
@@ -34,6 +34,7 @@ ResultType getIter(LinkValue *value, int status, fline line, char *file, INTER_F
|
|
bool checkBool(LinkValue *value, fline line, char *file, INTER_FUNCTIONSIG_NOT_ST);
|
|
bool checkBool(LinkValue *value, fline line, char *file, INTER_FUNCTIONSIG_NOT_ST);
|
|
char *getRepoStr(LinkValue *value, bool is_repot, fline line, char *file, INTER_FUNCTIONSIG_NOT_ST);
|
|
char *getRepoStr(LinkValue *value, bool is_repot, fline line, char *file, INTER_FUNCTIONSIG_NOT_ST);
|
|
bool is_iterStop(LinkValue *value, Inter *inter);
|
|
bool is_iterStop(LinkValue *value, Inter *inter);
|
|
|
|
+bool is_indexException(LinkValue *value, Inter *inter);
|
|
bool checkAut(enum ValueAuthority value, enum ValueAuthority base, fline line, char *file, char *name, bool pri_auto, INTER_FUNCTIONSIG_NOT_ST);
|
|
bool checkAut(enum ValueAuthority value, enum ValueAuthority base, fline line, char *file, char *name, bool pri_auto, INTER_FUNCTIONSIG_NOT_ST);
|
|
LinkValue *make_new(Inter *inter, LinkValue *belong, LinkValue *class);
|
|
LinkValue *make_new(Inter *inter, LinkValue *belong, LinkValue *class);
|
|
int init_new(LinkValue *obj, Argument *arg, char *message, INTER_FUNCTIONSIG_NOT_ST);
|
|
int init_new(LinkValue *obj, Argument *arg, char *message, INTER_FUNCTIONSIG_NOT_ST);
|