Home
last modified time | relevance | path

Searched refs:ecma_is_value_true (Results 1 – 25 of 28) sorted by relevance

12

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-proxy-object.c353 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 …]
Decma-conversion.c227 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()
Decma-objects-arguments.c188 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()
Decma-reference.c67 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()
Decma-comparison.c150 …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()
Decma-regexp-object.c249 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 …]
Decma-get-put-value.c267 if (ecma_is_value_true (has_property)) in ecma_op_put_value_lex_env_base()
Decma-iterator-object.c72 JERRY_ASSERT (ecma_is_value_true (completion)); in ecma_create_array_from_iter_element()
Decma-array-object.c693 if (ecma_is_value_true (is_array)) in ecma_op_array_species_create()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-object.c218 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()
Decma-builtin-object-prototype.c157 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()
Decma-builtin-boolean-prototype.c65 if (ecma_is_value_true (value_of_ret)) in ecma_builtin_boolean_prototype_object_to_string()
Decma-builtin-array-prototype.c592 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()
Decma-builtin-json.c574 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()
Decma-builtin-array-iterator-prototype.c109 JERRY_ASSERT (ecma_is_value_true (put_result)); in ecma_builtin_array_iterator_prototype_object_next()
Decma-builtin-helpers.c381 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()
Decma-builtin-function-prototype.c329 if (ecma_is_value_true (status)) in ecma_builtin_function_prototype_object_bind()
Decma-builtin-regexp-prototype.c394 JERRY_ASSERT (ecma_is_value_true (status)); in ecma_builtin_regexp_prototype_compile()
Decma-builtin-promise.c262 if (ecma_is_value_true (already_called)) in ecma_builtin_promise_all_handler()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-value.c200 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
Decma-helpers.h221 bool JERRY_ATTR_CONST ecma_is_value_true (ecma_value_t value);
Decma-module.c705 if (ecma_is_value_true (status)) in ecma_module_connect_imports()
/third_party/jerryscript/jerry-core/api/
Djerry.c1266 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/
Dopcodes.c377 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/
Dre-parser.c830 if (ecma_is_value_true (re_parse_quantifier (re_ctx_p))) in re_parse_next_token()

12