Home
last modified time | relevance | path

Searched refs:CommonExecuteBuffer (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Djs_pandafile_executor.h51 static Expected<JSTaggedValue, bool> CommonExecuteBuffer(JSThread *thread, bool isBundle, const CString &filename,
70 static Expected<JSTaggedValue, bool> CommonExecuteBuffer(JSThread *thread, const CString &filename,
H A Djs_pandafile_executor.cpp174 return CommonExecuteBuffer(thread, isBundle, normalName, entry, buffer, size, executeFromJob); in ExecuteFromBuffer()
232 return CommonExecuteBuffer(thread, isBundle, name, entry, buffer, size); in ExecuteModuleBuffer()
236 Expected<JSTaggedValue, bool> JSPandaFileExecutor::CommonExecuteBuffer(JSThread *thread, in CommonExecuteBuffer() function in panda::ecmascript::JSPandaFileExecutor
351 return CommonExecuteBuffer(thread, normalName, entry, jsPandaFile.get()); in ExecuteFromBufferSecure()
356 Expected<JSTaggedValue, bool> JSPandaFileExecutor::CommonExecuteBuffer(JSThread *thread, const CString &filename, in CommonExecuteBuffer() function in panda::ecmascript::JSPandaFileExecutor
435 return CommonExecuteBuffer(thread, name, entry, jsPandaFile.get()); in ExecuteModuleBufferSecure()
471 return CommonExecuteBuffer(thread, filename, entryPoint, jsPandaFile.get()); in ExecuteSecureWithOhmUrl()

Completed in 3 milliseconds