Home | History | Annotate | Download | only in src

Lines Matching defs:Instantiate

2081 bool Module::Instantiate(Local<Context> context,
2083 PREPARE_FOR_EXECUTION_BOOL(context, Module, Instantiate);
2085 !i::Module::Instantiate(Utils::OpenHandle(this), context, callback);
2099 // It's an API error to call Evaluate before Instantiate.