/third_party/jerryscript/tests/unit-core/ |
D | test-api-strings.cpp | 90 JERRY_VLA (char, string_from_utf8, utf8_sz); 91 JERRY_VLA (char, string_from_cesu8, cesu8_sz); 115 JERRY_VLA (char, string_from_utf8_string, utf8_sz); 116 JERRY_VLA (char, string_from_cesu8_string, cesu8_sz); 138 JERRY_VLA (char, test_string, utf8_sz); 240 JERRY_VLA (char, substring, cesu8_sz); 268 JERRY_VLA (char, fullstring, cesu8_sz); 279 JERRY_VLA (char, number_substring, cesu8_sz); 294 JERRY_VLA (char, supl_substring, cesu8_sz);
|
D | test-arraybuffer.cpp | 61 JERRY_VLA (char, string_from_utf8, utf8_sz); in assert_handler() 211 JERRY_VLA (uint8_t, buffer_p, buffer_size); 226 JERRY_VLA (uint8_t, test_buffer, buffer_size); 244 JERRY_VLA (uint8_t, buffer_p, buffer_size);
|
D | test-api.cpp | 1013 JERRY_VLA (char, string_console, cesu8_sz); 1034 JERRY_VLA (char, string_greek_zero_sign, cesu8_sz); 1055 JERRY_VLA (char, buff, buff_size + 1); 1077 JERRY_VLA (char, buff, buff_size + 1);
|
D | test-symbol.cpp | 198 JERRY_VLA (jerry_char_t, str_buff, bar_symbol_string_size);
|
D | test-api-set-and-clear-error-flag.cpp | 27 JERRY_VLA (jerry_char_t, str_buff, size); in compare_str()
|
D | test-typedarray.cpp | 73 JERRY_VLA (char, string_from_utf8, utf8_sz); in assert_handler()
|
/third_party/jerryscript/jerry-core/include/ |
D | jerryscript-compiler.h | 63 #define JERRY_VLA(type, name, size) type *name = (type *) (_alloca (sizeof (type) * size)) macro 171 #ifndef JERRY_VLA 172 #define JERRY_VLA(type, name, size) type name[size] macro
|
/third_party/jerryscript/tests/unit-ext/ |
D | test-ext-module-canonical.c | 29 JERRY_VLA (jerry_char_t, name_string, name_size + 1); in get_canonical_name() 51 JERRY_VLA (jerry_char_t, name_string, name_size + 1); in resolve()
|
D | test-ext-arg.c | 837 JERRY_VLA (char, buf, buf_len + 1); in test_utf8_string()
|
/third_party/jerryscript/tests/unit-ext/module/ |
D | jerry-module-test.c | 89 JERRY_VLA (jerry_char_t, name_string, name_size); in resolve_differently_handled_module() 116 JERRY_VLA (jerry_char_t, name_string, name_size); in cache_check()
|
/third_party/jerryscript/jerry-ext/arg/ |
D | arg.c | 131 JERRY_VLA (jerry_value_t, prop, name_cnt); in jerryx_arg_transform_object_properties() 194 JERRY_VLA (jerry_value_t, arr, c_arg_cnt); in jerryx_arg_transform_array()
|
/third_party/jerryscript/jerry-main/ |
D | main-unix-snapshot.c | 488 JERRY_VLA (const uint32_t *, snapshot_buffers, argc); in process_literal_dump() 489 JERRY_VLA (size_t, snapshot_buffer_sizes, argc); in process_literal_dump() 676 JERRY_VLA (const uint32_t *, merge_buffers, argc); in process_merge() 677 JERRY_VLA (size_t, merge_buffer_sizes, argc); in process_merge()
|
D | main-unix.c | 482 JERRY_VLA (const char *, file_names, argc); in main() 487 JERRY_VLA (const char *, exec_snapshot_file_names, argc); in main() 488 JERRY_VLA (uint32_t, exec_snapshot_file_indices, argc); in main() 838 JERRY_VLA (jerry_char_t, str_buf, str_size); in main()
|
/third_party/jerryscript/jerry-ext/module/ |
D | module.c | 198 JERRY_VLA (jerry_char_t, name_string, name_size); in jerryx_resolve_native_module() 251 JERRY_VLA (jerry_value_t, canonical_names, resolver_count); in jerryx_module_resolve_local()
|
/third_party/jerryscript/jerry-port/default/ |
D | default-io.c | 94 JERRY_VLA (char, buffer, length + 1); in jerry_port_log()
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-dataview-object.c | 310 JERRY_VLA (lit_utf8_byte_t, swap_block_p, element_size); in ecma_op_dataview_get_set_view_value()
|
D | ecma-regexp-object.c | 789 JERRY_VLA (const lit_utf8_byte_t *, saved_captures_p, group_p->subcapture_count); in ecma_regexp_run() 876 JERRY_VLA (const lit_utf8_byte_t *, saved_captures_p, group_p->subcapture_count); in ecma_regexp_run() 967 JERRY_VLA (const lit_utf8_byte_t *, saved_captures_p, group_p->subcapture_count); in ecma_regexp_run() 1046 JERRY_VLA (const lit_utf8_byte_t *, saved_captures_p, group_p->subcapture_count); in ecma_regexp_run() 1293 JERRY_VLA (const lit_utf8_byte_t *, saved_captures_p, capture_count); in ecma_regexp_run()
|
D | ecma-objects.c | 2116 JERRY_VLA (uint32_t, names_hashes_bitmap, names_hashes_bitmap_size); in ecma_op_object_get_property_names() 2238 JERRY_VLA (uint32_t, own_names_hashes_bitmap, own_names_hashes_bitmap_size); in ecma_op_object_get_property_names()
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-helpers-date.c | 597 JERRY_VLA (lit_utf8_byte_t, date_buffer, date_buffer_length); in ecma_date_to_string_format()
|
D | ecma-builtin-helpers.c | 172 JERRY_VLA (lit_utf8_byte_t, str_buffer, buffer_size); in ecma_builtin_helper_object_to_string()
|
/third_party/jerryscript/jerry-core/vm/ |
D | vm.c | 4476 JERRY_VLA (uintptr_t, stack, frame_size); in vm_run()
|