Home
last modified time | relevance | path

Searched defs:capture (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_opcode.cpp123 auto capture = static_cast<uint8_t>(para & 0xffU); // NOLINTNEXTLINE(readability-magic-numbers) in EmitOpCode() local
138 auto capture = static_cast<uint8_t>(para & 0xffU); // NOLINTNEXTLINE(readability-magic-numbers) in EmitOpCode() local
543 auto capture = static_cast<uint8_t>(para & 0xffU); // NOLINTNEXTLINE(readability-magic-numbers) in EmitOpCode() local
558 auto capture = static_cast<uint8_t>(para & 0xffU); // NOLINTNEXTLINE(readability-magic-numbers) in EmitOpCode() local
Dregexp_parser.cpp925 int capture = ParseDecimalDigits(); in ParseAtomEscape() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp1223 … JSHandle<JSTaggedValue> capture = JSObject::GetProperty(thread, namedCaptures, names).GetValue(); in GetSubstitution() local