Lines Matching refs:path
151 virtual bool RunScriptPath(const char* path, bool checkPath = false) = 0;
152 virtual napi_value RunScriptBuffer(const char* path, std::vector<uint8_t>& buffer, bool isBundle) = 0;
153 virtual bool RunScriptBuffer(const std::string &path, uint8_t* buffer, size_t size, bool isBundle) = 0;
197 virtual void DumpHeapSnapshot(const std::string &path, bool isVmMode = true,
405 // run script by path
406 napi_value RunScriptForAbc(const char* path, char* entryPoint = nullptr);
407 napi_value RunScript(const char* path, char* entryPoint = nullptr);
408 napi_value RunScriptInRestrictedThread(const char* path);
409 bool GetAbcBuffer(const char* path, uint8_t **buffer, size_t* bufferSize, std::vector<uint8_t>& content,
448 virtual napi_value NapiLoadModule(const char* path, const char* module_info) = 0;
449 virtual napi_value NapiLoadModuleWithInfo(const char* path, const char* module_info) = 0;