Home
last modified time | relevance | path

Searched refs:throwPrefOp (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dpanda_file_translator.cpp471 constexpr EcmaOpcode throwPrefOp = EcmaOpcode::THROW_PREF_NONE; in FixOpcode() local
478 *pc = static_cast<uint8_t>(throwPrefOp); in FixOpcode()
484 *pc = static_cast<uint8_t>(throwPrefOp); in FixOpcode()
490 *pc = static_cast<uint8_t>(throwPrefOp); in FixOpcode()
496 *pc = static_cast<uint8_t>(throwPrefOp); in FixOpcode()
502 *pc = static_cast<uint8_t>(throwPrefOp); in FixOpcode()
508 *pc = static_cast<uint8_t>(throwPrefOp); in FixOpcode()
514 *pc = static_cast<uint8_t>(throwPrefOp); in FixOpcode()
520 *pc = static_cast<uint8_t>(throwPrefOp); in FixOpcode()

Completed in 5 milliseconds