Searched refs:GetUnicode (Results 1 – 7 of 7) sorted by relevance
58 bool fullUnicode = jsIterator->GetUnicode(); in Next()
680 V(RegExp, GetUnicode) \
2089 os << " - Unicode: " << std::dec << GetUnicode() << "\n"; in Dump()5113 vec.emplace_back(CString("Unicode"), JSTaggedValue(GetUnicode())); in DumpForSnapshot()
53 static JSTaggedValue GetUnicode(EcmaRuntimeCallInfo *argv);
492 JSTaggedValue BuiltinsRegExp::GetUnicode(EcmaRuntimeCallInfo *argv) in GetUnicode() function in panda::ecmascript::builtins::BuiltinsRegExp496 BUILTINS_API_TRACE(thread, RegExp, GetUnicode); in GetUnicode()
2037 …JSHandle<JSTaggedValue> unicodeGetter = CreateGetter(env, RegExp::GetUnicode, "unicode", FunctionL… in InitializeRegExp()
344 reinterpret_cast<uintptr_t>(RegExp::GetUnicode),