Home
last modified time | relevance | path

Searched defs:cjsInfo (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/require/
Djs_require_manager.cpp25 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/
Djs_cjs_manager_test.cpp70 CJSInfo cjsInfo(module, require, exports, fileName, dirName); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp601 CJSInfo cjsInfo(module, require, exports, filename, dirname); in CJSExecution() local