| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | locale_helper_test.cpp | 129 JSHandle<EcmaString> emptyString = factory->GetEmptyString(); in HWTEST_F_L0() local
|
| D | dump_test.cpp | 782 … JSHandle<EcmaString> emptyString(thread->GlobalConstants()->GetHandledEmptyString()); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | escompat_RegExp.cpp | 199 VMHandle<EtsString> emptyString(coroutine, EtsString::CreateNewEmptyString()->GetCoreType()); in SetSuccessfulMatchLegacyProperties() local 236 VMHandle<EtsString> emptyString(coroutine, EtsString::CreateNewEmptyString()->GetCoreType()); in SetUnsuccessfulMatchLegacyProperties() local
|
| D | std_core_Type.cpp | 668 auto *emptyString = EtsString::CreateNewEmptyString(); in TypeAPIGetFunctionObjectNameFromAnnotation() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
| D | ets_string_from_char_code_test.cpp | 163 EtsString *emptyString = EtsString::CreateNewEmptyString(); in TEST_F() local
|
| D | ets_string_test.cpp | 622 auto emptyString = EtsString::CreateNewEmptyString(); in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_function.cpp | 288 JSHandle<JSTaggedValue> emptyString(factory->GetEmptyString()); in FunctionPrototypeBindInternal() local
|
| D | builtins_regexp.cpp | 399 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/ |
| D | object_helpers.cpp | 250 static const char *emptyString = ""; in GetFieldName() local
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | json_parser_test.cpp | 253 JSHandle<EcmaString> emptyString(thread->GlobalConstants()->GetHandledEmptyString()); in HWTEST_F_L0() local
|
| D | ason_test.cpp | 187 JSHandle<EcmaString> emptyString(thread->GlobalConstants()->GetHandledEmptyString()); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_class.cpp | 672 auto emptyString = EtsString::CreateNewEmptyString(); in CreateInstance() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_string_stub_builder.cpp | 685 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/ |
| D | string_test.cpp | 616 …String *emptyString = String::CreateEmptyString(GetLanguageContext(), Runtime::GetCurrent()->GetPa… in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
| D | heap_dump_test.cpp | 509 JSHandle<EcmaString> emptyString = factory->GetEmptyString(); in NewJSRegExpIterator() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_factory.cpp | 1007 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
|