Searched defs:cjsInfo (Results 1 – 4 of 4) 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 | 69 CJSInfo cjsInfo(module, require, exports, fileName, dirName); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | ecma_context.cpp | 220 CJSInfo* cjsInfo) in InvokeEcmaAotEntrypoint() 326 CJSInfo cjsInfo(module, require, exports, filename, dirname); in CJSExecution() local
|
D | js_function.cpp | 321 JSHandle<JSTaggedValue> &thisArg, std::string_view entryPoint, CJSInfo* cjsInfo) in InvokeOptimizedEntrypoint() 361 JSHandle<JSFunction> mainFunc, CJSInfo* cjsInfo) in GetArgsData()
|