Searched refs:one_byte_bytecode (Results 1 – 1 of 1) sorted by relevance
1540 Object one_byte_bytecode = in JSRegExpVerify() local1544 CHECK((one_byte_bytecode.IsSmi() && in JSRegExpVerify()1545 Smi::ToInt(one_byte_bytecode) == JSRegExp::kUninitializedValue) || in JSRegExpVerify()1546 (can_be_interpreted && one_byte_bytecode.IsByteArray())); in JSRegExpVerify()1552 CHECK_IMPLIES(one_byte_data.IsSmi(), one_byte_bytecode.IsSmi()); in JSRegExpVerify()