Lines Matching full:bool
28 static Expected<JSTaggedValue, bool> ExecuteFromFile(JSThread *thread, const CString &filename,
29 … std::string_view entryPoint, bool needUpdate = false,
30 bool excuteFromJob = false);
31 …static Expected<JSTaggedValue, bool> ExecuteFromBuffer(JSThread *thread, const void *buffer, size_…
33 bool needUpdate = false);
34 …static Expected<JSTaggedValue, bool> ExecuteModuleBuffer(JSThread *thread, const void *buffer, siz…
35 … const CString &filename = "", bool needUpdate = false);
36 …static Expected<JSTaggedValue, bool> CommonExecuteBuffer(JSThread *thread, bool isBundle, const CS…
38 static Expected<JSTaggedValue, bool> Execute(JSThread *thread, const JSPandaFile *jsPandaFile,
39 … std::string_view entryPoint, bool excuteFromJob = false);
42 …static Expected<JSTaggedValue, bool> ExecuteFromBufferSecure(JSThread *thread, uint8_t *buffer, si…
44 … const CString &filename = "", bool needUpdate = false);
45 …static Expected<JSTaggedValue, bool> ExecuteModuleBufferSecure(JSThread *thread, uint8_t *buffer, …
47 bool needUpdate = false);
48 …static Expected<JSTaggedValue, bool> CommonExecuteBuffer(JSThread *thread, const CString &filename,