Home
last modified time | relevance | path

Searched refs:GetEmptyString (Results 1 – 25 of 33) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp-inl.h43 res = thread->GetEcmaVM()->GetFactory()->GetEmptyString().GetTaggedValue(); in GetCapture()
Dbuiltins_string.cpp71 JSHandle<EcmaString> val = factory->GetEmptyString(); in StringConstructor()
74 return factory->GetEmptyString().GetTaggedValue(); in StringConstructor()
89 return factory->GetEmptyString().GetTaggedValue(); in FromCharCode()
123 return factory->GetEmptyString().GetTaggedValue(); in FromCodePoint()
188 return factory->GetEmptyString().GetTaggedValue(); in Raw()
248 return factory->GetEmptyString().GetTaggedValue(); in CharAt()
253 return factory->GetEmptyString().GetTaggedValue(); in CharAt()
989 auto emptyStr = thread->GetEcmaVM()->GetFactory()->GetEmptyString(); in Repeat()
1092 JSMutableHandle<JSTaggedValue> replHandle(thread, factory->GetEmptyString().GetTaggedValue()); in Replace()
1211 JSMutableHandle<EcmaString> accumulatedResult(thread, factory->GetEmptyString()); in ReplaceAll()
[all …]
Dbuiltins_json.cpp144 JSHandle<JSTaggedValue> rootName(factory->GetEmptyString()); in ParseWithTransformType()
Dbuiltins_locale.cpp54 JSHandle<EcmaString> localeString = factory->GetEmptyString(); in LocaleConstructor()
Dbuiltins_function.cpp288 JSHandle<JSTaggedValue> emptyString(factory->GetEmptyString()); in FunctionPrototypeBindInternal()
Dbuiltins_regexp.cpp393 JSHandle<EcmaString> emptyString = factory->GetEmptyString(); in GetAllFlagsInternal()
855 JSHandle<JSTaggedValue> emptyString(thread, globalConst->GetEmptyString()); in RegExpReplaceFast()
1237 JSMutableHandle<EcmaString> replacementString(thread, factory->GetEmptyString()); in ReplaceInternal()
1465 flags = factory->GetEmptyString(); in RegExpSplit()
2354 patternStrHandle = factory->GetEmptyString(); in RegExpInitialize()
2793 JSTaggedValue emptyString = factory->GetEmptyString().GetTaggedValue(); in CreateGlobalResultTable()
Dbuiltins_array.cpp1332 return factory->GetEmptyString().GetTaggedValue(); in Join()
2547 return factory->GetEmptyString().GetTaggedValue(); in ToLocaleString()
2593 JSTaggedValue next = globalConst->GetEmptyString(); in ToLocaleString()
/arkcompiler/ets_runtime/ecmascript/
Dglobal_env.cpp28 JSTaggedValue emptyStr = thread->GlobalConstants()->GetEmptyString(); in Init()
Decma_string-inl.h44 return vm->GetFactory()->GetEmptyString().GetObject<EcmaString>(); in CreateFromUtf8()
74 return vm->GetFactory()->GetEmptyString().GetObject<EcmaString>(); in CreateFromUtf8CompressedSubString()
89 return vm->GetFactory()->GetEmptyString().GetObject<EcmaString>(); in CreateUtf16StringFromUtf8()
118 return vm->GetFactory()->GetEmptyString().GetObject<EcmaString>(); in CreateFromUtf16()
Decma_string.cpp45 return vm->GetFactory()->GetEmptyString().GetObject<EcmaString>(); in Concat()
131 return *vm->GetFactory()->GetEmptyString(); in FastSubString()
1206 return EcmaString::Cast(thread->GlobalConstants()->GetEmptyString().GetTaggedObject()); in Trim()
1235 tree->SetSecond(thread, JSTaggedValue(*vm->GetFactory()->GetEmptyString())); in SlowFlatten()
1296 tree->SetSecond(vm->GetJSThread(), JSTaggedValue(*vm->GetFactory()->GetEmptyString())); in FlattenNoGC()
Djs_locale.cpp757 if (*tag == *(factory->GetEmptyString())) { in ApplyOptionsToTag()
994 return factory->GetEmptyString().GetTaggedValue(); in NormalizeKeywordValue()
1004 return factory->GetEmptyString(); in ToString()
Djs_function.cpp278 return thread->GlobalConstants()->GetEmptyString(); in NameGetter()
685 functionName = factory->GetEmptyString(); in SetFunctionName()
805 return thread->GlobalConstants()->GetEmptyString(); in IntlNameGetter()
823 nameHandle.Update(globalConst->GetEmptyString()); in SetFunctionNameNoPrefix()
Dobject_factory.cpp3192 JSHandle<EcmaString> ObjectFactory::GetEmptyString() const in GetEmptyString() function in panda::ecmascript::ObjectFactory
3212 return GetEmptyString(); in GetStringFromStringTable()
3223 return GetEmptyString(); in GetCompressedSubStringFromStringTable()
3233 return GetEmptyString(); in GetStringFromStringTableNonMovable()
3244 return GetEmptyString(); in GetStringFromStringTableReadOnly()
3256 return GetEmptyString(); in GetStringFromStringTable()
3266 return GetEmptyString(); in GetStringFromStringTable()
3279 return *GetEmptyString(); in GetRawStringFromStringTable()
3299 return *GetEmptyString(); in GetRawStringFromStringTableWithoutJSHandle()
4123 return GetEmptyString(); in NewFromUtf8WithoutStringTable()
[all …]
Djs_date_time_format.cpp928 …RROR_AND_RETURN(thread, "Invalid time value", thread->GetEcmaVM()->GetFactory()->GetEmptyString()); in FormatDateTime()
1252 JSHandle<EcmaString> result = factory->GetEmptyString(); in NormDateTimeRange()
1275 thread->GetEcmaVM()->GetFactory()->GetEmptyString()); in NormDateTimeRange()
Djs_relative_time_format.cpp365 … THROW_RANGE_ERROR_AND_RETURN(thread, "icu formatted toString error", factory->GetEmptyString()); in Format()
Decma_string_table.cpp573 it->second = *(vm->GetFactory()->GetEmptyString()); in RelocateConstantData()
Djs_stable_array.cpp491 return factory->GetEmptyString().GetTaggedValue(); in Join()
496 return globalConst->GetEmptyString(); in Join()
596 return globalConst->GetEmptyString(); in Join()
/arkcompiler/ets_runtime/ecmascript/intl/
Dlocale_helper.cpp178 THROW_RANGE_ERROR_AND_RETURN(thread, "invalid locale", factory->GetEmptyString()); in CanonicalizeUnicodeLocaleId()
182 THROW_RANGE_ERROR_AND_RETURN(thread, "invalid locale", factory->GetEmptyString()); in CanonicalizeUnicodeLocaleId()
195 THROW_RANGE_ERROR_AND_RETURN(thread, "invalid locale", factory->GetEmptyString()); in CanonicalizeUnicodeLocaleId()
204 THROW_RANGE_ERROR_AND_RETURN(thread, "invalid locale", factory->GetEmptyString()); in CanonicalizeUnicodeLocaleId()
/arkcompiler/ets_runtime/ecmascript/tests/
Dglue_regs_test.cpp59 EXPECT_TRUE(globalConst->GetEmptyString().IsString()); in HWTEST_F_L0()
Dlocale_helper_test.cpp129 JSHandle<EcmaString> emptyString = factory->GetEmptyString(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/base/
Derror_helper.cpp56 msg = JSHandle<JSTaggedValue>::Cast(factory->GetEmptyString()); in ErrorCommonToString()
Djson_stringifier.cpp125 JSHandle<JSTaggedValue> key(factory_->GetEmptyString()); in Stringify()
237 JSHandle<JSTaggedValue> holderKey(factory_->GetEmptyString()); in SerializeHolder()
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dason_test.cpp264 JSHandle<JSTaggedValue> rootName(factory->GetEmptyString()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp310 JSHandle<EcmaString> emptyString = factory->GetEmptyString(); in NewJSRegExpIterator()
954 JSStringIterator::CreateStringIterator(thread_, factory->GetEmptyString()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_runtime_stub_test.cpp134 JSHandle<EcmaString> handleEmptyStr = factory->GetEmptyString(); in HWTEST_F_L0()

12