| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_regexp-inl.h | 43 res = thread->GetEcmaVM()->GetFactory()->GetEmptyString().GetTaggedValue(); in GetCapture()
|
| D | builtins_string.cpp | 71 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 …]
|
| D | builtins_json.cpp | 144 JSHandle<JSTaggedValue> rootName(factory->GetEmptyString()); in ParseWithTransformType()
|
| D | builtins_locale.cpp | 54 JSHandle<EcmaString> localeString = factory->GetEmptyString(); in LocaleConstructor()
|
| D | builtins_function.cpp | 288 JSHandle<JSTaggedValue> emptyString(factory->GetEmptyString()); in FunctionPrototypeBindInternal()
|
| D | builtins_regexp.cpp | 393 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()
|
| D | builtins_array.cpp | 1332 return factory->GetEmptyString().GetTaggedValue(); in Join() 2547 return factory->GetEmptyString().GetTaggedValue(); in ToLocaleString() 2593 JSTaggedValue next = globalConst->GetEmptyString(); in ToLocaleString()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | global_env.cpp | 28 JSTaggedValue emptyStr = thread->GlobalConstants()->GetEmptyString(); in Init()
|
| D | ecma_string-inl.h | 44 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()
|
| D | ecma_string.cpp | 45 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()
|
| D | js_locale.cpp | 757 if (*tag == *(factory->GetEmptyString())) { in ApplyOptionsToTag() 994 return factory->GetEmptyString().GetTaggedValue(); in NormalizeKeywordValue() 1004 return factory->GetEmptyString(); in ToString()
|
| D | js_function.cpp | 278 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()
|
| D | object_factory.cpp | 3192 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 …]
|
| D | js_date_time_format.cpp | 928 …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()
|
| D | js_relative_time_format.cpp | 365 … THROW_RANGE_ERROR_AND_RETURN(thread, "icu formatted toString error", factory->GetEmptyString()); in Format()
|
| D | ecma_string_table.cpp | 573 it->second = *(vm->GetFactory()->GetEmptyString()); in RelocateConstantData()
|
| D | js_stable_array.cpp | 491 return factory->GetEmptyString().GetTaggedValue(); in Join() 496 return globalConst->GetEmptyString(); in Join() 596 return globalConst->GetEmptyString(); in Join()
|
| /arkcompiler/ets_runtime/ecmascript/intl/ |
| D | locale_helper.cpp | 178 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/ |
| D | glue_regs_test.cpp | 59 EXPECT_TRUE(globalConst->GetEmptyString().IsString()); in HWTEST_F_L0()
|
| D | locale_helper_test.cpp | 129 JSHandle<EcmaString> emptyString = factory->GetEmptyString(); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | error_helper.cpp | 56 msg = JSHandle<JSTaggedValue>::Cast(factory->GetEmptyString()); in ErrorCommonToString()
|
| D | json_stringifier.cpp | 125 JSHandle<JSTaggedValue> key(factory_->GetEmptyString()); in Stringify() 237 JSHandle<JSTaggedValue> holderKey(factory_->GetEmptyString()); in SerializeHolder()
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | ason_test.cpp | 264 JSHandle<JSTaggedValue> rootName(factory->GetEmptyString()); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
| D | heap_dump_test.cpp | 310 JSHandle<EcmaString> emptyString = factory->GetEmptyString(); in NewJSRegExpIterator() 954 JSStringIterator::CreateStringIterator(thread_, factory->GetEmptyString()); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/ic/tests/ |
| D | ic_runtime_stub_test.cpp | 134 JSHandle<EcmaString> handleEmptyStr = factory->GetEmptyString(); in HWTEST_F_L0()
|