Home
last modified time | relevance | path

Searched refs:JERRY_NDEBUG (Results 1 - 22 of 22) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-property-hashmap.c163 #ifndef JERRY_NDEBUG in ecma_property_hashmap_create()
171 #endif /* !JERRY_NDEBUG */ in ecma_property_hashmap_create()
177 #ifndef JERRY_NDEBUG in ecma_property_hashmap_create()
179 #endif /* !JERRY_NDEBUG */ in ecma_property_hashmap_create()
248 #ifndef JERRY_NDEBUG in ecma_property_hashmap_insert()
251 #endif /* !JERRY_NDEBUG */ in ecma_property_hashmap_insert()
259 #ifndef JERRY_NDEBUG in ecma_property_hashmap_insert()
261 #endif /* !JERRY_NDEBUG */ in ecma_property_hashmap_insert()
323 #ifndef JERRY_NDEBUG in ecma_property_hashmap_delete()
326 #endif /* !JERRY_NDEBUG */ in ecma_property_hashmap_delete()
[all...]
H A Decma-helpers-number.c227 #ifndef JERRY_NDEBUG in ecma_number_is_nan()
236 #endif /* !JERRY_NDEBUG */ in ecma_number_is_nan()
305 #ifndef JERRY_NDEBUG in ecma_number_is_zero()
311 #endif /* !JERRY_NDEBUG */ in ecma_number_is_zero()
H A Decma-helpers-conversion.c793 #ifndef JERRY_NDEBUG in ecma_number_to_uint32()
803 #endif /* !JERRY_NDEBUG */ in ecma_number_to_uint32()
838 #ifndef JERRY_NDEBUG in ecma_number_to_int32()
851 #endif /* !JERRY_NDEBUG */ in ecma_number_to_int32()
H A Decma-helpers-string.c602 #ifndef JERRY_NDEBUG in ecma_new_ecma_string_from_number()
605 #endif /* !JERRY_NDEBUG */ in ecma_new_ecma_string_from_number()
805 #ifdef JERRY_NDEBUG in ecma_ref_ecma_string()
810 #endif /* JERRY_NDEBUG */ in ecma_ref_ecma_string()
839 #ifdef JERRY_NDEBUG in ecma_deref_ecma_string()
844 #endif /* JERRY_NDEBUG */ in ecma_deref_ecma_string()
2784 #ifndef JERRY_NDEBUG in ecma_stringbuilder_finalize()
2851 #ifndef JERRY_NDEBUG in ecma_stringbuilder_destroy()
H A Decma-globals.h125 #ifndef JERRY_NDEBUG
131 #endif /* !JERRY_NDEBUG */
H A Decma-helpers.c921 #ifndef JERRY_NDEBUG in ecma_assert_object_contains_the_property()
951 #else /* JERRY_NDEBUG */ in ecma_assert_object_contains_the_property()
955 #endif /* !JERRY_NDEBUG */ in ecma_assert_object_contains_the_property()
/third_party/jerryscript/jerry-core/jrt/
H A Djrt-fatals.c37 #if defined (_WIN32) || defined (_WIN64) || !defined (JERRY_NDEBUG) || defined (__APPLE__)
68 #endif /* Windows/Mac Or !defined (JERRY_NDEBUG) */
73 * If !JERRY_NDEBUG and code != 0, print status code with description
79 #if defined (_WIN32) || defined (_WIN64) || !defined (JERRY_NDEBUG) || defined (__APPLE__) in jerry_fatal()
117 #endif /* Windows/Mac Or !defined (JERRY_NDEBUG) */ in jerry_fatal()
127 #ifndef JERRY_NDEBUG
161 #endif /* !JERRY_NDEBUG */
H A Djrt.h62 #ifndef JERRY_NDEBUG
82 #else /* JERRY_NDEBUG */
104 #endif /* !JERRY_NDEBUG */
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-comparison.c67 #ifndef JERRY_NDEBUG in ecma_op_abstract_equality_compare()
87 #endif /* !JERRY_NDEBUG */ in ecma_op_abstract_equality_compare()
267 #ifndef JERRY_NDEBUG in ecma_op_strict_equality_compare()
287 #endif /* !JERRY_NDEBUG */ in ecma_op_strict_equality_compare()
346 #ifndef JERRY_NDEBUG in ecma_op_abstract_relational_compare()
401 #endif /* !JERRY_NDEBUG */ in ecma_op_abstract_relational_compare()
H A Decma-objects.c55 #ifndef JERRY_NDEBUG
58 #else /* JERRY_NDEBUG */
60 #endif /* !JERRY_NDEBUG */
781 #ifndef JERRY_NDEBUG in ecma_op_object_get_own_data_prop()
790 #endif /* !JERRY_NDEBUG */ in ecma_op_object_get_own_data_prop()
2636 #ifndef JERRY_NDEBUG in ecma_object_check_class_name_is_object()
2698 #else /* JERRY_NDEBUG */ in ecma_object_check_class_name_is_object()
2701 #endif /* !JERRY_NDEBUG */ in ecma_object_check_class_name_is_object()
/third_party/jerryscript/jerry-core/parser/js/
H A Djs-parser-statm.c391 #ifndef JERRY_NDEBUG in parser_push_block_context()
393 #endif /* !JERRY_NDEBUG */ in parser_push_block_context()
445 #ifndef JERRY_NDEBUG in parser_pop_block_context()
447 #endif /* !JERRY_NDEBUG */ in parser_pop_block_context()
909 #ifndef JERRY_NDEBUG in parser_parse_with_statement_start()
911 #endif /* !JERRY_NDEBUG */ in parser_parse_with_statement_start()
949 #ifndef JERRY_NDEBUG in parser_parse_with_statement_end()
951 #endif /* !JERRY_NDEBUG */ in parser_parse_with_statement_end()
1268 #ifndef JERRY_NDEBUG in parser_parse_for_statement_start()
1272 #endif /* !JERRY_NDEBUG */ in parser_parse_for_statement_start()
[all...]
H A Djs-parser.c933 #ifndef JERRY_NDEBUG in parser_post_processing()
935 #endif /* !JERRY_NDEBUG */ in parser_post_processing()
948 #ifndef JERRY_NDEBUG in parser_post_processing()
950 #endif /* !JERRY_NDEBUG */ in parser_post_processing()
1974 #ifndef JERRY_NDEBUG in parser_parse_function_arguments()
1976 #endif /* !JERRY_NDEBUG */ in parser_parse_function_arguments()
1990 #ifndef JERRY_NDEBUG
1993 #endif /* !JERRY_NDEBUG */
2077 #ifndef JERRY_NDEBUG in parser_parse_source()
2079 #endif /* !JERRY_NDEBUG */ in parser_parse_source()
[all...]
H A Djs-parser-internal.h85 #ifndef JERRY_NDEBUG
87 #endif /* !JERRY_NDEBUG */
482 #ifndef JERRY_NDEBUG
484 #endif /* !JERRY_NDEBUG */
555 #ifndef JERRY_NDEBUG
558 #endif /* !JERRY_NDEBUG */
H A Djs-scanner-util.c1699 #endif /* !JERRY_NDEBUG */ in scanner_is_context_needed()
1715 #ifndef JERRY_NDEBUG in scanner_is_context_needed()
1756 #endif /* !JERRY_NDEBUG */ in scanner_is_context_needed()
H A Djs-scanner.c3165 #ifndef JERRY_NDEBUG in scanner_scan_all()
3167 #endif /* !JERRY_NDEBUG */ in scanner_scan_all()
/third_party/jerryscript/jerry-core/
H A Dconfig.h31 #ifndef JERRY_NDEBUG
32 # define JERRY_NDEBUG macro
/third_party/jerryscript/jerry-ext/common/
H A Djext-common.h43 #ifndef JERRY_NDEBUG
63 #else /* JERRY_NDEBUG */
85 #endif /* !JERRY_NDEBUG */
/third_party/jerryscript/jerry-core/lit/
H A Dlit-magic-strings.c166 #ifndef JERRY_NDEBUG in lit_magic_strings_ex_set()
193 #endif /* !JERRY_NDEBUG */ in lit_magic_strings_ex_set()
/third_party/jerryscript/jerry-core/jmem/
H A Djmem-heap.c574 #ifndef JERRY_NDEBUG
595 #endif /* !JERRY_NDEBUG */
/third_party/jerryscript/jerry-core/vm/
H A Dvm.c1350 #if ENABLED (JERRY_ES2015) && !(defined JERRY_NDEBUG) in vm_loop()
1357 #endif /* ENABLED (JERRY_ES2015) && !JERRY_NDEBUG */ in vm_loop()
1363 #if ENABLED (JERRY_ES2015) && !(defined JERRY_NDEBUG) in vm_loop()
1370 #endif /* ENABLED (JERRY_ES2015) && !JERRY_NDEBUG */ in vm_loop()
1418 #if !(defined JERRY_NDEBUG) in vm_loop()
1425 #endif /* !JERRY_NDEBUG */ in vm_loop()
1680 #ifndef JERRY_NDEBUG in vm_loop()
1687 #endif /* !JERRY_NDEBUG */ in vm_loop()
1707 #ifndef JERRY_NDEBUG in vm_loop()
1709 #endif /* !JERRY_NDEBUG */ in vm_loop()
[all...]
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtins.c112 #ifndef JERRY_NDEBUG
146 #endif /* !JERRY_NDEBUG */
H A Decma-builtin-json.c1003 #ifndef JERRY_NDEBUG in ecma_builtin_json_serialize_array()
1008 #endif /* !JERRY_NDEBUG */ in ecma_builtin_json_serialize_array()

Completed in 36 milliseconds