Home
last modified time | relevance | path

Searched refs:has_this_binding (Results 1 – 4 of 4) sorted by relevance

/dports/lang/quickjs/quickjs-2021-03-27/
H A Dquickjs.c19971 BOOL has_this_binding; /* true if the 'this' and new.target binding are member
29526 if (!s->has_this_binding) in resolve_pseudo_var()
30220 BOOL has_arguments_binding, has_this_binding, is_arg_scope; in add_eval_variables() local
30234 has_this_binding = s->has_this_binding; in add_eval_variables()
30235 if (has_this_binding) { in add_eval_variables()
30271 if (!has_this_binding && fd->has_this_binding) { in add_eval_variables()
30280 has_this_binding = TRUE; in add_eval_variables()
32884 fd->has_this_binding = TRUE; in js_parse_function_class_fields_init()
33037 fd->has_this_binding = fd->has_arguments_binding; in js_parse_function_decl2()
33628 fd->has_this_binding = (eval_type != JS_EVAL_TYPE_DIRECT); in __JS_EvalInternal()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/quickjs/
H A Dquickjs.c19431 BOOL has_this_binding; /* true if the 'this' and new.target binding are member
28451 if (!s->has_this_binding) in resolve_pseudo_var()
29138 BOOL has_arguments_binding, has_this_binding; in add_eval_variables() local
29147 has_this_binding = s->has_this_binding; in add_eval_variables()
29148 if (has_this_binding) { in add_eval_variables()
29179 if (!has_this_binding && fd->has_this_binding) { in add_eval_variables()
29188 has_this_binding = TRUE; in add_eval_variables()
31731 fd->has_this_binding = TRUE; in js_parse_function_class_fields_init()
31882 fd->has_this_binding = fd->has_arguments_binding; in js_parse_function_decl2()
32422 fd->has_this_binding = (eval_type != JS_EVAL_TYPE_DIRECT); in __JS_EvalInternal()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/quickjs/
H A Dquickjs.c19433 BOOL has_this_binding; /* true if the 'this' and new.target binding are member
28453 if (!s->has_this_binding) in resolve_pseudo_var()
29140 BOOL has_arguments_binding, has_this_binding; in add_eval_variables() local
29149 has_this_binding = s->has_this_binding; in add_eval_variables()
29150 if (has_this_binding) { in add_eval_variables()
29181 if (!has_this_binding && fd->has_this_binding) { in add_eval_variables()
29190 has_this_binding = TRUE; in add_eval_variables()
31733 fd->has_this_binding = TRUE; in js_parse_function_class_fields_init()
31884 fd->has_this_binding = fd->has_arguments_binding; in js_parse_function_decl2()
32424 fd->has_this_binding = (eval_type != JS_EVAL_TYPE_DIRECT); in __JS_EvalInternal()
/dports/games/warzone2100/warzone2100/3rdparty/quickjs/
H A Dquickjs.c20018 BOOL has_this_binding; /* true if the 'this' and new.target binding are member
29573 if (!s->has_this_binding) in resolve_pseudo_var()
30267 BOOL has_arguments_binding, has_this_binding, is_arg_scope; in add_eval_variables() local
30281 has_this_binding = s->has_this_binding; in add_eval_variables()
30282 if (has_this_binding) { in add_eval_variables()
30318 if (!has_this_binding && fd->has_this_binding) { in add_eval_variables()
30327 has_this_binding = TRUE; in add_eval_variables()
32931 fd->has_this_binding = TRUE; in js_parse_function_class_fields_init()
33084 fd->has_this_binding = fd->has_arguments_binding; in js_parse_function_decl2()
33675 fd->has_this_binding = (eval_type != JS_EVAL_TYPE_DIRECT); in __JS_EvalInternal()