File: NAMESPACE

package info (click to toggle)
r-cran-v8 6.0.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 436 kB
  • sloc: javascript: 980; cpp: 424; sh: 23; makefile: 8
file content (26 lines) | stat: -rw-r--r-- 670 bytes parent folder | download
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)