V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::CompilerDispatcher Class Reference

Public Types

typedef uintptr_t JobId
 

Public Member Functions

 CompilerDispatcher (Isolate *isolate, Platform *platform, size_t max_stack_size)
 
bool IsEnabled () const
 
base::Optional< JobIdEnqueue (const ParseInfo *outer_parse_info, const AstRawString *function_name, const FunctionLiteral *function_literal)
 
void RegisterSharedFunctionInfo (JobId job_id, SharedFunctionInfo *function)
 
bool IsEnqueued (JobId job_id) const
 
bool IsEnqueued (Handle< SharedFunctionInfo > function) const
 
bool FinishNow (Handle< SharedFunctionInfo > function)
 
void AbortJob (JobId job_id)
 
void AbortAll ()
 

Detailed Description

Definition at line 76 of file compiler-dispatcher.h.


The documentation for this class was generated from the following files: