Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/experimental/
H A Dexperimental.cc44 static constexpr bool kIsLatin1 = true; in IsCompiled() local
45 return re->bytecode(kIsLatin1) != Smi::FromInt(JSRegExp::kUninitializedValue); in IsCompiled()
176 static constexpr bool kIsLatin1 = true; in ExecRaw() local
177 ByteArray bytecode = ByteArray::cast(regexp.bytecode(kIsLatin1)); in ExecRaw()

Completed in 1 milliseconds