Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_ArrayBuffer.cpp58 static PandaVector<uint8_t> ConvertEtsStringToBytes(EtsString *strObj, EtsString *encodingObj, EtsC… in ConvertEtsStringToBytes()
76 extern "C" ets_int EtsStringBytesLength(EtsString *strObj, EtsString *encodingObj) in EtsStringBytesLength()
95 extern "C" EtsEscompatArrayBuffer *EtsArrayBufferFromEncodedString(EtsString *strObj, EtsString *en… in EtsArrayBufferFromEncodedString()
/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.h1410 auto strObj = static_cast<EcmaString *>(key.GetTaggedObject()); in StringToElementIndex() local
1426 auto strObj = static_cast<EcmaString *>(tagged.GetTaggedObject()); in StringToDouble() local
Dobject_fast_operator-inl.h1166 auto strObj = static_cast<EcmaString *>(key.GetTaggedObject()); in TryStringOrSymbolToIndex() local
/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp1168 auto strObj = static_cast<EcmaString *>(strVal->GetTaggedObject()); in StringToBigInt() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dintrinsics_api_impl.cpp815 napi_value strObj; in JSValueToString() local
/arkcompiler/toolchain/tooling/dynamic/test/
Dpt_types_test.cpp1076 StringRemoteObject strObj(ecmaVm, invalidStrRef); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_bytecode_lowering.cpp988 …JSTaggedValue strObj = jitCompilationEnv->GetStringFromConstantPool(methodOffset, keyIndex, false); in RecordGate2HeapConstantIndex() local
Dslowpath_lowering.cpp1283 JSTaggedValue strObj = JSTaggedValue::Undefined(); in GetStringFromConstPool() local