Home | History | Annotate | Download | only in tests

Lines Matching refs:JSEvaluateScript

180         return JSEvaluateScript(context, JSStringCreateWithUTF8CString("throw 'an exception'"), object, JSStringCreateWithUTF8CString("test script"), 1, exception);
202 JSEvaluateScript(context, JSStringCreateWithUTF8CString("throw 'an exception'"), object, JSStringCreateWithUTF8CString("test script"), 1, exception);
217 JSEvaluateScript(context, JSStringCreateWithUTF8CString("throw 'an exception'"), object, JSStringCreateWithUTF8CString("test script"), 1, exception);
248 JSEvaluateScript(context, JSStringCreateWithUTF8CString("throw 'an exception'"), object, JSStringCreateWithUTF8CString("test script"), 1, exception);
264 JSEvaluateScript(context, JSStringCreateWithUTF8CString("throw 'an exception'"), object, JSStringCreateWithUTF8CString("test script"), 1, exception);
280 JSEvaluateScript(context, JSStringCreateWithUTF8CString("throw 'an exception'"), constructor, JSStringCreateWithUTF8CString("test script"), 1, exception);
815 result &= assertTrue(!JSEvaluateScript(context, code, /* thisObject*/ 0, file, 1, &exception)
1031 JSValueRef unstringifiableObj = JSEvaluateScript(context, src, NULL, NULL, 1, NULL);
1170 result = JSEvaluateScript(context, goodSyntax, NULL, NULL, 1, NULL);
1175 result = JSEvaluateScript(context, badSyntax, NULL, NULL, 1, &exception);
1348 v = JSEvaluateScript(context, script, NULL, NULL, 1, NULL);
1350 v = JSEvaluateScript(context, script, o, NULL, 1, NULL);
1355 v = JSEvaluateScript(context, script, NULL, NULL, 1, NULL);
1357 v = JSEvaluateScript(context, script, o, NULL, 1, NULL);
1374 result = JSEvaluateScript(context, script, NULL, NULL, 1, &exception);