Home
last modified time | relevance | path

Searched defs:strObj (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/loadicbyvalue/
Dloadicbyvalue.js80 var strObj = new String("方舟ArkTS运行时(ARK TypeScript Runtime)是OpenHarmony上ArkTS应用使用的运行时。包含ArkTS/JS对象的… variable
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h1371 auto strObj = static_cast<EcmaString *>(key.GetTaggedObject()); in StringToElementIndex() local
1388 auto strObj = static_cast<EcmaString *>(tagged.GetTaggedObject()); in StringToDouble() local
Dobject_fast_operator-inl.h1079 auto strObj = static_cast<EcmaString *>(key.GetTaggedObject()); in TryStringOrSymbolToIndex() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dintrinsics_api_impl.cpp338 napi_value strObj; in JSValueToString() local
/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp1169 auto strObj = static_cast<EcmaString *>(strVal->GetTaggedObject()); in StringToBigInt() local