mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-24 15:19:31 -05:00
happy new year (#170)
This commit is contained in:
parent
6c5f189063
commit
45b766c01f
12 changed files with 12 additions and 12 deletions
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
|
||||
// Copyright 2019-2020 the Deno authors. All rights reserved. MIT license.
|
||||
use libc::c_char;
|
||||
use libc::c_int;
|
||||
use std::ffi::CStr;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
|
||||
// Copyright 2019-2020 the Deno authors. All rights reserved. MIT license.
|
||||
use crate::isolate::Isolate;
|
||||
use crate::support::Opaque;
|
||||
use crate::Local;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
|
||||
// Copyright 2019-2020 the Deno authors. All rights reserved. MIT license.
|
||||
|
||||
use std::convert::From;
|
||||
use std::mem::transmute;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
|
||||
// Copyright 2019-2020 the Deno authors. All rights reserved. MIT license.
|
||||
use crate::function::FunctionCallback;
|
||||
use crate::support::intptr_t;
|
||||
use std::ffi::c_void;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
|
||||
// Copyright 2019-2020 the Deno authors. All rights reserved. MIT license.
|
||||
use crate::array_buffer::Allocator;
|
||||
use crate::external_references::ExternalReferences;
|
||||
use crate::promise::PromiseRejectMessage;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
|
||||
// Copyright 2019-2020 the Deno authors. All rights reserved. MIT license.
|
||||
//! A JSON Parser and Stringifier.
|
||||
use crate::Context;
|
||||
use crate::Local;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
|
||||
// Copyright 2019-2020 the Deno authors. All rights reserved. MIT license.
|
||||
|
||||
//! # Example
|
||||
//!
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
|
||||
// Copyright 2019-2020 the Deno authors. All rights reserved. MIT license.
|
||||
use crate::InIsolate;
|
||||
use crate::Isolate;
|
||||
use std::mem::MaybeUninit;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
|
||||
// Copyright 2019-2020 the Deno authors. All rights reserved. MIT license.
|
||||
use crate::support::int;
|
||||
use crate::support::Opaque;
|
||||
use crate::Isolate;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
|
||||
// Copyright 2019-2020 the Deno authors. All rights reserved. MIT license.
|
||||
//! For compiling scripts.
|
||||
use crate::Isolate;
|
||||
use crate::Local;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
|
||||
// Copyright 2019-2020 the Deno authors. All rights reserved. MIT license.
|
||||
use crate::support::Opaque;
|
||||
use crate::Local;
|
||||
use crate::PrimitiveArray;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
|
||||
// Copyright 2019-2020 the Deno authors. All rights reserved. MIT license.
|
||||
|
||||
#[macro_use]
|
||||
extern crate lazy_static;
|
||||
|
|
Loading…
Reference in a new issue