Home
last modified time | relevance | path

Searched refs:tempStr (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/extractortool/src/
H A Dsource_map.cpp233 std::string tempStr; in ExtractKeyInfo() local
238 tempStr += sourceMap[i]; in ExtractKeyInfo()
246 sourceKeyInfo.push_back(tempStr); in ExtractKeyInfo()
247 tempStr = ""; in ExtractKeyInfo()
251 tempStr += sourceMap[i]; in ExtractKeyInfo()
280 std::string tempStr; in HandleMappings() local
283 keyInfo.push_back(tempStr); in HandleMappings()
284 tempStr = ""; in HandleMappings()
286 if (tempStr != "") { in HandleMappings()
287 keyInfo.push_back(tempStr); in HandleMappings()
[all...]
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_sendable_tests.cpp112 Local<StringRef> tempStr = StringRef::NewFromUtf8(vm, std::to_string(i).c_str()); in GetNewSendableClassFunction() local
113 infos.instancePropertiesInfo.keys.push_back(tempStr); in GetNewSendableClassFunction()
115 infos.instancePropertiesInfo.attributes.push_back(PropertyAttribute(tempStr, true, true, true)); in GetNewSendableClassFunction()
116 infos.staticPropertiesInfo.keys.push_back(tempStr); in GetNewSendableClassFunction()
118 infos.staticPropertiesInfo.attributes.push_back(PropertyAttribute(tempStr, true, true, true)); in GetNewSendableClassFunction()
119 infos.nonStaticPropertiesInfo.keys.push_back(tempStr); in GetNewSendableClassFunction()
121 infos.nonStaticPropertiesInfo.attributes.push_back(PropertyAttribute(tempStr, true, true, true)); in GetNewSendableClassFunction()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_string_stub_builder.cpp900 GateRef tempStr = StringConcat(glue, prefixString, replHandle); in Replace() local
901 GateRef resultStr = StringConcat(glue, tempStr, suffixString); in Replace()
3080 DEFVARIABLE(tempStr, VariableType::JS_ANY(), Undefined()); in PadStart()
3158 tempStr = GetSubString(glue, panTag, Int32(0), fillStringLen); in PadStart()
3163 tempStr = panTag; in PadStart()
3176 tempStr = StringConcat(glue, panTag, *tempStr); in PadStart()
3186 tempStr = StringConcat(glue, *tempStr, lastPadString); in PadStart()
3191 tempStr in PadStart()
[all...]
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_string.cpp351 EcmaString *tempStr = EcmaStringAccessor::Concat(ecmaVm, thisHandle, nextHandle); in Concat() local
353 thisHandle = JSHandle<EcmaString>(thread, tempStr); in Concat()
1130 EcmaString *tempStr = EcmaStringAccessor::Concat(ecmaVm, prefixString, realReplaceStr); in Replace() local
1132 JSHandle<EcmaString> tempString(thread, tempStr); in Replace()
H A Dbuiltins_regexp.cpp356 JSHandle<EcmaString> tempStr = factory->ConcatFromString(slashStr, sourceStrHandle); in ToString() local
357 JSHandle<EcmaString> resultTemp = factory->ConcatFromString(tempStr, slashStr); in ToString()

Completed in 19 milliseconds