Home | History | Annotate | Download | only in glue

Lines Matching refs:javascript

6 // a CppBindingExample class into JavaScript in a custom test shell and tests
48 // The fallback method does nothing, but because of it the JavaScript keeps
99 // Wraps the given JavaScript snippet in <html><body><script> tags, then
101 void ExecuteJavaScript(const std::string& javascript) {
105 html.append(javascript);
113 // Executes the specified JavaScript and checks to be sure that the resulting
115 void CheckJavaScriptSuccess(const std::string& javascript) {
116 ExecuteJavaScript(javascript);
121 // Executes the specified JavaScript and checks that the resulting document
123 void CheckJavaScriptFailure(const std::string& javascript) {
124 ExecuteJavaScript(javascript);
128 // Constructs a JavaScript snippet that evaluates and compares the left and