Home
last modified time | relevance | path

Searched refs:JERRY_BITSINBYTE (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/jrt/
Djrt.h29 #define JERRY_BITSINBYTE 8 macro
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-global.c659 …builtin_global_object_byte_to_hex (output_char_p + 1, (lit_utf8_byte_t) (chr >> JERRY_BITSINBYTE)); in ecma_builtin_global_object_escape()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-globals.h697 #define ECMA_LOCAL_PARSE_OPTS_OFFSET ((sizeof (uint32_t) - sizeof (uint8_t)) * JERRY_BITSINBYTE)
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-objects.c2114 const size_t bitmap_row_size = sizeof (uint32_t) * JERRY_BITSINBYTE; in ecma_op_object_get_property_names()