Home
last modified time | relevance | path

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

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

Completed in 25 milliseconds