Home
last modified time | relevance | path

Searched refs:strTag (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dshared_builtins.cpp170 JSHandle<JSTaggedValue> strTag(factory_->NewFromUtf8ReadOnly("SendableArrayBuffer")); in InitializeSArrayBuffer()
171 arrayBufferPrototype->SetPropertyInlinedProps(thread_, fieldIndex++, strTag.GetTaggedValue()); in InitializeSArrayBuffer()
237 JSHandle<JSTaggedValue> strTag(factory_->NewFromUtf8ReadOnly("SendableSet")); in InitializeSSet()
238 setPrototype->SetPropertyInlinedProps(thread_, fieldIndex++, strTag.GetTaggedValue()); in InitializeSSet()
294 JSHandle<JSTaggedValue> strTag(factory_->NewFromUtf8ReadOnly("SendableMap")); in InitializeSMap()
295 mapPrototype->SetPropertyInlinedProps(thread_, fieldIndex++, strTag.GetTaggedValue()); in InitializeSMap()
H A Dbuiltins_string.cpp68 JSHandle<JSTaggedValue> strTag(str); in StringConstructor()
69 return JSPrimitiveRef::StringCreate(thread, strTag, newTarget).GetTaggedValue(); in StringConstructor()
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H A Demitter.cpp693 auto strTag = panda_file::LiteralTag::STRING; in AddScopeNamesRecord() local
697 tag.value_ = static_cast<uint8_t>(strTag); in AddScopeNamesRecord()
700 val.tag_ = strTag; in AddScopeNamesRecord()

Completed in 10 milliseconds