Searched refs:RegExpAlloc (Results 1 – 3 of 3) sorted by relevance
105 static JSTaggedValue RegExpAlloc(JSThread *thread, const JSHandle<JSTaggedValue> &newTarget);
132 JSHandle<JSTaggedValue> object(thread, RegExpAlloc(thread, newTarget)); in RegExpConstructor()1591 JSTaggedValue BuiltinsRegExp::RegExpAlloc(JSThread *thread, const JSHandle<JSTaggedValue> &newTarge… in RegExpAlloc() function in panda::ecmascript::builtins::BuiltinsRegExp1593 BUILTINS_API_TRACE(thread, RegExp, RegExpAlloc); in RegExpAlloc()1810 JSHandle<JSTaggedValue> object(thread, RegExpAlloc(thread, newTarget)); in RegExpCreate()
660 V(RegExp, RegExpAlloc) \