Home
last modified time | relevance | path

Searched defs:emptyStr (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dglobal_env.cpp28 JSTaggedValue emptyStr = thread->GlobalConstants()->GetEmptyString(); in Init() local
Decma_string_table.cpp156 void EcmaStringTable::InternEmptyString(JSThread *thread, EcmaString *emptyStr) in InternEmptyString()
Djs_tagged_value.cpp872 auto emptyStr = globalConst->GetHandledEmptyString(); in ToString() local
Ddump.cpp4444 CString emptyStr = "EmptyString"; in EcmaStringToStd() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_string_test.cpp537 EtsString *emptyStr = EtsString::CreateNewEmptyString(); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp1067 CString emptyStr = ""; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp990 auto emptyStr = thread->GetEcmaVM()->GetFactory()->GetEmptyString(); in Repeat() local