/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-proxy-object.c | 353 if (ecma_is_value_true (extensible_target)) in ecma_proxy_object_get_prototype_of() 460 if (ecma_is_value_true (extensible_target)) in ecma_proxy_object_set_prototype_of() 557 target_result = ecma_is_value_true (proxy_is_ext); in ecma_proxy_object_is_extensible() 648 if (ecma_is_value_true (target_is_ext)) in ecma_proxy_object_prevent_extensions() 777 if (ecma_is_value_true (target_status)) in ecma_proxy_object_get_own_property_descriptor() 794 if (ecma_is_value_true (target_status)) in ecma_proxy_object_get_own_property_descriptor() 802 bool is_extensible = ecma_is_value_true (extensible_target); in ecma_proxy_object_get_own_property_descriptor() 805 … (ecma_is_value_true (target_status) ? &target_desc : NULL), in ecma_proxy_object_get_own_property_descriptor() 808 bool target_has_desc = ecma_is_value_true (target_status); in ecma_proxy_object_get_own_property_descriptor() 918 bool target_prop_found = ecma_is_value_true (status); in ecma_proxy_object_define_own_property() [all …]
|
D | ecma-conversion.c | 227 return ecma_is_value_true (value); in ecma_op_to_boolean() 319 num = ecma_is_value_true (value) ? 1 : 0; in ecma_op_to_number() 393 *number_p = ecma_is_value_true (value) ? 1 : 0; in ecma_get_number() 468 if (ecma_is_value_true (value)) in ecma_op_to_string() 585 JERRY_ASSERT (ecma_is_value_true (completion)); in ecma_op_from_property_descriptor() 593 JERRY_ASSERT (ecma_is_value_true (completion)); in ecma_op_from_property_descriptor() 616 JERRY_ASSERT (ecma_is_value_true (completion)); in ecma_op_from_property_descriptor() 631 JERRY_ASSERT (ecma_is_value_true (completion)); in ecma_op_from_property_descriptor() 640 JERRY_ASSERT (ecma_is_value_true (completion)); in ecma_op_from_property_descriptor() 647 JERRY_ASSERT (ecma_is_value_true (completion)); in ecma_op_from_property_descriptor()
|
D | ecma-objects-arguments.c | 188 JERRY_ASSERT (ecma_is_value_true (completion)); in ecma_op_create_arguments_object() 193 JERRY_ASSERT (ecma_is_value_true (completion)); in ecma_op_create_arguments_object() 328 if (ecma_is_value_true (ret_value)) in ecma_op_arguments_object_delete()
|
D | ecma-reference.c | 67 if (ecma_is_value_true (has_binding)) in ecma_op_resolve_reference_base() 213 if (!ecma_is_value_true (found_binding)) in ecma_op_object_bound_environment_resolve_reference_value()
|
D | ecma-comparison.c | 150 …return ecma_op_abstract_equality_compare (x, ecma_make_integer_value (ecma_is_value_true (y) ? 1 :… in ecma_op_abstract_equality_compare() 183 …return ecma_op_abstract_equality_compare (ecma_make_integer_value (ecma_is_value_true (x) ? 1 : 0)… in ecma_op_abstract_equality_compare()
|
D | ecma-regexp-object.c | 249 JERRY_ASSERT (ecma_is_value_true (status)); in ecma_op_regexp_alloc() 2153 JERRY_ASSERT (ecma_is_value_true (result)); in ecma_regexp_split_helper() 2181 JERRY_ASSERT (ecma_is_value_true (result)); in ecma_regexp_split_helper() 2233 JERRY_ASSERT (ecma_is_value_true (result)); in ecma_regexp_split_helper() 2277 JERRY_ASSERT (ecma_is_value_true (result)); in ecma_regexp_split_helper() 2300 JERRY_ASSERT (ecma_is_value_true (result)); in ecma_regexp_split_helper() 2389 JERRY_ASSERT (ecma_is_value_true (result)); in ecma_regexp_split_helper() 2422 JERRY_ASSERT (ecma_is_value_true (result)); in ecma_regexp_split_helper() 2442 JERRY_ASSERT (ecma_is_value_true (result)); in ecma_regexp_split_helper() 2465 JERRY_ASSERT (ecma_is_value_true (result)); in ecma_regexp_split_helper() [all …]
|
D | ecma-get-put-value.c | 267 if (ecma_is_value_true (has_property)) in ecma_op_put_value_lex_env_base()
|
D | ecma-iterator-object.c | 72 JERRY_ASSERT (ecma_is_value_true (completion)); in ecma_create_array_from_iter_element()
|
D | ecma-array-object.c | 693 if (ecma_is_value_true (is_array)) in ecma_op_array_species_create()
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-object.c | 218 JERRY_ASSERT (ecma_is_value_true (status)); in ecma_builtin_object_object_set_prototype_of() 282 JERRY_ASSERT (ecma_is_value_true (status)); in ecma_builtin_object_object_set_proto() 342 if (!ecma_is_value_true (status)) in ecma_builtin_object_set_integrity_level() 560 JERRY_ASSERT (ecma_is_value_true (status)); in ecma_builtin_object_object_prevent_extensions() 602 is_extensible = ecma_is_value_true (status); in ecma_builtin_object_test_integrity_level() 736 if (ecma_is_value_true (status)) in ecma_builtin_object_object_get_own_property_descriptor()
|
D | ecma-builtin-object-prototype.c | 157 if (ecma_is_value_true (status)) in ecma_builtin_object_prototype_object_has_own_property() 215 if (!ecma_is_value_true (status)) in ecma_builtin_object_prototype_object_property_is_enumerable()
|
D | ecma-builtin-boolean-prototype.c | 65 if (ecma_is_value_true (value_of_ret)) in ecma_builtin_boolean_prototype_object_to_string()
|
D | ecma-builtin-array-prototype.c | 592 bool lower_exist = ecma_is_value_true (has_lower); in ecma_builtin_array_prototype_object_reverse() 613 bool upper_exist = ecma_is_value_true (has_upper); in ecma_builtin_array_prototype_object_reverse() 644 bool lower_exist = ecma_is_value_true (has_lower); in ecma_builtin_array_prototype_object_reverse() 645 bool upper_exist = ecma_is_value_true (has_upper); in ecma_builtin_array_prototype_object_reverse() 976 JERRY_ASSERT (ecma_is_value_true (put_comp)); in ecma_builtin_array_prototype_object_slice() 1372 JERRY_ASSERT (ecma_is_value_true (put_comp)); in ecma_builtin_array_prototype_object_splice() 2029 JERRY_ASSERT (ecma_is_value_true (put_comp)); in ecma_builtin_array_prototype_object_map() 2126 JERRY_ASSERT (ecma_is_value_true (put_comp)); in ecma_builtin_array_prototype_object_filter()
|
D | ecma-builtin-json.c | 574 JERRY_ASSERT (ecma_is_value_true (completion)); in ecma_builtin_json_parse_value() 1007 JERRY_ASSERT (ecma_is_value_true (is_array)); in ecma_builtin_json_serialize_array() 1229 if (ecma_is_value_true (value)) in ecma_builtin_json_serialize_property() 1293 if (ecma_is_value_true (is_array)) in ecma_builtin_json_serialize_property() 1330 JERRY_ASSERT (ecma_is_value_true (put_comp_val)); in ecma_builtin_json_str_helper()
|
D | ecma-builtin-array-iterator-prototype.c | 109 JERRY_ASSERT (ecma_is_value_true (put_result)); in ecma_builtin_array_iterator_prototype_object_next()
|
D | ecma-builtin-helpers.c | 381 bool spread_object = ecma_is_value_true (ecma_is_value_array (value)); in ecma_builtin_helper_array_concat_value() 423 JERRY_ASSERT (ecma_is_value_true (put_comp)); in ecma_builtin_helper_array_concat_value() 437 JERRY_ASSERT (ecma_is_value_true (put_comp)); in ecma_builtin_helper_array_concat_value()
|
D | ecma-builtin-function-prototype.c | 329 if (ecma_is_value_true (status)) in ecma_builtin_function_prototype_object_bind()
|
D | ecma-builtin-regexp-prototype.c | 394 JERRY_ASSERT (ecma_is_value_true (status)); in ecma_builtin_regexp_prototype_compile()
|
D | ecma-builtin-promise.c | 262 if (ecma_is_value_true (already_called)) in ecma_builtin_promise_all_handler()
|
/third_party/jerryscript/jerry-core/ecma/base/ |
D | ecma-helpers-value.c | 200 return ecma_is_value_true (value | (1 << ECMA_DIRECT_SHIFT)); in ecma_is_value_boolean() 210 ecma_is_value_true (ecma_value_t value) /**< ecma value */ in ecma_is_value_true() function
|
D | ecma-helpers.h | 221 bool JERRY_ATTR_CONST ecma_is_value_true (ecma_value_t value);
|
D | ecma-module.c | 705 if (ecma_is_value_true (status)) in ecma_module_connect_imports()
|
/third_party/jerryscript/jerry-core/api/ |
D | jerry.c | 1266 return ecma_is_value_true (value); in jerry_get_boolean_value() 2156 if (ecma_is_value_true (status)) in jerry_has_own_property() 2238 return ecma_is_value_true (ret_value); in jerry_delete_property() 2272 return ecma_is_value_true (ret_value); in jerry_delete_property_by_index() 2726 if (!ecma_is_value_true (status)) in jerry_get_own_property_descriptor()
|
/third_party/jerryscript/jerry-core/vm/ |
D | opcodes.c | 377 JERRY_ASSERT (ecma_is_value_true (put_comp)); in opfunc_append_to_spread_array() 401 JERRY_ASSERT (ecma_is_value_true (put_comp)); in opfunc_append_to_spread_array()
|
/third_party/jerryscript/jerry-core/parser/regexp/ |
D | re-parser.c | 830 if (ecma_is_value_true (re_parse_quantifier (re_ctx_p))) in re_parse_next_token()
|