Searched defs:cjsInfo (Results 1 - 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/require/ |
| H A D | js_require_manager.cpp | 20 void RequireManager::InitializeCommonJS(JSThread *thread, CJSInfo cjsInfo) in InitializeCommonJS() argument 55 void RequireManager::CollectExecutedExp(JSThread *thread, CJSInfo cjsInfo) in CollectExecutedExp() argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | ecma_context.cpp | 277 InvokeEcmaAotEntrypoint(JSHandle<JSFunction> mainFunc, JSHandle<JSTaggedValue> &thisArg, const JSPandaFile *jsPandaFile, std::string_view entryPoint, CJSInfo* cjsInfo) InvokeEcmaAotEntrypoint() argument [all...] |
| H A D | js_function.cpp | 505 InvokeOptimizedEntrypoint(JSThread *thread, JSHandle<JSFunction> mainFunc, JSHandle<JSTaggedValue> &thisArg, CJSInfo* cjsInfo) InvokeOptimizedEntrypoint() argument 544 GetArgsData(bool isFastCall, JSHandle<JSTaggedValue> &thisArg, JSHandle<JSFunction> mainFunc, CJSInfo* cjsInfo) GetArgsData() argument [all...] |
Completed in 4 milliseconds