Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_table_generator.cpp143 JSHandle<JSTaggedValue> nextString = thread_->GlobalConstants()->GetHandledNextString(); in InitRuntimeTypeTable() local
146 std::vector<JSHandle<JSTaggedValue>> iteratorProp { nextString, throwString, returnString }; in InitRuntimeTypeTable()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_array.cpp2553 CString nextString = ConvertToString(*nextStringHandle); in ToLocaleString() local
2556 concatStr += nextString; in ToLocaleString()
2559 concatStr += nextString; in ToLocaleString()