summaryrefslogtreecommitdiff
path: root/deno2/deno_internal.h
AgeCommit message (Collapse)Author
2018-06-22Move `deno2` folder to `src` (#277)Tristan Marion
2018-06-19Snapshot clean upsRyan Dahl
- Don't call eval() in mock_runtime - not allowed - see js2c.py. - Don't use v8_use_external_startup_data - Move MakeSnapshot to snapshot_creator.cc - Use logging.h in from_snapshot.cc
2018-06-14Demo protobufs in deno2.Ryan Dahl
Adds deno_set_response() to allow stack allocated responses.
2018-06-14Add InitializeContext for future deno_nosnapshot target.Ryan Dahl
2018-06-12Fix protobufjs snapshotting.Ryan Dahl
2018-06-11Use pub/sub instead of send/recvRyan Dahl
2018-06-11s/RecvCallback/deno_recv_cb/gRyan Dahl
2018-06-10Use C linkage in deno.hRyan Dahl
2018-06-10make_snapshot should be privateRyan Dahl
Now deno.h doesn't export v8.h and is self contained.
2018-06-10Expose deno::from_snapshot() constructorRyan Dahl