Searched refs:GetUnicode (Results 1 – 7 of 7) sorted by relevance
58 bool fullUnicode = jsIterator->GetUnicode(); in Next()
653 V(RegExp, GetUnicode) \
1965 os << " - Unicode: " << std::dec << GetUnicode() << "\n"; in Dump()4697 vec.emplace_back("Unicode", JSTaggedValue(GetUnicode())); in DumpForSnapshot()
66 static JSTaggedValue GetUnicode(EcmaRuntimeCallInfo *argv);
352 JSTaggedValue BuiltinsRegExp::GetUnicode(EcmaRuntimeCallInfo *argv) in GetUnicode() function in panda::ecmascript::builtins::BuiltinsRegExp356 BUILTINS_API_TRACE(thread, RegExp, GetUnicode); in GetUnicode()
2035 …JSHandle<JSTaggedValue> unicodeGetter = CreateGetter(env, RegExp::GetUnicode, "unicode", FunctionL… in InitializeRegExp()
342 reinterpret_cast<uintptr_t>(RegExp::GetUnicode),