Home
last modified time | relevance | path

Searched defs:nameString (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dsymbol_table.h56 auto *nameString = static_cast<EcmaString *>(name.GetTaggedObject()); in IsMatch() local
64 auto *nameString = static_cast<EcmaString *>(obj.GetTaggedObject()); in Hash() local
Djs_function.cpp723 JSHandle<JSTaggedValue> nameString = thread->GlobalConstants()->GetHandledNameString(); in NameSetter() local
/arkcompiler/ets_runtime/ecmascript/require/
Djs_cjs_module_cache.h63 auto *nameString = static_cast<EcmaString *>(fileName.GetTaggedObject()); in IsMatch() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp857 JSHandle<JSTaggedValue> nameString(factory_->NewFromASCII("BigInt")); in InitializeBigIntWithRealm() local
1027 JSHandle<JSTaggedValue> nameString(factory_->NewFromUtf8(name)); in InitializeExoticConstructor() local
1125 JSHandle<JSTaggedValue> nameString; in SetErrorWithRealm() local
1284 JSHandle<JSTaggedValue> nameString(factory_->NewFromUtf8(name)); in InitializeCtor() local
2945 JSHandle<JSTaggedValue> nameString(factory_->NewFromUtf8(name)); in NewBuiltinCjsCtor() local
3004 JSHandle<JSTaggedValue> nameString(factory_->NewFromUtf8(name)); in SetFunctionAtSymbol() local
3344 JSHandle<JSTaggedValue> nameString(factory_->NewFromUtf8(name)); in ITERATE_INTL() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp117 JSHandle<JSTaggedValue> nameString = globalConst->GetHandledNameString(); in ExtractAndReturnWhetherWithElements() local
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_private.cpp179 JSHandle<JSTaggedValue> nameString(factory->NewFromASCII(name)); in NewContainerConstructor() local
256 JSHandle<JSTaggedValue> nameString(factory->NewFromASCII(name)); in SetFunctionAtSymbol() local