Home
last modified time | relevance | path

Searched refs:IsDotAll (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.h167 inline bool IsDotAll() const in IsDotAll() function
Dregexp_parser.cpp339 if (IsDotAll()) { in ParseAlternative()
/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp729 jsValueRef = regExpRef->IsDotAll(vm_); in GetRegExpValue()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h896 Local<JSValueRef> IsDotAll(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp2444 Local<JSValueRef> RegExpRef::IsDotAll(const EcmaVM *vm) in IsDotAll() function in panda::RegExpRef