File: RcppExports.R

package info (click to toggle)
r-cran-v8 3.4.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 552 kB
  • sloc: javascript: 2,438; cpp: 1,054; sh: 10; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 849 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
28
29
30
31
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

version <- function() {
    .Call('_V8_version', PACKAGE = 'V8')
}

context_eval <- function(src, ctx, serialize = FALSE) {
    .Call('_V8_context_eval', PACKAGE = 'V8', src, ctx, serialize)
}

write_array_buffer <- function(key, data, ctx) {
    .Call('_V8_write_array_buffer', PACKAGE = 'V8', key, data, ctx)
}

context_validate <- function(src, ctx) {
    .Call('_V8_context_validate', PACKAGE = 'V8', src, ctx)
}

context_null <- function(ctx) {
    .Call('_V8_context_null', PACKAGE = 'V8', ctx)
}

make_context <- function(set_console) {
    .Call('_V8_make_context', PACKAGE = 'V8', set_console)
}

context_enable_typed_arrays <- function(ctx) {
    .Call('_V8_context_enable_typed_arrays', PACKAGE = 'V8', ctx)
}