Searched defs:cjsInfo (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/require/ |
| D | js_require_manager.cpp | 20 void RequireManager::InitializeCommonJS(JSThread *thread, CJSInfo cjsInfo) in InitializeCommonJS() 55 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 | 279 CJSInfo* cjsInfo) in InvokeEcmaAotEntrypoint() 456 CJSInfo cjsInfo(module, require, exports, fileName, dirName); in CJSExecution() local
|
| D | js_function.cpp | 506 JSHandle<JSTaggedValue> &thisArg, CJSInfo* cjsInfo) in InvokeOptimizedEntrypoint() 545 JSHandle<JSFunction> mainFunc, CJSInfo* cjsInfo) in GetArgsData()
|