Files
codeql/javascript/ql/experimental/adaptivethreatmodeling/test/function_body_feature/FunctionBodyFeatures.expected
2022-02-02 13:15:04 +00:00

34 lines
2.7 KiB
Plaintext

| example_array_type | ExArrayTypeBase ExArrayType ExArrayTypeBase |
| example_binary_op | ex_binary_left ex_binary_right |
| example_binary_op_assignment | ex_binary_lvalue ex_binary_rvalue |
| example_boolean_literal | true false |
| example_boolean_op | ex_boolean_op_lhs ex_boolean_op_rhs |
| example_class | ExClass constructor |
| example_class_member | ExClass constructor ex_class_member |
| example_class_type | ex_class_type_factory ExClassType c ExClassType ExClassType c |
| example_cmp_ops | ex_cmp_lhs_a ex_cmp_rhs_a ex_cmp_lhs_b ex_cmp_rhs_b ex_cmp_lhs_c ex_cmp_rhs_c |
| example_enum | ExEnum ExEnumA ExEnumB |
| example_formatted_value | hello ex_formatted_expr |
| example_function | ex_function |
| example_function_with_params | ex_function_with_params ex_function_param_a ex_function_param_b |
| example_function_with_params_annotated | ex_function_with_params_annotated ex_function_param_a ex_function_param_b |
| example_generator | ex_generator ex_gen_yield_expr |
| example_generics | ex_generic_fun ExGenericTypeParam ex_generic_arg ExGenericTypeParam ExGenericTypeParam ex_generic_arg ex_generic_constrained_fun ExGenericConstrainingType ExGenericConstrainedTypeParam ExGenericConstrainingType ex_generic_arg ExGenericConstrainedTypeParam ExGenericConstrainedTypeParam ex_generic_arg |
| example_lambda | ex_lambda_param ex_lambda_body |
| example_list | ex_list_mem_a ex_list_mem_b |
| example_numeric_literal | 3.14 0xA 0xa |
| example_object_literal | ex_dict ex_dict_key_a ex_dict_val_a ex_dict_key_b ex_dict_val_b |
| example_property_accesses | ex_property_access_ident ex_property_access_str ex_property_access_str |
| example_return_extended_class | Parent Child Parent args constructor |
| example_string_literal | ex_str_a ex_str_b |
| example_tuple_type | ExTupleTypeBase ExTupleType ExTupleTypeBase ExTupleTypeBase |
| example_type_assertion | ExCastType ex_cast_rhs 1 ex_cast_lhs_a ExCastType ex_cast_rhs ex_cast_lhs_b ex_cast_rhs ExCastType |
| example_type_literals | ExStringLitType ExNumLitType ExBoolLitType |
| example_type_operators | ExTypeBaseTypeA ExTypeBaseTypeB ExTypeIntersectionType ExTypeBaseTypeA ExTypeBaseTypeB ExTypeUnionType ExTypeBaseTypeA ExTypeBaseTypeB |
| example_unary_op | ex_unary_operand |
| example_var_decl_annotated | ExVarDeclClass constructor ex_var_decl_annotated_let ExVarDeclClass null ex_var_decl_annotated_var ExVarDeclClass null |
| example_var_def | ex_var_def_let_lvalue ex_var_def_let_rvalue ex_var_def_var_lvalue ex_var_def_var_rvalue |
| example_var_update | ex_var_update_var ex_var_update_val |
| example_with_params | ex_param_a ex_param_b ex_param_c ex_param_d true |
| example_with_params_annotated | ex_param_a ex_param_b ex_param_c ex_param_d ex_param_d true |