Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.h115 static EcmaString *EscapeRegExpPattern(JSThread *thread, const JSHandle<JSTaggedValue> &src,
Dbuiltins_regexp.cpp336 return JSTaggedValue(EscapeRegExpPattern(thread, source, flags)); in GetSource()
1818 EcmaString *BuiltinsRegExp::EscapeRegExpPattern(JSThread *thread, const JSHandle<JSTaggedValue> &sr… in EscapeRegExpPattern() function in panda::ecmascript::builtins::BuiltinsRegExp
1821 BUILTINS_API_TRACE(thread, RegExp, EscapeRegExpPattern); in EscapeRegExpPattern()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h663 V(RegExp, EscapeRegExpPattern) \