Searched refs:regexp_instance (Results 1 – 1 of 1) sorted by relevance
669 Handle<JSRegExp> regexp_instance; in RUNTIME_FUNCTION() local671 isolate, regexp_instance, in RUNTIME_FUNCTION()678 return *regexp_instance; in RUNTIME_FUNCTION()681 Handle<FixedArray> data(FixedArray::cast(regexp_instance->data()), isolate); in RUNTIME_FUNCTION()682 Handle<String> source(String::cast(regexp_instance->source()), isolate); in RUNTIME_FUNCTION()686 Smi::FromInt(static_cast<int>(regexp_instance->flags()))); in RUNTIME_FUNCTION()692 return *regexp_instance; in RUNTIME_FUNCTION()