Home
last modified time | relevance | path

Searched defs:emptyString (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dlocale_helper_test.cpp162 JSHandle<EcmaString> emptyString = factory->GetEmptyString(); in HWTEST_F_L0() local
Ddump_test.cpp673 … JSHandle<EcmaString> emptyString(thread->GlobalConstants()->GetHandledEmptyString()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/base/tests/
Djson_parser_test.cpp200 JSHandle<EcmaString> emptyString(thread->GlobalConstants()->GetHandledEmptyString()); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_RegExp.cpp194 VMHandle<EtsString> emptyString(coroutine, EtsString::CreateNewEmptyString()->GetCoreType()); in SetSuccessfulMatchLegacyProperties() local
232 VMHandle<EtsString> emptyString(coroutine, EtsString::CreateNewEmptyString()->GetCoreType()); in SetUnsuccessfulMatchLegacyProperties() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp271 JSHandle<JSTaggedValue> emptyString(factory->GetEmptyString()); in FunctionPrototypeBind() local
Dbuiltins_regexp.cpp319 JSHandle<EcmaString> emptyString = factory->GetEmptyString(); in GetAllFlagsInternal() local
2008 JSHandle<JSTaggedValue> emptyString = thread->GlobalConstants()->GetHandledEmptyString(); in RegExpBuiltinExec() local
2702 JSTaggedValue emptyString = factory->GetEmptyString().GetTaggedValue(); in CreateGlobalResultTable() local
Dbuiltins.cpp602 JSHandle<JSTaggedValue> emptyString(thread_->GlobalConstants()->GetHandledEmptyString()); in InitializeFunction() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Dobject_helpers.cpp215 static const char *emptyString = ""; in GetFieldName() local
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp190 JSHandle<EcmaString> emptyString = factory->GetEmptyString(); in NameGetter() local
Djs_serializer.cpp1477 … JSHandle<JSTaggedValue> emptyString = JSHandle<JSTaggedValue>::Cast(factory_->GetEmptyString()); in ReadEcmaString() local
Dobject_factory.cpp862 JSHandle<EcmaString> emptyString(thread_->GlobalConstants()->GetHandledEmptyString()); in GetJSError() local
1890 JSHandle<JSTaggedValue> emptyString = globalConst->GetHandledEmptyString(); in NewJSIntlBoundFunction() local
1911 JSHandle<JSTaggedValue> emptyString = globalConst->GetHandledEmptyString(); in NewJSProxyRevocFunction() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp753 Label emptyString(env); in Slice() local
1931 Label emptyString(env); in EcmaStringTrim() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dstring_test.cpp572 …String *emptyString = String::CreateEmptyString(GetLanguageContext(), Runtime::GetCurrent()->GetPa… in TEST_F() local