Home
last modified time | relevance | path

Searched defs:bindingName (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Djs_shared_module.cpp70 JSHandle<JSTaggedValue> bindingName(thread, resolvedBinding->GetBindingName(thread)); in CloneRecordNameBinding() local
77 JSHandle<JSTaggedValue> bindingName(thread, resolvedBinding->GetBindingName(thread)); in CloneRecordNameBinding() local
Dmodule_value_accessor.cpp134 JSTaggedValue bindingName) in GetNativeOrCjsModuleValue()
385 JSHandle<SourceTextModule> requiredModule, int32_t index, JSTaggedValue bindingName) in UpdateBindingAndGetModuleValue()
Djs_module_source_text.cpp2331 JSHandle<JSTaggedValue> bindingName = in CreateBindingByIndexBinding() local
/arkcompiler/ets_frontend/ets2panda/evaluate/
DpathResolver.cpp85 …ring_view PathResolver::FindNamedImportAll(std::string_view filePath, std::string_view bindingName) in FindNamedImportAll()
/arkcompiler/ets_runtime/ecmascript/
Dshared_object_factory.cpp1030 JSHandle<JSTaggedValue> bindingName(undefinedValue); in NewSResolvedBindingRecord() local
1035const JSHandle<JSTaggedValue> &bindingName) in NewSResolvedBindingRecord()
1072 JSHandle<JSTaggedValue> bindingName(undefinedValue); in NewSResolvedRecordBindingRecord() local
1077 const JSHandle<EcmaString> &moduleRecord, const JSHandle<JSTaggedValue> &bindingName) in NewSResolvedRecordBindingRecord()
Dobject_factory.cpp5130 JSHandle<JSTaggedValue> bindingName(undefinedValue); in NewResolvedBindingRecord() local
5135const JSHandle<JSTaggedValue> &bindingName) in NewResolvedBindingRecord()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp12072 …Ref StubBuilder::GetNativeOrCjsModuleValueByName(GateRef glue, GateRef module, GateRef bindingName) in GetNativeOrCjsModuleValueByName()
12231 GateRef index, GateRef bindingName) in UpdateBindingAndGetModuleValue()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2010 JSTaggedValue bindingName = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local