Home | History | Annotate | Download | only in src

Lines Matching defs:Version

580 void Shell::Version(const v8::FunctionCallbackInfo<v8::Value>& args) {
885 global_template->Set(String::NewFromUtf8(isolate, "version"),
886 FunctionTemplate::New(isolate, Version));
1163 printf("V8 version %s [console: %s]\n", V8::GetVersion(), console->name());