Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers.h302 ecma_string_t *ecma_new_ecma_string_from_code_units (ecma_char_t first_code_unit, ecma_char_t secon…
Decma-helpers-string.c508 ecma_new_ecma_string_from_code_units (ecma_char_t first_code_unit, /**< code unit */ in ecma_new_ecma_string_from_code_units() argument
512 lit_utf8_size_t bytes_size = lit_code_unit_to_utf8 (first_code_unit, lit_utf8_bytes); in ecma_new_ecma_string_from_code_units()
/third_party/node/deps/v8/src/compiler/
Deffect-control-linearizer.cc3990 Node* first_code_unit = StringCharCodeAt(receiver, position); in LowerStringCodePointAt() local
3993 __ Word32Equal(__ Word32And(first_code_unit, __ Int32Constant(0xFC00)), in LowerStringCodePointAt()
3995 &return_result, BranchHint::kFalse, first_code_unit); in LowerStringCodePointAt()
4000 first_code_unit); in LowerStringCodePointAt()
4005 &return_result, first_code_unit); in LowerStringCodePointAt()
4008 auto result = __ Int32Add(__ Word32Shl(first_code_unit, __ Int32Constant(10)), in LowerStringCodePointAt()