Searched defs:cjsInfo (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/require/ |
| D | js_require_manager.cpp | 25 void RequireManager::InitializeCommonJS(JSThread *thread, CJSInfo cjsInfo) in InitializeCommonJS() 60 void RequireManager::CollectExecutedExp(JSThread *thread, CJSInfo cjsInfo) in CollectExecutedExp()
|
| /arkcompiler/ets_runtime/ecmascript/require/tests/ |
| D | js_cjs_manager_test.cpp | 70 CJSInfo cjsInfo(module, require, exports, fileName, dirName); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_vm.cpp | 601 CJSInfo cjsInfo(module, require, exports, filename, dirname); in CJSExecution() local
|