Home | History | Annotate | Download | only in src

Lines Matching full:functiontemplate

421   global_template->Set(String::New("print"), FunctionTemplate::New(Print));
422 global_template->Set(String::New("write"), FunctionTemplate::New(Write));
423 global_template->Set(String::New("read"), FunctionTemplate::New(Read));
425 FunctionTemplate::New(ReadLine));
426 global_template->Set(String::New("load"), FunctionTemplate::New(Load));
427 global_template->Set(String::New("quit"), FunctionTemplate::New(Quit));
428 global_template->Set(String::New("version"), FunctionTemplate::New(Version));
628 FunctionTemplate::New(Shell::Print));
630 FunctionTemplate::New(Shell::Write));
632 FunctionTemplate::New(Shell::Read));
634 FunctionTemplate::New(Shell::ReadLine));
636 FunctionTemplate::New(Shell::Load));
638 FunctionTemplate::New(Shell::Yield));
640 FunctionTemplate::New(Shell::Version));