mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 12:49:10 +00:00
Rename deno_load to deno_execute.
This commit is contained in:
parent
482fc3a2ce
commit
56c3ac464e
3 changed files with 15 additions and 15 deletions
|
@ -29,7 +29,7 @@ Deno* deno_new(void* data, deno_sub_cb cb);
|
|||
|
||||
// Returns false on error.
|
||||
// Get error text with deno_last_exception().
|
||||
bool deno_load(Deno* d, const char* name_s, const char* source_s);
|
||||
bool deno_execute(Deno* d, const char* js_filename, const char* js_source);
|
||||
|
||||
// Returns false on error.
|
||||
// Get error text with deno_last_exception().
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue