Searched defs:JSFunctionDef (Results 1 – 1 of 1) sorted by relevance
19934 typedef struct JSFunctionDef { struct19936 struct JSFunctionDef *parent; argument19940 struct list_head child_list; /* list of JSFunctionDef.link */ argument19941 struct list_head link;19943 BOOL is_eval; /* TRUE if eval code */19944 int eval_type; /* only valid if is_eval = TRUE */19945 BOOL is_global_var; /* TRUE if variables are not defined locally:19947 BOOL is_func_expr; /* TRUE if function expression */19948 BOOL has_home_object; /* TRUE if the home object is available */19949 BOOL has_prototype; /* true if a prototype field is necessary */[all …]