Lines Matching defs:const
19 Argv(const std::initializer_list<const char*> &args) {
45 int nr_args() const {
49 char** operator*() const {
153 Env(const v8::HandleScope& handle_scope,
154 const Argv& argv,
179 node::Environment* operator*() const {
183 v8::Local<v8::Context> context() const {
187 Env(const Env&) = delete;
188 Env& operator=(const Env&) = delete;