Home
last modified time | relevance | path

Searched defs:JSFunctionDef (Results 1 – 1 of 1) sorted by relevance

/third_party/quickjs/
Dquickjs.c19950 typedef struct JSFunctionDef { struct
19952 struct JSFunctionDef *parent; argument
19956 struct list_head child_list; /* list of JSFunctionDef.link */ argument
19957 struct list_head link;
19959 BOOL is_eval; /* TRUE if eval code */
19960 int eval_type; /* only valid if is_eval = TRUE */
19961 BOOL is_global_var; /* TRUE if variables are not defined locally:
19963 BOOL is_func_expr; /* TRUE if function expression */
19964 BOOL has_home_object; /* TRUE if the home object is available */
19965 BOOL has_prototype; /* true if a prototype field is necessary */
[all …]