Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_regexp_iterator.cpp55 bool fullUnicode = jsIterator->GetUnicode(); in Next()
Druntime_call_id.h748 V(RegExp, GetUnicode) \
Ddump.cpp2188 os << " - Unicode: " << std::dec << GetUnicode() << "\n"; in Dump()
5275 vec.emplace_back(CString("Unicode"), JSTaggedValue(GetUnicode())); in DumpForSnapshot()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.h61 static JSTaggedValue GetUnicode(EcmaRuntimeCallInfo *argv);
Dbuiltins_regexp.cpp567 JSTaggedValue BuiltinsRegExp::GetUnicode(EcmaRuntimeCallInfo *argv) in GetUnicode() function in panda::ecmascript::builtins::BuiltinsRegExp
571 BUILTINS_API_TRACE(thread, RegExp, GetUnicode); in GetUnicode()
Dbuiltins.cpp2107 …JSHandle<JSTaggedValue> unicodeGetter = CreateGetter(env, RegExp::GetUnicode, "unicode", FunctionL… in InitializeRegExp()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp318 reinterpret_cast<uintptr_t>(RegExp::GetUnicode),