Home
last modified time | relevance | path

Searched defs:str_handle (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_date_test.cpp884 JSHandle<EcmaString> str_handle = thread->GetEcmaVM()->GetFactory()->NewFromASCII(str); in HWTEST_F_L0() local
965 JSHandle<EcmaString> str_handle = thread->GetEcmaVM()->GetFactory()->NewFromASCII(str); in HWTEST_F_L0() local
/arkcompiler/runtime_core/runtime/coretypes/
Dstring.cpp40 VMHandle<String> str_handle(thread, str); in CreateFromString() local