Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Dlocale_helper_test.cpp129 JSHandle<EcmaString> emptyString = factory->GetEmptyString(); in HWTEST_F_L0() local
Ddump_test.cpp775 … JSHandle<EcmaString> emptyString(thread->GlobalConstants()->GetHandledEmptyString()); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_RegExp.cpp217 VMHandle<EtsString> emptyString(coroutine, EtsString::CreateNewEmptyString()->GetCoreType()); in SetSuccessfulMatchLegacyProperties() local
254 VMHandle<EtsString> emptyString(coroutine, EtsString::CreateNewEmptyString()->GetCoreType()); in SetUnsuccessfulMatchLegacyProperties() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp288 JSHandle<JSTaggedValue> emptyString(factory->GetEmptyString()); in FunctionPrototypeBindInternal() local
Dbuiltins_regexp.cpp390 JSHandle<EcmaString> emptyString = factory->GetEmptyString(); in GetAllFlagsInternal() local
852 JSHandle<JSTaggedValue> emptyString(thread, globalConst->GetEmptyString()); in RegExpReplaceFast() local
2121 JSHandle<JSTaggedValue> emptyString = thread->GlobalConstants()->GetHandledEmptyString(); in RegExpBuiltinExec() local
2796 JSTaggedValue emptyString = factory->GetEmptyString().GetTaggedValue(); in CreateGlobalResultTable() local
/arkcompiler/ets_runtime/ecmascript/base/tests/
Djson_parser_test.cpp253 JSHandle<EcmaString> emptyString(thread->GlobalConstants()->GetHandledEmptyString()); in HWTEST_F_L0() local
Dason_test.cpp187 JSHandle<EcmaString> emptyString(thread->GlobalConstants()->GetHandledEmptyString()); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Dobject_helpers.cpp247 static const char *emptyString = ""; in GetFieldName() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dstring_test.cpp574 …String *emptyString = String::CreateEmptyString(GetLanguageContext(), Runtime::GetCurrent()->GetPa… in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp697 Label emptyString(env); in SubStr() local
1026 Label emptyString(env); in Slice() local
2990 Label emptyString(env); in EcmaStringTrim() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp314 JSHandle<EcmaString> emptyString = factory->GetEmptyString(); in NewJSRegExpIterator() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp977 JSHandle<EcmaString> emptyString(thread_->GlobalConstants()->GetHandledEmptyString()); in GetJSError() local
2328 JSHandle<JSTaggedValue> emptyString = globalConst->GetHandledEmptyString(); in NewJSIntlBoundFunction() local
2351 JSHandle<JSTaggedValue> emptyString = globalConst->GetHandledEmptyString(); in NewJSProxyRevocFunction() local