Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dglobal_env.cpp39 JSTaggedValue emptyStr = thread->GlobalConstants()->GetEmptyString(); in Init() local
Decma_string_table.cpp100 void EcmaStringTable::InternEmptyString(EcmaString *emptyStr) in InternEmptyString()
Djs_tagged_value.cpp541 auto emptyStr = globalConst->GetHandledEmptyString(); in ToString() local
Ddump.cpp4426 CString emptyStr = "EmptyString"; in EcmaStringToStd() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_string_test.cpp536 EtsString *emptyStr = EtsString::CreateNewEmptyString(); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp830 auto emptyStr = thread->GetEcmaVM()->GetFactory()->GetEmptyString(); in Repeat() local