Home
last modified time | relevance | path

Searched refs:IsDotAll (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
H A Dregexp_parser.h150 inline bool IsDotAll() const in IsDotAll() function in ark::RegExpParser
H A Dregexp_parser.cpp395 if (IsDotAll()) { in ParseAlternative()
/arkcompiler/ets_runtime/ecmascript/regexp/
H A Dregexp_parser.h186 inline bool IsDotAll() const in IsDotAll() function in panda::ecmascript::RegExpParser
H A Dregexp_parser.cpp429 if (IsDotAll()) { in ParseAlternative()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi.h101 Local<JSValueRef> IsDotAll(const EcmaVM *vm);
/arkcompiler/ets_runtime/test/fuzztest/publicapilocalregexpref_fuzzer/
H A Dpublicapilocalregexpref_fuzzer.cpp174 object->IsDotAll(vm); in LocalRegExpIsDotAllFuzzTest()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi.cpp310 Local<JSValueRef> RegExpRef::IsDotAll(const EcmaVM *vm) in IsDotAll() function in panda::RegExpRef
/arkcompiler/toolchain/tooling/agent/
H A Druntime_impl.cpp776 jsValueRef = regExpRef->IsDotAll(vm_); in GetRegExpValue()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Dffi_workload.cpp2087 HWTEST_F_L0(JSNApiSplTest, IsDotAll) in HWTEST_F_L0()
2101 object->IsDotAll(vm_); in HWTEST_F_L0()
2104 TEST_TIME(RegExpRef::IsDotAll); in HWTEST_F_L0()

Completed in 26 milliseconds