Searched refs:star_bytecode (Results 1 – 1 of 1) sorted by relevance
1352 Node* star_bytecode = IntPtrConstant(static_cast<int>(Bytecode::kStar)); in StarDispatchLookahead() local1353 Node* is_star = WordEqual(target_bytecode, star_bytecode); in StarDispatchLookahead()