Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
chakrashim: add v8::ScriptCompiler::CreateCodeCache
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhorton committed Mar 8, 2018
1 parent 91a848f commit 4b99e65
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deps/chakrashim/include/v8.h
Original file line number Diff line number Diff line change
Expand Up @@ -997,6 +997,11 @@ class V8_EXPORT ScriptCompiler {

static V8_WARN_UNUSED_RESULT MaybeLocal<Module> CompileModule(
Isolate* isolate, Source* source);

static CachedData* CreateCodeCache(Local<UnboundScript> unbound_script,
Local<String> source) {
return nullptr;
}
};

class V8_EXPORT Message {
Expand Down

0 comments on commit 4b99e65

Please sign in to comment.