Searched defs:bindingName (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_shared_module.cpp | 70 JSHandle<JSTaggedValue> bindingName(thread, resolvedBinding->GetBindingName(thread)); in CloneRecordNameBinding() local 77 JSHandle<JSTaggedValue> bindingName(thread, resolvedBinding->GetBindingName(thread)); in CloneRecordNameBinding() local
|
| D | module_value_accessor.cpp | 134 JSTaggedValue bindingName) in GetNativeOrCjsModuleValue() 385 JSHandle<SourceTextModule> requiredModule, int32_t index, JSTaggedValue bindingName) in UpdateBindingAndGetModuleValue()
|
| D | js_module_source_text.cpp | 2331 JSHandle<JSTaggedValue> bindingName = in CreateBindingByIndexBinding() local
|
| /arkcompiler/ets_frontend/ets2panda/evaluate/ |
| D | pathResolver.cpp | 85 …ring_view PathResolver::FindNamedImportAll(std::string_view filePath, std::string_view bindingName) in FindNamedImportAll()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | shared_object_factory.cpp | 1030 JSHandle<JSTaggedValue> bindingName(undefinedValue); in NewSResolvedBindingRecord() local 1035 … const JSHandle<JSTaggedValue> &bindingName) in NewSResolvedBindingRecord() 1072 JSHandle<JSTaggedValue> bindingName(undefinedValue); in NewSResolvedRecordBindingRecord() local 1077 const JSHandle<EcmaString> &moduleRecord, const JSHandle<JSTaggedValue> &bindingName) in NewSResolvedRecordBindingRecord()
|
| D | object_factory.cpp | 5130 JSHandle<JSTaggedValue> bindingName(undefinedValue); in NewResolvedBindingRecord() local 5135 … const JSHandle<JSTaggedValue> &bindingName) in NewResolvedBindingRecord()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.cpp | 12072 …Ref StubBuilder::GetNativeOrCjsModuleValueByName(GateRef glue, GateRef module, GateRef bindingName) in GetNativeOrCjsModuleValueByName() 12231 GateRef index, GateRef bindingName) in UpdateBindingAndGetModuleValue()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 2010 JSTaggedValue bindingName = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local
|