1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
# Generated by roxygen2: do not edit by hand
S3method("$",V8)
S3method("@",V8)
S3method("[",V8)
S3method("[[",V8)
S3method(names,V8)
S3method(print,V8)
export(JS)
export(engine_info)
export(new_context)
export(v8)
export(wasm)
export(wasm_features)
if (getRversion() >= "4.3.0" && !is.null(asNamespace("utils")$.AtNames)) S3method(utils::.AtNames,V8)
if (getRversion() >= "4.3.0") S3method(base::`@`, V8)
import(Rcpp)
importFrom(curl,curl)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(utils,head)
importFrom(utils,loadhistory)
importFrom(utils,rc.options)
importFrom(utils,savehistory)
importFrom(utils,tail)
useDynLib(V8, .registration = TRUE)
|