Searched refs:GetUnicode (Results 1 – 7 of 7) sorted by relevance
55 bool fullUnicode = jsIterator->GetUnicode(); in Next()
748 V(RegExp, GetUnicode) \
2188 os << " - Unicode: " << std::dec << GetUnicode() << "\n"; in Dump()5275 vec.emplace_back(CString("Unicode"), JSTaggedValue(GetUnicode())); in DumpForSnapshot()
61 static JSTaggedValue GetUnicode(EcmaRuntimeCallInfo *argv);
567 JSTaggedValue BuiltinsRegExp::GetUnicode(EcmaRuntimeCallInfo *argv) in GetUnicode() function in panda::ecmascript::builtins::BuiltinsRegExp571 BUILTINS_API_TRACE(thread, RegExp, GetUnicode); in GetUnicode()
2107 …JSHandle<JSTaggedValue> unicodeGetter = CreateGetter(env, RegExp::GetUnicode, "unicode", FunctionL… in InitializeRegExp()
318 reinterpret_cast<uintptr_t>(RegExp::GetUnicode),