Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
Dwalker.py87 def capture(self): member in BreakpointWalker
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_opcode.cpp119 auto capture = static_cast<uint8_t>(para & 0xffU); // NOLINT(readability-magic-numbers) in EmitOpCode() local
134 auto capture = static_cast<uint8_t>(para & 0xffU); // NOLINT(readability-magic-numbers) in EmitOpCode() local
539 auto capture = static_cast<uint8_t>(para & 0xffU); // NOLINT(readability-magic-numbers) in EmitOpCode() local
554 auto capture = static_cast<uint8_t>(para & 0xffU); // NOLINT(readability-magic-numbers) in EmitOpCode() local
Dregexp_parser.cpp1110 int capture = ParseDecimalDigits(); in ParseAtomEscape() local
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_opcode.cpp125 auto capture = static_cast<uint8_t>(para & 0xffU); // NOLINTNEXTLINE(readability-magic-numbers) in EmitOpCode() local
140 auto capture = static_cast<uint8_t>(para & 0xffU); // NOLINTNEXTLINE(readability-magic-numbers) in EmitOpCode() local
575 auto capture = static_cast<uint8_t>(para & 0xffU); // NOLINTNEXTLINE(readability-magic-numbers) in EmitOpCode() local
590 auto capture = static_cast<uint8_t>(para & 0xffU); // NOLINTNEXTLINE(readability-magic-numbers) in EmitOpCode() local
Dregexp_parser.cpp1043 int capture = ParseDecimalDigits(); in ParseAtomEscape() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp1362 … JSHandle<JSTaggedValue> capture = JSObject::GetProperty(thread, namedCaptures, names).GetValue(); in ProcessNamedCaptures() local