Searched defs:CreateRuntime (Results 1 – 8 of 8) sorted by relevance
24 void CreateRuntime() in CreateRuntime() function in panda::mem::test::MemLeakTest
45 void CreateRuntime(RuntimeOptions &options) in CreateRuntime() function in panda::test::IntrinsicsBlacklistTest
69 inline void CreateRuntime(ExType exType) in CreateRuntime() function in panda::test::PandaExceptionTest
82 bool CreateRuntime(std::function<bool(base_options::Options *, RuntimeOptions *)> const &addOptions) in CreateRuntime() function107 bool CreateRuntime(const std::string &stdlibAbc, const std::string &pathAbc, const bool useJit, con… in CreateRuntime() function
120 Runtime *CreateRuntime() in CreateRuntime() function
111 Runtime *CreateRuntime() in CreateRuntime() function
191 static napi_value CreateRuntime(napi_env env, napi_callback_info info) in CreateRuntime() function
268 bool CreateRuntime(const std::string &stdlibAbc, const std::string &pathAbc, bool enableJit, in CreateRuntime() function in panda::ets::test::EtsVMConfingNapi