Home
last modified time | relevance | path

Searched defs:strHandle (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_primitive_ref.cpp56 … JSHandle<EcmaString> strHandle(thread, EcmaString::Cast(JSPrimitiveRef::Cast(*obj)->GetValue())); in StringGetIndexProperty() local
Decma_string_table.cpp172 JSHandle<EcmaString> strHandle(vm_->GetJSThread(), string); in GetOrInternString() local
195 EcmaString *EcmaStringTable::InsertStringToTable(const JSHandle<EcmaString> &strHandle) in InsertStringToTable()
Djs_serializer.cpp608 JSHandle<EcmaString> strHandle = JSHandle<EcmaString>::Cast(value); in WriteEcmaString() local
Decma_string.cpp1241 EcmaStringAccessor::EcmaStringAccessor(const JSHandle<EcmaString> &strHandle) in EcmaStringAccessor()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string_builder.cpp238 EtsHandle<EtsString> strHandle(coroutine, str); in StringBuilderAppendString() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.cpp292 JSHandle<EcmaString> strHandle = JSHandle<EcmaString>(valHandle); in SerializeJSONProperty() local
Dfast_json_stringifier.cpp136 JSHandle<EcmaString> strHandle = JSHandle<EcmaString>(valHandle); in SerializeJSONProperty() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_RegExp.cpp384 VMHandle<EtsString> strHandle(coroutine, str->GetCoreType()); in EscompatRegExpExec() local
/arkcompiler/runtime_core/static_core/runtime/coretypes/
Dstring.cpp41 VMHandle<String> strHandle(thread, str); in CreateFromString() local
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp1645 VMHandle<coretypes::String> strHandle {}; in AssureCapacity() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp114 JSHandle<EcmaString> strHandle = factory->NewFromUtf16Literal(&codePointValue, 1); in FromCharCode() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp1338 …JSHandle<EcmaString> strHandle(vm->GetJSThread(), EcmaString::Cast(JSNApiHelper::ToJSTaggedValue(t… in Utf8Length() local