Home
last modified time | relevance | path

Searched refs:RegExpAlloc (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.h105 static JSTaggedValue RegExpAlloc(JSThread *thread, const JSHandle<JSTaggedValue> &newTarget);
Dbuiltins_regexp.cpp132 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::BuiltinsRegExp
1593 BUILTINS_API_TRACE(thread, RegExp, RegExpAlloc); in RegExpAlloc()
1810 JSHandle<JSTaggedValue> object(thread, RegExpAlloc(thread, newTarget)); in RegExpCreate()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h660 V(RegExp, RegExpAlloc) \