R/RcppExports.R

Defines functions context_enable_typed_arrays make_context context_null context_validate write_array_buffer context_eval version

# 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)
}

context_enable_typed_arrays <- function(ctx) {
    .Call(`_V8_context_enable_typed_arrays`, ctx)
}

Try the V8 package in your browser

Any scripts or data that you put into this service are public.

V8 documentation built on Oct. 10, 2023, 1:08 a.m.