Searched refs:checkSyntax (Results 1 - 21 of 21) sorted by relevance

/external/webkit/Source/JavaScriptCore/yarr/
H A DYarrSyntaxChecker.h33 const char* checkSyntax(const UString& pattern);
H A DYarrSyntaxChecker.cpp53 const char* checkSyntax(const UString& pattern) function in namespace:JSC::Yarr
/external/webkit/Source/JavaScriptCore/qt/benchmarks/qscriptengine/
H A Dtst_qscriptengine.cpp29 void checkSyntax();
47 void tst_QScriptEngine::checkSyntax() function in class:tst_QScriptEngine
52 engine.checkSyntax(code);
/external/webkit/PerformanceTests/SunSpider/resources/
H A Dsunspider-standalone-driver.js38 times[j] = checkSyntax(testName);
/external/webkit/Source/JavaScriptCore/runtime/
H A DCompletion.cpp37 Completion checkSyntax(ExecState* exec, const SourceCode& source) function in namespace:JSC
43 JSObject* error = program->checkSyntax(exec);
H A DCompletion.h58 Completion checkSyntax(ExecState*, const SourceCode&);
H A DExecutable.cpp145 JSObject* ProgramExecutable::checkSyntax(ExecState* exec) function in class:JSC::ProgramExecutable
H A DExecutable.h273 JSObject* checkSyntax(ExecState*);
/external/webkit/Source/JavaScriptCore/qt/api/
H A Dqscriptengine.cpp52 QScriptSyntaxCheckResult QScriptEngine::checkSyntax(const QString &program) function in class:QScriptEngine
62 return QScriptSyntaxCheckResultPrivate::get(engine->checkSyntax(program));
H A Dqscriptengine.h45 static QScriptSyntaxCheckResult checkSyntax(const QString& program);
H A Dqscriptengine_p.cpp51 QScriptSyntaxCheckResultPrivate* QScriptEnginePrivate::checkSyntax(const QString& program) function in class:QScriptEnginePrivate
H A Dqscriptengine_p.h52 QScriptSyntaxCheckResultPrivate* checkSyntax(const QString& program);
/external/webkit/Source/JavaScriptGlue/
H A DJSRun.cpp77 return JSC::checkSyntax(fGlobalObject->globalExec(), makeSource(fSource)).complType() != Throw;
/external/webkit/Source/JavaScriptCore/API/
H A DJSBase.cpp76 Completion completion = checkSyntax(exec->dynamicGlobalObject()->globalExec(), source);
/external/icu4c/i18n/
H A Dplurrule_impl.h134 void checkSyntax(tokenType prevType, tokenType curType, UErrorCode &status);
H A Dplurrule.cpp361 mParser->checkSyntax(prevType, type, status);
1138 RuleParser::checkSyntax(tokenType prevType, tokenType curType, UErrorCode &status) function in class:RuleParser
/external/webkit/Source/JavaScriptCore/parser/
H A DSyntaxChecker.h143 ExpressionType createRegExp(const Identifier& pattern, const Identifier&, int) { return Yarr::checkSyntax(pattern.ustring()) ? 0 : RegExpExpr; }
H A DASTBuilder.h221 if (Yarr::checkSyntax(pattern.ustring()))
H A DJSParser.cpp1939 m_errorMessage = Yarr::checkSyntax(pattern->ustring());
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptengine/
H A Dtst_qscriptengine.cpp49 void checkSyntax();
429 void tst_QScriptEngine::checkSyntax() function in class:tst_QScriptEngine
437 QScriptSyntaxCheckResult result = QScriptEngine::checkSyntax(code);
/external/webkit/Source/JavaScriptCore/
H A Djsc.cpp160 putDirectFunction(globalExec(), new (globalExec()) JSFunction(globalExec(), this, functionStructure(), 1, Identifier(globalExec(), "checkSyntax"), functionCheckSyntax));
250 Completion result = checkSyntax(globalObject->globalExec(), makeSource(script.data(), fileName));

Completed in 1882 milliseconds