Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dshared_builtins.cpp173 JSHandle<JSTaggedValue> strTag(factory_->NewFromUtf8ReadOnly("SendableArrayBuffer")); in InitializeSArrayBuffer() local
240 JSHandle<JSTaggedValue> strTag(factory_->NewFromUtf8ReadOnly("SendableSet")); in InitializeSSet() local
297 JSHandle<JSTaggedValue> strTag(factory_->NewFromUtf8ReadOnly("SendableMap")); in InitializeSMap() local
1082 JSHandle<JSTaggedValue> strTag(factory_->NewFromUtf8ReadOnly("BitVector")); in InitializeSharedBitVector() local
Dbuiltins_string.cpp64 JSHandle<JSTaggedValue> strTag(str); in StringConstructor() local
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp772 auto strTag = panda_file::LiteralTag::STRING; in AddScopeNamesRecord() local