File: RcppExports.R

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 (27 lines) | stat: -rw-r--r-- 659 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
27
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

version <- function() {
    .Call(`_V8_version`)
}

context_eval <- function(src, ctx, serialize = FALSE, await = FALSE) {
    .Call(`_V8_context_eval`, src, ctx, serialize, await)
}

write_array_buffer <- function(key, data, ctx) {
    .Call(`_V8_write_array_buffer`, key, data, ctx)
}

context_validate <- function(src, ctx) {
    .Call(`_V8_context_validate`, src, ctx)
}

context_null <- function(ctx) {
    .Call(`_V8_context_null`, ctx)
}

make_context <- function(set_console) {
    .Call(`_V8_make_context`, set_console)
}