Home
last modified time | relevance | path

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

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