Lines Matching refs:FunctionTemplate
417 global_template->Set(String::New("print"), FunctionTemplate::New(Print));
418 global_template->Set(String::New("write"), FunctionTemplate::New(Write));
419 global_template->Set(String::New("read"), FunctionTemplate::New(Read));
421 FunctionTemplate::New(ReadLine));
422 global_template->Set(String::New("load"), FunctionTemplate::New(Load));
423 global_template->Set(String::New("quit"), FunctionTemplate::New(Quit));
424 global_template->Set(String::New("version"), FunctionTemplate::New(Version));
609 FunctionTemplate::New(Shell::Print));
611 FunctionTemplate::New(Shell::Write));
613 FunctionTemplate::New(Shell::Read));
615 FunctionTemplate::New(Shell::ReadLine));
617 FunctionTemplate::New(Shell::Load));
619 FunctionTemplate::New(Shell::Yield));
621 FunctionTemplate::New(Shell::Version));