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.cpp627 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.cpp783 JSHandle<JSTaggedValue> nameString(factory_->NewFromASCII("BigInt")); in InitializeBigIntWithRealm() local
943 JSHandle<JSTaggedValue> nameString(factory_->NewFromUtf8(name)); in InitializeExoticConstructor() local
1041 JSHandle<JSTaggedValue> nameString; in SetErrorWithRealm() local
1200 JSHandle<JSTaggedValue> nameString(factory_->NewFromUtf8(name)); in InitializeCtor() local
2703 JSHandle<JSTaggedValue> nameString(factory_->NewFromUtf8(name)); in NewBuiltinCjsCtor() local
2758 JSHandle<JSTaggedValue> nameString(factory_->NewFromUtf8(name)); in SetFunctionAtSymbol() local
3082 JSHandle<JSTaggedValue> nameString(factory_->NewFromUtf8(name)); in InitializeIntlCtor() 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.cpp178 JSHandle<JSTaggedValue> nameString(factory->NewFromASCII(name)); in NewContainerConstructor() local
255 JSHandle<JSTaggedValue> nameString(factory->NewFromASCII(name)); in SetFunctionAtSymbol() local