Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Dlocale_helper_test.cpp129 JSHandle<EcmaString> emptyString = factory->GetEmptyString(); in HWTEST_F_L0() local
Ddump_test.cpp782 … JSHandle<EcmaString> emptyString(thread->GlobalConstants()->GetHandledEmptyString()); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_RegExp.cpp199 VMHandle<EtsString> emptyString(coroutine, EtsString::CreateNewEmptyString()->GetCoreType()); in SetSuccessfulMatchLegacyProperties() local
236 VMHandle<EtsString> emptyString(coroutine, EtsString::CreateNewEmptyString()->GetCoreType()); in SetUnsuccessfulMatchLegacyProperties() local
Dstd_core_Type.cpp668 auto *emptyString = EtsString::CreateNewEmptyString(); in TypeAPIGetFunctionObjectNameFromAnnotation() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_string_from_char_code_test.cpp163 EtsString *emptyString = EtsString::CreateNewEmptyString(); in TEST_F() local
Dets_string_test.cpp622 auto emptyString = EtsString::CreateNewEmptyString(); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp288 JSHandle<JSTaggedValue> emptyString(factory->GetEmptyString()); in FunctionPrototypeBindInternal() local
Dbuiltins_regexp.cpp399 JSHandle<EcmaString> emptyString = factory->GetEmptyString(); in GetAllFlagsInternal() local
869 JSHandle<JSTaggedValue> emptyString(thread, globalConst->GetEmptyString()); in RegExpReplaceFast() local
2194 JSHandle<JSTaggedValue> emptyString = thread->GlobalConstants()->GetHandledEmptyString(); in RegExpBuiltinExec() local
2779 JSTaggedValue emptyString = factory->GetEmptyString().GetTaggedValue(); in CreateGlobalResultTable() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Dobject_helpers.cpp250 static const char *emptyString = ""; in GetFieldName() 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/plugins/ets/runtime/types/
Dets_class.cpp672 auto emptyString = EtsString::CreateNewEmptyString(); in CreateInstance() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp685 Label emptyString(env); in SubStr() local
1015 Label emptyString(env); in Slice() local
2884 Label emptyString(env); in EcmaStringTrim() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dstring_test.cpp616 …String *emptyString = String::CreateEmptyString(GetLanguageContext(), Runtime::GetCurrent()->GetPa… in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp509 JSHandle<EcmaString> emptyString = factory->GetEmptyString(); in NewJSRegExpIterator() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp1007 JSHandle<EcmaString> emptyString(thread_->GlobalConstants()->GetHandledEmptyString()); in GetJSError() local
2386 JSHandle<JSTaggedValue> emptyString = globalConst->GetHandledEmptyString(); in NewJSIntlBoundFunction() local
2409 JSHandle<JSTaggedValue> emptyString = globalConst->GetHandledEmptyString(); in NewJSProxyRevocFunction() local