Home
last modified time | relevance | path

Searched refs:CreateFromString (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/runtime/include/coretypes/
Dstring.h57 static String *CreateFromString(String *str, const LanguageContext &ctx, PandaVM *vm);
/arkcompiler/runtime_core/runtime/coretypes/
Dstring.cpp34 String *String::CreateFromString(String *str, const LanguageContext &ctx, PandaVM *vm) in CreateFromString() function in panda::coretypes::String