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.cpp718 … 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.cpp393 JSHandle<EcmaString> emptyString = factory->GetEmptyString(); in GetAllFlagsInternal() local
855 JSHandle<JSTaggedValue> emptyString(thread, globalConst->GetEmptyString()); in RegExpReplaceFast() local
2128 JSHandle<JSTaggedValue> emptyString = thread->GlobalConstants()->GetHandledEmptyString(); in RegExpBuiltinExec() local
2793 JSTaggedValue emptyString = factory->GetEmptyString().GetTaggedValue(); in CreateGlobalResultTable() local
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dason_test.cpp184 JSHandle<EcmaString> emptyString(thread->GlobalConstants()->GetHandledEmptyString()); in HWTEST_F_L0() local
Djson_parser_test.cpp253 JSHandle<EcmaString> emptyString(thread->GlobalConstants()->GetHandledEmptyString()); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Dobject_helpers.cpp246 static const char *emptyString = ""; in GetFieldName() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp645 Label emptyString(env); in SubStr() local
974 Label emptyString(env); in Slice() local
2482 Label emptyString(env); in EcmaStringTrim() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp310 JSHandle<EcmaString> emptyString = factory->GetEmptyString(); in NewJSRegExpIterator() 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/
Dobject_factory.cpp978 JSHandle<EcmaString> emptyString(thread_->GlobalConstants()->GetHandledEmptyString()); in GetJSError() local
2134 JSHandle<JSTaggedValue> emptyString = globalConst->GetHandledEmptyString(); in NewJSIntlBoundFunction() local
2155 JSHandle<JSTaggedValue> emptyString = globalConst->GetHandledEmptyString(); in NewJSProxyRevocFunction() local