Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_string-inl.h30 inline EcmaString *EcmaString::CreateEmptyString(const EcmaVM *vm) in CreateEmptyString() function
Decma_string.h1089 static EcmaString *CreateEmptyString(const EcmaVM *vm) in CreateEmptyString() function
/arkcompiler/ets_runtime/ecmascript/tests/
Dconstant_string_test.cpp32 HWTEST_F_L0(ConstantStringTest, CreateEmptyString) in HWTEST_F_L0() argument
Decma_string_test.cpp59 HWTEST_F_L0(EcmaStringTest, CreateEmptyString) in HWTEST_F_L0() argument
Decma_string_accessor_test.cpp90 HWTEST_F_L0(EcmaStringAccessorTest, CreateEmptyString) in HWTEST_F_L0() argument
/arkcompiler/runtime_core/static_core/runtime/coretypes/
Dstring.cpp174 String *String::CreateEmptyString(const LanguageContext &ctx, PandaVM *vm) in CreateEmptyString() function in ark::coretypes::String