Home
last modified time | relevance | path

Searched refs:second_code_unit (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers.h302 … *ecma_new_ecma_string_from_code_units (ecma_char_t first_code_unit, ecma_char_t second_code_unit);
Decma-helpers-string.c509 ecma_char_t second_code_unit) /**< code unit */ in ecma_new_ecma_string_from_code_units() argument
513 bytes_size += lit_code_unit_to_utf8 (second_code_unit, lit_utf8_bytes + bytes_size); in ecma_new_ecma_string_from_code_units()
/third_party/node/deps/v8/src/compiler/
Deffect-control-linearizer.cc4001 Node* second_code_unit = StringCharCodeAt(receiver, next_index); in LowerStringCodePointAt() local
4003 __ Word32Equal(__ Word32And(second_code_unit, __ Int32Constant(0xFC00)), in LowerStringCodePointAt()
4009 __ Int32Add(second_code_unit, surrogate_offset)); in LowerStringCodePointAt()