Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-debug.cc1529 Object one_byte_data = arr.get(JSRegExp::kIrregexpLatin1CodeIndex); in JSRegExpVerify() local
1532 CHECK((one_byte_data.IsSmi() && in JSRegExpVerify()
1533 Smi::ToInt(one_byte_data) == JSRegExp::kUninitializedValue) || in JSRegExpVerify()
1534 one_byte_data.IsCodeT()); in JSRegExpVerify()
1552 CHECK_IMPLIES(one_byte_data.IsSmi(), one_byte_bytecode.IsSmi()); in JSRegExpVerify()

Completed in 4 milliseconds