Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp689 JSHandle<JSTaggedValue> stringIter = globalEnv->GetStringIterator(); in HWTEST_F_L0() local
690 DUMP_FOR_HANDLE(stringIter); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp1755 JSHandle<JSTaggedValue> stringIter = SetAndReturnFunctionAtSymbol(env, stringFuncPrototype, in InitializeString() local
1771 env->SetStringProtoIterFunction(thread_, stringIter); in InitializeString()