Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_namespace.cpp29const JSHandle<TaggedArray> &exports) in ModuleNamespaceCreate()
79 JSHandle<JSTaggedValue> exports(thread, moduleNamespace->GetExports()); in GetProperty() local
129 JSHandle<JSTaggedValue> exports(thread, moduleNamespace->GetExports()); in OwnPropertyKeys() local
148 JSHandle<JSTaggedValue> exports(thread, moduleNamespace->GetExports()); in OwnEnumPropertyKeys() local
223 JSHandle<JSTaggedValue> exports(thread, moduleNamespace->GetExports()); in HasProperty() local
253 JSHandle<JSTaggedValue> exports(thread, moduleNamespace->GetExports()); in GetOwnProperty() local
294 JSHandle<JSTaggedValue> exports(thread, moduleNamespace->GetExports()); in DeleteProperty() local
305 bool ModuleNamespace::ValidateKeysAvailable(JSThread *thread, const JSHandle<TaggedArray> &exports) in ValidateKeysAvailable()
Djs_module_source_text.cpp180const JSHandle<JSTaggedValue> &exports, in ResolveExportObject()
414 JSHandle<JSTaggedValue> &moduleName, JSHandle<JSTaggedValue> &exports, bool isBundle) in InitializeEnvironment()
/arkcompiler/ets_frontend/test262/
Dbabel-preprocessor.js21 module.exports = function(test) { function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_frontend/
Dtest_frontend_package.js34 exports.foo = function (input) { return input + 42; } method
/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/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_intrins/
Dtest_intrins.js33 exports.TestProxy = function () { method
/arkcompiler/ets_runtime/ecmascript/require/
Djs_require_manager.cpp32 JSHandle<CjsExports> exports = cjsInfo.exportsHdl; in InitializeCommonJS() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/
Dets_interop_js_gtest.cpp111 static napi_value Init(napi_env env, napi_value exports) in Init()
/arkcompiler/ets_frontend/ts2panda/
Dwebpack.config.js74 module.exports = (env, argv) => { function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dets_vm_plugin.cpp289 static napi_value Init(napi_env env, napi_value exports) in Init()
/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp384 JSHandle<CjsExports> exports = factory_->NewCjsExports(); in CJSExecution() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp3643 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