Home
last modified time | relevance | path

Searched defs:strTag (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dshared_builtins.cpp174 JSHandle<JSTaggedValue> strTag(factory_->NewFromUtf8ReadOnly("SendableArrayBuffer")); in InitializeSArrayBuffer() local
241 JSHandle<JSTaggedValue> strTag(factory_->NewFromUtf8ReadOnly("SendableSet")); in InitializeSSet() local
298 JSHandle<JSTaggedValue> strTag(factory_->NewFromUtf8ReadOnly("SendableMap")); in InitializeSMap() local
1083 JSHandle<JSTaggedValue> strTag(factory_->NewFromUtf8ReadOnly("BitVector")); in InitializeSharedBitVector() local
Dbuiltins_string.cpp68 JSHandle<JSTaggedValue> strTag(str); in StringConstructor() local
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp434 auto strTag = panda_file::LiteralTag::STRING; in AddScopeNamesRecord() local