Searched defs:binding (Results 1 - 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/module/ |
| H A D | module_tools.cpp | 60 ResolvedIndexBinding *binding = ResolvedIndexBinding::Cast(resolvedBinding.GetTaggedObject()); in ProcessModuleLoadInfo() local 82 ResolvedBinding *binding = ResolvedBinding::Cast(resolvedBinding.GetTaggedObject()); ProcessModuleLoadInfo() local [all...] |
| H A D | module_manager_helper.cpp | 96 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 D | js_module_namespace.cpp | 106 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 D | js_shared_module.cpp | 64 JSHandle<JSTaggedValue> SendableClassModule::CloneRecordNameBinding(JSThread *thread, JSTaggedValue binding) in CloneRecordNameBinding() argument
|
| H A D | js_shared_module_manager.cpp | 67 ResolvedIndexBinding *binding = ResolvedIndexBinding::Cast(resolvedBinding.GetTaggedObject()); in GetSendableModuleValueImpl() local 101 ResolvedIndexBinding *binding = ResolvedIndexBinding::Cast(resolvedBinding.GetTaggedObject()); in GetLazySendableModuleValueImpl() local
|
| H A D | js_module_manager.cpp | 118 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 D | scopesInitPhase.cpp | 454 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 D | debugger_api.cpp | 482 ResolvedIndexBinding *binding = ResolvedIndexBinding::Cast(resolvedBinding.GetTaggedObject()); in GetImportModule() local
|
Completed in 10 milliseconds