Home
last modified time | relevance | path

Searched refs:GetUnicode (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_regexp_iterator.cpp58 bool fullUnicode = jsIterator->GetUnicode(); in Next()
Druntime_call_id.h680 V(RegExp, GetUnicode) \
Ddump.cpp2089 os << " - Unicode: " << std::dec << GetUnicode() << "\n"; in Dump()
5113 vec.emplace_back(CString("Unicode"), JSTaggedValue(GetUnicode())); in DumpForSnapshot()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.h53 static JSTaggedValue GetUnicode(EcmaRuntimeCallInfo *argv);
Dbuiltins_regexp.cpp492 JSTaggedValue BuiltinsRegExp::GetUnicode(EcmaRuntimeCallInfo *argv) in GetUnicode() function in panda::ecmascript::builtins::BuiltinsRegExp
496 BUILTINS_API_TRACE(thread, RegExp, GetUnicode); in GetUnicode()
Dbuiltins.cpp2037 …JSHandle<JSTaggedValue> unicodeGetter = CreateGetter(env, RegExp::GetUnicode, "unicode", FunctionL… in InitializeRegExp()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp344 reinterpret_cast<uintptr_t>(RegExp::GetUnicode),