/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/perf/ |
H A D | run_test.js | 15 globalThis.require = require; 20 let etsVm = require(penv.MODULE_PATH + '/ets_interop_js_napi'); 37 globalThis.jsCode = require('./code.js');
|
/arkcompiler/ets_runtime/test/moduletest/require/ |
H A D | require.js | 17 * @tc.name:require 18 * @tc.desc:test require 20 * @tc.require: issueI5NO8G 22 var b = require('./B.js'); 23 var c = require('./C.js'); 24 var index = require('.');
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/perf/benchmarks/ |
H A D | launcher.js | 16 let initBenchmarks = require('./caller.js').initBenchmarks; 17 let JSCallee = require('./callee.js'); 21 let arkVM = require(penv.MODULE_PATH + '/ets_interop_js_napi'); 73 globalThis.require = require;
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/checked/ |
H A D | run_checked_test.js | 19 let etsVm = require(penv.MODULE_PATH + '/ets_interop_js_napi.node'); 20 globalThis.require = require;
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/ |
H A D | gtest_launcher.js | 58 globalThis.gtest.etsVm = require('lib/module/ets_interop_js_napi'); 76 // 'globalThis.require' is used by gtests to load the node modules 77 globalThis.require = require; 92 const etsGtest = require(`${gtestDir}/lib/module/${gtestName}`);
|
/arkcompiler/ets_runtime/ecmascript/require/tests/ |
H A D | js_cjs_manager_test.cpp | 19 #include "ecmascript/require/js_cjs_module.h" 20 #include "ecmascript/require/js_cjs_module_cache.h" 21 #include "ecmascript/require/js_require_manager.h" 57 * @tc.require: 65 JSHandle<JSTaggedValue> require = thread->GetEcmaVM()->GetGlobalEnv()->GetCjsRequireFunction(); in HWTEST_F_L0() local 69 CJSInfo cjsInfo(module, require, exports, fileName, dirName); in HWTEST_F_L0() 84 * @tc.require: 93 JSHandle<JSTaggedValue> require = thread->GetEcmaVM()->GetGlobalEnv()->GetCjsRequireFunction(); in HWTEST_F_L0() local 97 CJSInfo cjsInfo1(module1, require, exports, fileName, dirName); in HWTEST_F_L0() 107 CJSInfo cjsInfo2(module2, require, export in HWTEST_F_L0() [all...] |
/arkcompiler/ets_frontend/arkguard/scripts/ |
H A D | obfuscate_script.js | 16 const fs = require('fs'); 17 const path = require('path'); 18 const { exec } = require('child_process');
|
H A D | execute_result_statistics.js | 16 const fs = require('fs'); 17 const path = require('path'); 18 const diff = require('diff'); 19 const { execSync } = require('child_process');
|
/arkcompiler/ets_frontend/arkguard/test/grammar/shorthand/toplevelConfig/ |
H A D | requireApi_worker_threads.js | 17 const { Worker, isMainThread, parentPort, workerData, MessagePort} = require('worker_threads'); 21 const { resourceLimits, threadId, BroadcastChannel} = require('worker_threads');
|
/arkcompiler/ets_frontend/arkguard/test/grammar/shorthand/defaultConfig/ |
H A D | requireApi_worker_threads.js | 17 const { Worker, isMainThread, parentPort, workerData, MessagePort} = require('worker_threads'); 21 const { resourceLimits, threadId, BroadcastChannel} = require('worker_threads');
|
/arkcompiler/ets_frontend/es2panda/scripts/ |
H A D | ts2abc.js | 17 const path = require("path"); 18 const fs = require("fs"); 19 const spawn = require('child_process').spawn;
|
/arkcompiler/ets_runtime/ecmascript/require/ |
H A D | js_require_manager.h | 21 #include "ecmascript/require/js_cjs_module_cache.h" 22 #include "ecmascript/require/js_cjs_module.h" 23 #include "ecmascript/require/js_cjs_require.h" 24 #include "ecmascript/require/js_cjs_exports.h" 34 JSHandle<JSTaggedValue> &require, in CJSInfo() 37 JSHandle<JSTaggedValue> &dirname) : moduleHdl(module), requireHdl(require), exportsHdl(exports), in CJSInfo()
|
/arkcompiler/ets_runtime/tools/circuit_viewer/src/ |
H A D | index.js | 19 const { NapiLog } = require('./ir/NapiLog');
20 const { MainEditor } = require('./MainEditor');
|
/arkcompiler/ets_runtime/tools/ap_file_viewer/ |
H A D | webpack.config.js | 16 const path = require('path'); 17 const childProcess = require('child_process'); 18 const fs = require('fs');
|
/arkcompiler/ets_runtime/test/moduletest/protobuf/ |
H A D | protobuf.js | 16 var write = require("./write.js");
|
H A D | minimal.js | 18 util.LongBits = require("./longbits.js");
|
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/ |
H A D | RightMenu.js | 16 const { X2DFast } = require('./graphics/X2DFast'); 17 const { Scr } = require('./XDefine'); 18 const { XTools } = require('./XTools');
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic/ets_to_ts/ |
H A D | check_generic_explicitly_declared.js | 16 const { explicitlyDeclaredType } = require('generic.test.js');
|
H A D | check_generic_any.js | 16 const { genericFunction, num } = require('generic.test.js');
|
H A D | check_generic_subset_ref.js | 16 const { genericSubsetRef, data } = require('generic.test.js');
|
H A D | check_generic_tuple.js | 16 const { tupleDeclaredType, num, bool } = require('generic.test.js');
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/ets_function_proxy/ |
H A D | ets_function_proxy.test.js | 16 const etsVm = require('lib/module/ets_interop_js_napi');
|
/arkcompiler/ets_runtime/tools/circuit_viewer/ |
H A D | webpack.debug.config.js | 16 const path = require('path');
|
H A D | webpack.dist.config.js | 16 const path = require('path');
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/dot_operator/sts_to_js/ |
H A D | check_not_nullish_operator.js | 18 } = require('dot_operator.test');
|