Home
last modified time | relevance | path

Searched defs:binding (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
H A Dmodule_tools.cpp60 ResolvedIndexBinding *binding = ResolvedIndexBinding::Cast(resolvedBinding.GetTaggedObject()); in ProcessModuleLoadInfo() local
82 ResolvedBinding *binding = ResolvedBinding::Cast(resolvedBinding.GetTaggedObject()); ProcessModuleLoadInfo() local
[all...]
H A Dmodule_manager_helper.cpp96 GetResolvedRecordIndexBindingModule( JSThread *thread, JSHandle<SourceTextModule> module, JSHandle<ResolvedRecordIndexBinding> binding) GetResolvedRecordIndexBindingModule() argument
124 GetResolvedRecordBindingModule(JSThread *thread, JSHandle<SourceTextModule> module, JSHandle<ResolvedRecordBinding> binding) GetResolvedRecordBindingModule() argument
230 ResolvedIndexBinding *binding = ResolvedIndexBinding::Cast(resolution.GetTaggedValue()); UpdateBindingAndGetModuleValue() local
[all...]
H A Djs_module_namespace.cpp106 JSHandle<JSTaggedValue> binding = SourceTextModule::ResolveExport(thread, mm, key, resolveSet); in GetProperty() local
362 JSHandle<JSTaggedValue> binding = SourceTextModule::ResolveExport(thread, mm, key, resolveSet); ValidateKeysAvailable() local
[all...]
H A Djs_shared_module.cpp64 JSHandle<JSTaggedValue> SendableClassModule::CloneRecordNameBinding(JSThread *thread, JSTaggedValue binding) in CloneRecordNameBinding() argument
H A Djs_shared_module_manager.cpp67 ResolvedIndexBinding *binding = ResolvedIndexBinding::Cast(resolvedBinding.GetTaggedObject()); in GetSendableModuleValueImpl() local
101 ResolvedIndexBinding *binding = ResolvedIndexBinding::Cast(resolvedBinding.GetTaggedObject()); in GetLazySendableModuleValueImpl() local
H A Djs_module_manager.cpp118 ResolvedIndexBinding *binding = ResolvedIndexBinding::Cast(resolvedBinding.GetTaggedObject()); in GetModuleValueOutterInternal() local
138 ResolvedBinding *binding = ResolvedBinding::Cast(resolvedBinding.GetTaggedObject()); in GetModuleValueOutterInternal() local
312 ResolvedBinding *binding = ResolvedBinding::Cast(resolvedBinding.GetTaggedObject()); GetModuleValueOutterInternal() local
[all...]
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DscopesInitPhase.cpp454 void ScopesInitPhase::BindVarDecl([[maybe_unused]] ir::Identifier *binding, ir::Expression *init, varbinder::Decl *decl, in BindVarDecl() argument
775 void InitScopesPhaseETS::BindVarDecl(ir::Identifier *binding, ir::Expression *init, varbinder::Decl *decl, in BindVarDecl() argument
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Ddebugger_api.cpp482 ResolvedIndexBinding *binding = ResolvedIndexBinding::Cast(resolvedBinding.GetTaggedObject()); in GetImportModule() local

Completed in 10 milliseconds