Searched refs:IrregexpByteCode (Results 1 – 2 of 2) sorted by relevance
175 static ByteArray* IrregexpByteCode(FixedArray* re, bool is_ascii);
389 ByteArray* RegExpImpl::IrregexpByteCode(FixedArray* re, bool is_ascii) { in IrregexpByteCode() function in v8::internal::RegExpImpl504 Handle<ByteArray> byte_codes(IrregexpByteCode(*irregexp, is_ascii), isolate); in IrregexpExecOnce()