Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/moduletest/builtins/
Dbuiltinsobjectaddproperty.js28 "ee": "ee", property
/arkcompiler/ets_runtime/test/moduletest/assignproxy/
Dassignproxy.js23 var proxy = new Proxy({"cc":"dd", "ee":"ff"}, { property
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp65 JSMutableHandle<StarExportEntry> ee(thread, globalConstants->GetUndefined()); in GetExportedNames() local
216 JSMutableHandle<StarExportEntry> ee(thread, globalConstants->GetUndefined()); in ResolveExport() local
1358 LocalExportEntry *ee = LocalExportEntry::Cast(exportEntries->Get(idx).GetTaggedObject()); in FindByExport() local
1504 JSMutableHandle<T> ee(thread, thread->GlobalConstants()->GetUndefined()); in AddExportName() local
1536 JSMutableHandle<LocalExportEntry> ee(thread, thread->GlobalConstants()->GetUndefined()); in ResolveLocalExport() local
1574 JSMutableHandle<IndirectExportEntry> ee(thread, undefined); in ResolveIndirectExport() local
1605 JSMutableHandle<IndirectExportEntry> ee(thread, globalConstants->GetUndefined()); in CheckResolvedBinding() local
1646 JSMutableHandle<IndirectExportEntry> ee(thread, globalConstants->GetUndefined()); in CheckResolvedIndexBinding() local
Djs_module_manager.cpp576 JSMutableHandle<LocalExportEntry> ee(thread, thread->GlobalConstants()->GetUndefined()); in GetExportObjectIndex() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp486 JSMutableHandle<ImportEntry> ee(thread, thread->GlobalConstants()->GetUndefined()); in GetImportModule() local
529 JSMutableHandle<LocalExportEntry> ee(thread, thread->GlobalConstants()->GetUndefined()); in GetModuleVariableIndex() local
653 JSMutableHandle<LocalExportEntry> ee(thread, thread->GlobalConstants()->GetUndefined()); in InitializeExportVariables() local
698 JSMutableHandle<LocalExportEntry> ee(thread, thread->GlobalConstants()->GetUndefined()); in GetLocalExportVariables() local
739 JSMutableHandle<IndirectExportEntry> ee(thread, thread->GlobalConstants()->GetUndefined()); in GetIndirectExportVariables() local
775 JSMutableHandle<ImportEntry> ee(thread, thread->GlobalConstants()->GetUndefined()); in GetImportVariables() local
/arkcompiler/ets_runtime/test/sharedtest/definesendableclass/
Ddefinesendableclass.ts60 ee: number = 11; property in Child
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js10275 const ee = { variable