Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_namespace.cpp27const JSHandle<TaggedArray> &exports) in ModuleNamespaceCreate()
76 JSHandle<JSTaggedValue> exports(thread, moduleNamespace->GetExports()); in GetProperty() local
117 JSHandle<JSTaggedValue> exports(thread, moduleNamespace->GetExports()); in OwnPropertyKeys() local
192 JSHandle<JSTaggedValue> exports(thread, moduleNamespace->GetExports()); in HasProperty() local
222 JSHandle<JSTaggedValue> exports(thread, moduleNamespace->GetExports()); in GetOwnProperty() local
263 JSHandle<JSTaggedValue> exports(thread, moduleNamespace->GetExports()); in DeleteProperty() local
274 bool ModuleNamespace::ValidateKeysAvailable(JSThread *thread, const JSHandle<TaggedArray> &exports) in ValidateKeysAvailable()
Djs_module_source_text.cpp276 JSHandle<JSTaggedValue> &moduleName, JSHandle<JSTaggedValue> &exports, bool isBundle) in InitializeEnvironment()
/arkcompiler/ets_frontend/test262/
Dbabel-preprocessor.js21 module.exports = function(test) { function
/arkcompiler/ets_runtime/ecmascript/require/tests/
Djs_cjs_manager_test.cpp67 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/ecmascript/require/
Djs_require_manager.cpp32 JSHandle<CjsExports> exports = cjsInfo.exportsHdl; in InitializeCommonJS() local
/arkcompiler/ets_frontend/ts2panda/
Dwebpack.config.js74 module.exports = (env, argv) => { function
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp591 JSHandle<CjsExports> exports = factory_->NewCjsExports(); in CJSExecution() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp3551 JSHandle<JSTaggedValue> exports(factory_->NewEmptyJSObject()); in InitializeCjsModule() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …);return`[${38+t};2;${r[0]};${r[1]};${r[2]}m`};Object.defineProperty(e,"exports",{enumerable:!0,g… argument