Home | History | Annotate | Download | only in src

Lines Matching defs:IsModule

289       v8::Boolean::New(v8_isolate, options.IsModule()));
2184 !source->GetResourceOptions().IsModule(),
2195 !source->GetResourceOptions().IsModule(),
2207 !source->GetResourceOptions().IsModule(), "v8::ScriptCompiler::Compile",
2230 Utils::ApiCheck(source->GetResourceOptions().IsModule(),
9232 bool debug::Script::IsModule() const {
9233 return Utils::OpenHandle(this)->origin_options().IsModule();