Home
last modified time | relevance | path

Searched defs:exports (Results 1 – 21 of 21) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_namespace.cpp27 …Value> ModuleNamespace::CreateSortedExports(JSThread *thread, const JSHandle<TaggedArray> &exports) in CreateSortedExports()
42const JSHandle<TaggedArray> &exports) in ModuleNamespaceCreate()
91 JSHandle<JSTaggedValue> exports(thread, moduleNamespace->GetExports()); in GetProperty() local
176 JSHandle<JSTaggedValue> exports(thread, moduleNamespace->GetExports()); in OwnPropertyKeys() local
195 JSHandle<JSTaggedValue> exports(thread, moduleNamespace->GetExports()); in OwnEnumPropertyKeys() local
270 JSHandle<JSTaggedValue> exports(thread, moduleNamespace->GetExports()); in HasProperty() local
300 JSHandle<JSTaggedValue> exports(thread, moduleNamespace->GetExports()); in GetOwnProperty() local
341 JSHandle<JSTaggedValue> exports(thread, moduleNamespace->GetExports()); in DeleteProperty() local
352 bool ModuleNamespace::ValidateKeysAvailable(JSThread *thread, const JSHandle<TaggedArray> &exports) in ValidateKeysAvailable()
Dmodule_manager_helper.cpp36 JSHandle<JSTaggedValue> exports = GetNativeOrCjsExports(thread, resolvedModule); in GetNativeOrCjsModuleValue() local
45 JSMutableHandle<JSTaggedValue> exports(thread, thread->GlobalConstants()->GetUndefined()); in GetNativeOrCjsExports() local
73 JSHandle<JSTaggedValue> exports = GetNativeOrCjsExports(thread, module.GetTaggedValue()); in GetModuleValue() local
209 … JSHandle<JSTaggedValue> exports = GetNativeOrCjsExports(thread, requiredModule.GetTaggedValue()); in UpdateBindingAndGetModuleValue() local
Djs_shared_module.cpp169 JSHandle<TaggedArray> exports = GenerateSharedExports(thread, oldExports); in CreateSharedSortedExports() local
182const JSHandle<TaggedArray> &exports) in SModuleNamespaceCreate()
Djs_shared_module_manager.cpp279 const JSHandle<JSTaggedValue> &module, const JSHandle<TaggedArray> &exports) in SModuleNamespaceCreate()
Djs_module_source_text.cpp162const JSHandle<JSTaggedValue> &exports, in ResolveExportObject()
/arkcompiler/ets_frontend/test262/
Dbabel-preprocessor.js21 module.exports = function(test) { function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/ark_js_napi_tests/
Dsample_function.cpp36 static napi_value Init(napi_env env, napi_value exports) in Init()
/arkcompiler/ets_runtime/ecmascript/require/tests/
Djs_cjs_manager_test.cpp66 JSHandle<CjsExports> exports = factory->NewCjsExports(); in HWTEST_F_L0() local
94 JSHandle<CjsExports> exports = factory->NewCjsExports(); in HWTEST_F_L0() local
Djs_cjs_module_test.cpp73 JSHandle<EcmaString> exports(factory->NewFromUtf8("export string")); in HWTEST_F_L0() local
112 JSHandle<EcmaString> exports(factory->NewFromUtf8("test")); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/tools/ap_file_viewer/
Dwebpack.config.js67 module.exports = (env, argv) => { function
/arkcompiler/ets_runtime/ecmascript/require/
Djs_require_manager.cpp27 JSHandle<CjsExports> exports = cjsInfo.exportsHdl; in InitializeCommonJS() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/
Dets_interop_js_gtest.cpp100 static napi_value Init(napi_env env, napi_value exports) in Init()
/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DScopeAnalyzer.spec.ts195 exports: undefined, variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dets_vm_plugin.cpp332 static napi_value Init(napi_env env, napi_value exports) in Init()
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp900 ArenaVector<ir::ExportSpecifier *> exports(Allocator()->Adapter()); in ParseExport() local
1048 ArenaVector<ir::ExportSpecifier *> exports(Allocator()->Adapter()); in ParseSingleExport() local
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/
D.eslintrc.json49 "exports": "never", string
/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp443 JSHandle<CjsExports> exports = factory_->NewCjsExports(); in CJSExecution() local
/arkcompiler/ets_frontend/ets2panda/linter/
D.eslintrc.json70 "exports": "never", string
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp3843 JSHandle<JSTaggedValue> exports(factory_->NewEmptyJSObject()); in InitializeCjsModule() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js4467 t.exports = function() { function
10972 exports: t.exports, property
92839 exports: {} property
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …&"function"==typeof Buffer.allocUnsafe&&"function"==typeof Buffer.from;e.exports=function(e,n,i){i… function