Home
last modified time | relevance | path

Searched defs:binding (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_value_accessor.cpp297 JSHandle<ResolvedIndexBinding> binding(info.thread, info.resolvedBinding); in GetModuleValueFromIndexBinding() local
331 JSHandle<ResolvedBinding> binding(info.thread, info.resolvedBinding); in GetModuleValueFromBinding() local
353 JSHandle<ResolvedRecordIndexBinding> binding(info.thread, info.resolvedBinding); in GetModuleValueFromRecordIndexBinding() local
370 JSHandle<ResolvedRecordBinding> binding(info.thread, info.resolvedBinding); in GetModuleValueFromRecordBinding() local
412 ResolvedIndexBinding *binding = ResolvedIndexBinding::Cast(resolution.GetTaggedValue()); in UpdateBindingAndGetModuleValue() local
481 JSHandle<BindingType> binding, const CString& requestModuleRecordName) in GetResolvedModule()
593 ResolvedBinding *binding = ResolvedBinding::Cast(resolvedBinding.GetTaggedObject()); in GetModuleValueOuterInternal() local
Djs_shared_module.cpp50 JSHandle<ResolvedIndexBinding> binding(thread, indexBinding); in CloneRecordIndexBinding() local
64 …JSTaggedValue> SendableClassModule::CloneRecordNameBinding(JSThread *thread, JSTaggedValue binding) in CloneRecordNameBinding()
Djs_module_namespace.cpp106 JSHandle<JSTaggedValue> binding = SourceTextModule::ResolveExport(thread, mm, key, resolvedMap); in GetProperty() local
370 … JSHandle<JSTaggedValue> binding = SourceTextModule::ResolveExport(thread, mm, key, resolvedMap); in ValidateKeysAvailable() local
Djs_module_manager.cpp60 ResolvedIndexBinding *binding = ResolvedIndexBinding::Cast(resolvedBinding.GetTaggedObject()); in CheckModuleValueOutterResolved() local
92 ResolvedIndexBinding *binding = ResolvedIndexBinding::Cast(resolvedBinding.GetTaggedObject()); in GetExternalModuleVarFastPathForJIT() local
Dmodule_snapshot.cpp107 JSTaggedValue binding = environment->Get(thread, bindingIdx); in RestoreUpdatedBinding() local
Djs_module_source_text.cpp2327JSHandle<ResolvedIndexBinding> binding, in CreateBindingByIndexBinding()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp240 for (auto *binding : bindings) { in VisitVariableDeclarator() local
506 void ScopesInitPhase::BindVarDecl([[maybe_unused]] ir::Identifier *binding, ir::Expression *init, v… in BindVarDecl()
872 void InitScopesPhaseETS::BindVarDecl(ir::Identifier *binding, ir::Expression *init, varbinder::Decl… in BindVarDecl()
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.cpp487 for (const auto *binding : bindings) { in AddParamDecl() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dscope.cpp478 for (auto *binding : bindings) { in AddParamDecl() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp2062 for (const auto *binding : bindings) { in ParseVariableDeclarator() local
2420 for (const auto *binding : bindings) { in AddExportLocalEntryItem() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp524 … ResolvedIndexBinding *binding = ResolvedIndexBinding::Cast(resolvedBinding.GetTaggedObject()); in GetImportModule() local
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp171 JSHandle<SourceTextModule> module, JSHandle<ResolvedRecordIndexBinding> binding) in GetResolvedModuleFromRecordIndexBinding()
178 JSHandle<SourceTextModule> module, JSHandle<ResolvedRecordBinding> binding) in GetResolvedModuleFromRecordBinding()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2043 JSHandle<ResolvedRecordIndexBinding> binding = in DEF_RUNTIME_STUBS() local