Home | History | Annotate | Download | only in shell

Lines Matching defs:gin

11 #include "gin/array_buffer.h"
12 #include "gin/modules/console.h"
13 #include "gin/modules/module_runner_delegate.h"
14 #include "gin/public/isolate_holder.h"
15 #include "gin/test/file_runner.h"
16 #include "gin/try_catch.h"
18 namespace gin {
58 } // namespace gin
65 gin::IsolateHolder::Initialize(gin::IsolateHolder::kStrictMode,
66 gin::ArrayBufferAllocator::SharedInstance());
67 gin::IsolateHolder instance;
71 gin::GinShellRunnerDelegate delegate;
72 gin::ShellRunner runner(&delegate, instance.isolate());
75 gin::Runner::Scope scope(&runner);
83 gin::Run, runner.GetWeakPtr(), base::FilePath(*it)));